V1ListEmployeesRequest

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_list_employees_request

Description

Properties

NameTypeDescriptionNotes
orderstrThe order in which employees are listed in the response, based on their created_at field. Default value: ASC See SortOrder for possible values[optional]
begin_updated_atstrIf filtering results by their updated_at field, the beginning of the requested reporting period, in ISO 8601 format[optional]
end_updated_atstrIf filtering results by there updated_at field, the end of the requested reporting period, in ISO 8601 format.[optional]
begin_created_atstrIf filtering results by their created_at field, the beginning of the requested reporting period, in ISO 8601 format.[optional]
end_created_atstrIf filtering results by their created_at field, the end of the requested reporting period, in ISO 8601 format.[optional]
statusstrIf provided, the endpoint returns only employee entities with the specified status (ACTIVE or INACTIVE). See V1ListEmployeesRequestStatus for possible values[optional]
external_idstrIf provided, the endpoint returns only employee entities with the specified external_id.[optional]
limitintThe maximum integer number of employee entities to return in a single response. Default 100, maximum 200.[optional]
batch_tokenstrA pagination cursor to retrieve the next set of results for your original query to the endpoint.[optional]

[Back to Model list] [Back to API list] [Back to README]