v1
latestOpenAPI 3.0.02026-07-26550199.6 KBsupport-item
Get a single support-item
Get support-item data by id
get/support-items/{id}
Path parameters
idinteger required
Example:1
Response
Object with support-item data.
Example response
{
"id": 1,
"appointmentId": 1,
"type": "Provider Travel",
"pricing": 193.99,
"toMinutes": 20,
"returnMinutes": 20,
"appointmentAddress": "123 King William Street, Adelaide SA, 5000",
"unit": "km",
"note": "Some notes"
}