Get candidate pipeline list
Retrieve a list of all defined candidate pipelines for projects.
URL | https://api.recman.no/v2/get/ |
Scope | candidatePipeline |
Example | https://api.recman.no/v2/get/?key=YOUR_KEY&scope=candidatePipeline |
The list will give output the name of each pipeline with an ID. You will need this know this ID to be able to add a candidate to a pipeline.
json
{
"success": true,
"numRows": 2,
"data": [
{
"categoryId": "1",
"name": "Aktuell kandidat"
"corporationId": 520
},
{
"categoryId": "2",
"name":" Innkalt til 1. gangs intervju"
"corporationId": 520
},
]
}