Get Service Category
GET/api/service_categories/:id
Get Service Category
Request
Path Parameters
id integerrequired
Header Parameters
X-Company-Slug stringrequired
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
id string
name string
slug string
parent_id stringnullable
parent
object
nullable
id string
name string
slug string
parent_id stringnullable
{
"id": "1",
"name": "afasf",
"slug": "afasf",
"parent_id": 1,
"parent": {
"id": "1",
"name": "afasf",
"slug": "afasf",
"parent_id": 1
}
}
Loading...