Service

API Docs

Service

The following endpoints are related to the service resource in the Calendsa platform.

List Services

GET

/api/v1/services

Retrieve a list of all services.

Create Service

POST

/api/v1/services

Create a new service.

Find Service

GET

/api/v1/services/{id}

Retrieve a specific service by ID.

Update Service

PATCH

/api/v1/services/{id}

Update a specific service by ID.

Delete Service

DELETE

/api/v1/services/{id}

Delete a specific service by ID.