Skip to main content
POST
/
api
/
UnifiedSearch
Searches Recruit Wizard for a given keyword.
curl --request POST \
  --url https://api.example.com/api/UnifiedSearch \
  --header 'Content-Type: application/json' \
  --data '
{
  "lookup": "<string>"
}
'
{
  "lookup": "<string>",
  "results": [
    {
      "id": "<string>",
      "lookup": "<string>",
      "lookupWithTelephoneNumbers": "<string>",
      "lookupWithEmailsOnly": "<string>",
      "recordId": 123,
      "recordType": 123,
      "recordName": "<string>",
      "jobTitle": "<string>",
      "employer": "<string>",
      "statusName": "<string>",
      "typeName": "<string>"
    }
  ]
}

Body

application/json
lookup
string | null

Response

200 - application/json

OK

lookup
string | null
results
object[] | null