v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBEmployee
Get Employees
Get a list of employees.
get/customers/employees
Query parameters
sortstring
Specifies the order in which the list of Employees will be returned. Default order is ascending. Default sort attribute is Id. Specify desc_ to sort descending format: "sort=desc_snake_cased_attribute_name" OR "sort=snake_cased_attribute_name" ex. sort=desc_updated_on
pageinteger
Specifies the page of records to be returned. Defaults to 1.
page_sizeinteger
Number of records to return per page. Maximum and default are 100 records.
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Response
Employee Data
Example response
{
"Employees": [
{
"id": 1234567891234567,
"client_status_id": 1234567891234567,
"location_id": 1234567891234567,
"default_program_id": 1234567891234567,
"date_of_birth": "2014-12-31",
"gender_id": 1234567891234567,
"state_id": 1234567891234567,
"country_id": 1234567891234567,
"timezone_id": 1234567891234567,
"weight": 0.1,
"created_on": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
},
"last_attendance": "2014-12-31T23:59:59.938Z",
"member_since": "2014-12-31",
"last_contacted": "2014-12-31",
"retain_snooze_until_date": "2014-12-31",
"lead_source_id": 1234567891234567,
"referring_user_id": 1234567891234567,
"client_owner_id": 1234567891234567,
"last_class_sign_in": "2014-12-31T23:59:59.938Z",
"last_booking_sign_in": "2014-12-31T23:59:59.938Z",
"current_weekstreak_updatedon": "2014-12-31T23:59:59.938Z",
"next_class_reservation": "2014-12-31T23:59:59.938Z",
"next_appointment_booking": "2014-12-31T23:59:59.938Z"
}
]
}