Recommendations

Generate optimal routes

get

Generates optimal routes for field staff appointments based on location and availability

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
organizationIdnumberRequired

Organization ID

Example: 1
carePlanIdintegerOptional

Organization ID

Example: 1
dateone ofRequired

Date for which to generate routes

Example: 2025-01-03
string · dateOptional
or
string · date-timeOptional
algorithmnumberRequired

Routing algorithm Id to use

Example: 1
startDateTimeone ofRequired

Start date time for the route

Example: 2025-01-03T08:00:00
string · dateOptional
or
string · date-timeOptional
endDateTimeone ofRequired

End date time for the route

Example: 2025-01-03T17:00:00
string · dateOptional
or
string · date-timeOptional
serviceProviderIdstringOptional

Service Provider Id

Example: 123456789
generatePolylinebooleanOptional

Flag to indicate if polyline generation is required

Example: true
Responses
chevron-right
200Success
application/json
get
/api/routing/recommendations

Was this helpful?