Stage
Information on recruitment funnel stage
get/stage/{id}
Path parameters
idinteger required
funnel stage id
Headers
tokenstring required
Api token
Response
ОК
Example response
{
"result": {
"id": 1,
"name": "New",
"parent_id": 5,
"parent_name": "Company Reject"
},
"code": 200
}Changes
No recorded changes to this endpoint across all 1 revision of this API.