v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Retrieve a service offered in a center

This API helps you to retrieve the details of a specific service at the required center.You must specify in the API request the unique identifier of the location (center) as center_id and the unique identifier of the service as service_id. The API then retrieves the details of the service.You can also use the expand parameter in the API request to specify details for the additional_info, catalog_info, variants_info, add_ons_info, tags, and image_paths parameters.

get/v1/Centers/{center_id}/services/{service_id}

Path parameters

center_idstring required

Mandatory Unique 32-character identifier of the center.

service_idstring required

Mandatory Unique 32-character identifier of the service.

Query parameters

expandstring

Expand the internal objects in the service model. Supported values: additional_info, catalog_info, variants_info, add_ons_info, image_paths, tags.

Response

200

OR

Example response

{
  "id": "b5bd73c6-4935-4ff7-8741-85d8c46e7a08",
  "code": "SRV00001",
  "name": "Abhyangam",
  "duration": 15,
  "price_info": {
    "currency_id": 61,
    "sale_price": 1800,
    "tax_id": "9771e2b3-84c3-4b43-9ec5-a351fd4cd645",
    "include_tax": true
  }
}