Get last change in assignments

This endpoint returns the date of the last change in the assignments of a service.

GET /api/v2/businesses/{businessId}/services/{serviceId}/assignments/last-change

If the data included in the request is correct —businessId and serviceId— the response will be a 200 OK with the date of the last modification in the assignments within the indicated service. For example:

2024-06-28

Error codes

In addition to the common errors, this endpoint can return the following codes:

Code Message Description

404 Not Found

—

There has been no change recorded in the assignments of this service.

What is an assignment?