v1
latestOpenAPI 3.0.02026-07-26550199.6 KBservice
Get a single service
Get service data by id
get/services/{id}
Path parameters
idinteger required
Example:1
Response
Object with service data.
Example response
{
"id": 1,
"for": "appointment",
"name": "Initial Consultation",
"description": "This is a sample service",
"type": "Other",
"code": "ABC123",
"duration": 90,
"unit": "Hour",
"pricing": 193.99,
"serviceTags": [
"NDIS"
]
}