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
URL Parameters
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 code. If not sent, no location filter is applied.
serviceType (optional, String) Filter by service type. If not sent, no type filter is applied.
supplierCode (optional, String) Filter by the exact supplier code. If not sent, no type filter is applied.
supplierName (optional, String) Filter by the exact supplier name. If not sent, no type filter is applied.
curl --location -g --request GET '[ENDPOINT]/ToursysConnectionApi/api/services/all' \
--header 'X-API-KEY: generatedToken'