Recruit API search
Recruit API search
Hi all,
Attempting to call the search api endpoint from Postman using the word element as mentioned in api docs
Search Records - APIs | Online Help - Zoho Recruit
When making the call to
/v2/Candidates/search?word=Saudi
receive response of
{
"code"
:
"MANDATORY_NOT_FOUND"
,
"details"
:
{
"param_name"
:
"criteria"
},
"message"
:
"mandatory param missing"
,
"status"
:
"error"
}
Does a criteria value need to be provided alongside the word value?
Thankyou in advance!