latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Team

team

Returns team for a team id.<p>Scopes: export_company_info, export_payroll</p>

get/v{version}/teams/{id}

Path parameters

idstring required
versionstring required

Response

Success

idstring required

The object id.

namestring required

The object name.

create_datestring required

The create datetime.

last_modified_datestring required

The last modified datetime.

Example response

{
  "create_date": "yyyy-MM-dd",
  "last_modified_date": "yyyy-MM-dd"
}