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 contain the date of the last modification in the assignments within the indicated service. For example:

2024-06-28

Considerations

If the service specified in the URL does not exist in the business, the request will return a 404 Not Found error, specifying in the message not exists.

If there have been no changes in the service assignments, the request will also return a 404 Not Found error.

What is an assignment?