This ID is used to identify the specific team record in the Apploi platform which owns the application statuses being queried.
This ID is assigned by Apploi automatically when a team record is first created and is unique to each team. The value of the team_id can be found in each of the items returned in the response data of a call to the /applicants endpoint. If the JSON body of the response were assigned to a variable called response then the team ID for the first item could be accessed through the following nested attribute reference: response.data[0].job.team_id(JavaScript), response['data'][0]['job']['team_id'](Python). When fetching the available application statuses for the purpose of updating the status of specific job applications, the team_id should be the same as the one found in a response from a call to the /applicants endpoint.
Examples: 123456, 789012