---
title: Get Apply Job List (/clients/applyJob/:jobId)
tags: client
---
**URL** : /clients/applyJob/:jobId
Method : Get
---
**Header**
```
Authorization : "Bearer <Token>"
```
**Request**
```
```
**Description**
---
**Header**
```
```
**Response**
```
{
"meta": {
"code": 200,
"message": "Success!",
"isError": false
},
"data": {
"response": {
"id": "151f30cc-6878-449f-86c8-a8869b765304",
"title": "kfc manger",
"isFeatured": true,
"description": "app dev",
"client": {
"id": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a",
"name": "kfc",
"nickName": "south"
},
"company": "9e345271-2cdf-4fcf-8d0c-0fbeb0d9df8a",
"industryDetails": {
"id": "ac068e8f-5b92-4135-97f7-1dd331e07546",
"icon": "null",
"typeOfIndustry": "it"
},
"jobSkills": [
{
"skill": {
"id": "164bbeee-64b7-45e3-9f24-c952c8f7a2ca",
"skill": "web"
}
},
{
"skill": {
"id": "05cbdcbf-86c9-40a0-9281-dccc6d663309",
"skill": "app"
}
}
],
"jobLocations": [
{
"city": {
"cityName": "mumbai",
"id": "3710f7df-02be-4e42-84ff-976990979190"
},
"state": null
},
{
"city": {
"cityName": "pune",
"id": "639e2383-4c3c-4e98-b50a-bcd5178ccfc0"
},
"state": null
}
],
"jobProcesses": [
{
"name": "tech 1",
"step": 1
},
{
"name": "tech 2",
"step": 2
}
],
"status": "OPEN",
"urgency": 1,
"totalVacancies": 225,
"creditPerVacancy": 400,
"filledVacancies": 0,
"disable": false,
"created_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90",
"created_at": "2020-10-21T16:50:19.964562+00:00",
"updated_by": "8a4d6a53-4d9c-4d6c-9a21-50bf041d0a90",
"updated_at": "2020-10-24T11:25:46.293283+00:00",
"updateBlocked": true,
"jobPostCandidates": [
{
"id": "0d86deab-2440-4554-917c-769b50253828",
"status": "Applied",
"currentProcess": "test",
"created_at": "2020-10-23T12:22:42.015993+00:00",
"updated_at": "2020-10-23T15:49:25.837597+00:00",
"candidate": {
"id": "7e556571-627f-4331-a70e-da0cb152baef",
"name": "Asandip",
"isPhoneNumberVerified": false,
"organization": {
"name": "vICKY Kumar Organizational Space"
}
}
},
{
"id": "fc57b91d-67dd-404b-8b0a-4bc592cb5a46",
"status": "Applied",
"currentProcess": "tech 1",
"created_at": "2020-10-23T12:26:48.800984+00:00",
"updated_at": "2020-10-23T16:15:44.471963+00:00",
"candidate": {
"id": "b604c1be-9e78-4171-9b1c-5fc77ba5bed1",
"name": "Rahul",
"isPhoneNumberVerified": false,
"organization": {
"name": "vICKY Kumar Organizational Space"
}
}
},
{
"id": "3a7e4b8e-6a9e-44e1-97df-3165ac45a1c2",
"status": "Applied",
"currentProcess": "Send for Approval",
"created_at": "2020-10-23T12:27:07.814854+00:00",
"updated_at": "2020-10-26T00:22:37.87613+00:00",
"candidate": {
"id": "e34286a6-96fc-4113-9896-628309893122",
"name": "Rahul",
"isPhoneNumberVerified": false,
"organization": {
"name": "vICKY Kumar Organizational Space"
}
}
}
]
},
"candidate": [
{
"currentProcess": "Send for Approval",
"step": 0,
"list": [
{
"id": "3a7e4b8e-6a9e-44e1-97df-3165ac45a1c2",
"status": "Applied",
"currentProcess": "Send for Approval",
"created_at": "2020-10-23T12:27:07.814854+00:00",
"updated_at": "2020-10-26T00:22:37.87613+00:00",
"candidate": {
"id": "e34286a6-96fc-4113-9896-628309893122",
"name": "Rahul",
"isPhoneNumberVerified": false,
"organization": {
"name": "vICKY Kumar Organizational Space"
}
}
}
]
},
{
"currentProcess": "tech 1",
"step": 1,
"list": [
{
"id": "fc57b91d-67dd-404b-8b0a-4bc592cb5a46",
"status": "Applied",
"currentProcess": "tech 1",
"created_at": "2020-10-23T12:26:48.800984+00:00",
"updated_at": "2020-10-23T16:15:44.471963+00:00",
"candidate": {
"id": "b604c1be-9e78-4171-9b1c-5fc77ba5bed1",
"name": "Rahul",
"isPhoneNumberVerified": false,
"organization": {
"name": "vICKY Kumar Organizational Space"
}
}
}
]
},
{
"currentProcess": "tech 2",
"step": 2,
"list": []
},
{
"currentProcess": "Hired",
"list": []
}
]
}
}
```
**Description**