GET All Complete Services
GET All Complete Services
The Services API will show you a complete overview of all your active services that are on Toursys.
[ENDPOINT]/ToursysConnectionApi/api/services/allComplete
X-API-KEY generatedToken
first (optional, Integer) Default = 1 based offset of the first record to return.
pageSize (optional, Integer) Default= 30 Maximum number of services to return per page.
serviceLocation (optional, String) Filter by Geolocation.geolocationCode. If not sent, no location filter is applied.
serviceType (optional, String) Filter by ServiceType.serviceTypeCode. If not sent, no type filter is applied.
curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/services/all' \
--header 'X-API-KEY: generatedToken'