Skimmer.PublicApi.Host | v1
stringstring · datestring · required string | nullstring | nullstring | nullstring · date
string · datestring · required string | nullstring | nullstring | nullstring · date
Retrieves the route for a specific technician on a specific date.
GET
https://publicapi.getskimmer.com
/Routes/GetTechRoute
query Parameters
TechIdThe unique identifier of the service technician.
ServiceDateThe date to retrieve routes for.
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves the route for a specific technician on a specific date. › Responses
OK
Response containing route information for a technician on a specific date.
techIdThe unique identifier of the service technician.
techFirstNameThe first name of the service technician.
techLastNameThe last name of the service technician.
dateThe date of the route.
object[]
The list of stops on this route.
Retrieves all routes for all technicians on a specific date.
GET
https://publicapi.getskimmer.com
/Routes/GetAllRoutesForDay
query Parameters
ServiceDateThe date to retrieve routes for.
Headers
skimmer-api-keyThe skimmer-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Retrieves all routes for all technicians on a specific date. › Responses
OK
object[]
Response containing route information for a technician on a specific date.
techIdThe unique identifier of the service technician.
techFirstNameThe first name of the service technician.
techLastNameThe last name of the service technician.
dateThe date of the route.
object[]
The list of stops on this route.