Job

id
string<uuid>
required

ID of the job

title
string

Job title that candidates will apply to

category
string
experience
number<integer>
status
string

Status of the job, determines whether a candidates can apply for the job and whether it is counted for billing purposes

Allowed values:
draftactiveinactivedeleted
createdAt
string<date-time>

Timestamp for when the job was created

createdBy
object
id
string<uuid>
required
name
string
icon
string
role
number<integer>
required
workspace
object
required
user
object
required
workspace
object
candidatesCount
number<integer>

Number of candidates that have applied for this job

Example
1
{
2
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
3
"title": "string",
4
"category": "string",
5
"experience": 0,
6
"status": "draft",
7
"createdAt": "2019-08-24T14:15:22Z",
8
"createdBy": {
9
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
10
"name": "string",
11
"icon": "string",
12
"role": 0,
13
"workspace": {
14
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
15
"slug": "string",
16
"icon": "string",
17
"name": "string",
18
"billing": "string",
19
"plan": "string",
20
"role": 0,
21
"me": {},
22
"createdAt": "2019-08-24T14:15:22Z",
23
"updatedAt": "2019-08-24T14:15:22Z",
24
"usersCount": 0,
25
"jobsCount": 0,
26
"candidatesCount": 0
27
},
28
"user": {
29
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
30
"name": "string",
31
"email": "string",
32
"verified": true,
33
"icon": "string"
34
}
35
},
36
"workspace": {
37
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
38
"slug": "string",
39
"icon": "string",
40
"name": "string",
41
"billing": "string",
42
"plan": "string",
43
"role": 0,
44
"me": {
45
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
46
"name": "string",
47
"icon": "string",
48
"role": 0,
49
"workspace": {},
50
"user": {}
51
},
52
"createdAt": "2019-08-24T14:15:22Z",
53
"updatedAt": "2019-08-24T14:15:22Z",
54
"usersCount": 0,
55
"jobsCount": 0,
56
"candidatesCount": 0
57
},
58
"candidatesCount": 0
59
}