Get Job Stages
GET
GET
http://api.atzcrm.com/v1/job-statusRetrieve the details of all job-stages.
Request
GET
GET /v1/job-status
Headers
- Authorization: Bearer your_access_token
Response
200
Body
- id
integer
Example: 1
- label
string
Example: Open
401
Body
- unauthorised
Response Example
[
{
"id": 1,
"label": "Open"
},
{
"id": 2,
"label": "On Hold"
},
{
"id": 3,
"label": "Lost"
},
{
"id": 4,
"label": "Won"
},
{
"id": 5,
"label": "Test "
},
{
"id": 6,
"label": "1212"
}
]