Candidates
GET /account/noticeboard/
{noticeboardPostingId}
/candidates
Obtain a list of candidates in one of your castings, collaborations or another kind of noticeboard postings working with the candidates manager.
Headers
X-Key
Your API Key
X-SessionId
Your session id
X-UserId
The logged user id to list noticeboard items from
Body
page
The results page to obtain. If not specified, the first page is obtained.
status
List only candidates that have been accepted for the casting/collaboration, or those who haven't yet been accepted nor declined. If not specified, the list will include both. One of the following values:
accepted
pending
gender
List only models of a certain gender, one of the following values:
man
woman
nonBinary
ageMin
List only models who are at least this years old
ageMax
List only models who are at most this years old
heightMin
List only models who are at least this tall
heightMax
List only models who are at most this tall
sizeClothingMin
List only models with a minimum clothing size
sizeClothingMax
List only models with a maximum clothing size
sizeShoesMin
List only models with a minimum shoe size
sizeShoesMax
List only models with a maximum shoe size
sizeChestMin
List only models with a minimum chest size
sizeChestMax
List only models with a maximum chest size
sizeWaistMin
List only models with a minimum waist size
sizeWaistMax
List only models with a maximum waist size
sizeHipsMin
List only models with a minimum hips size
sizeHipsMax
List only models with a maximum hips sizes
eyesColor
List only models with a certain eye color. One or more of the following values, separated with commas:
black
brown
blue
green
lightBrown
hairColor
List only models with a certain hair color. One or more of the following values, separated with commas:
black
brown
blonde
ginger
other
hairStyle
List only models with a certain hair style. One or more of the following values, separated with commas:
longStraight
longCurly
shortStraight
shortCurly
veryShort
peculiarities
List only models with certain peculiarities. One or more of the following values, separated with commas:
freckles
tattoos
piercings
dancing
skating
horseRiding
isPolaroids
List only models with polaroids
isReviews
List only profiles with reviews
Sizes like chest, waist, hips and heights are specified in centimeters
Clothing sizes are specified in European standard. These are the accepted values:
For men:
40
42
44
46
48
50
52
54
56
58
60
For women:
34
36
38
40
42
44
46
48
50
52
54
56
Shoe sizes are specified in European standard. These are the accepted values:
For men, from
38
to48
For women, from
35
to46
Example
Response
joined
The date this candidate joined
accepted
The date you accepted this candidate
folder
The folder in the candidates manager you moved this candidate into
profile
The candidate profile
Last updated