1.Get all hiring pipelines

Headers:
Authorization : {token}

In order to access this endpoint ensure that you do a GET request with an Authorization header containing your access token.

Headers:
Authorization : {token}
Content-Type : application/json

Result codes

403 Forbidden
200 OK
400 Bad request
500 Internal server error

Response

[
	{
		"Id": 1,
		"Name": "Default"
	},
	{
		"Id": 2,
		"Name": "Finance Department"
	},
	{
		"Id": 3,
		"Name": "IT Department"
	},
	{
		"Id": 4,
		"Name": "HR Department"
	}
]