Skip to main content
GET
/
api
/
ReferenceCheck
/
Customer
/
All
Get all Reference Check Requests.
curl --request GET \
  --url https://api.example.com/api/ReferenceCheck/Customer/All
[
  {
    "id": 123,
    "jobTitle": "<string>",
    "client": "<string>",
    "status": "<string>",
    "candidate": "<string>",
    "requestDate": "2023-11-07T05:31:56Z",
    "requestedBy": "<string>",
    "noOfReferenceChecks": 123
  }
]

Response

200 - application/json

OK

id
integer<int32>
jobTitle
string | null
client
string | null
status
string | null
candidate
string | null
requestDate
string<date-time>
requestedBy
string | null
noOfReferenceChecks
integer<int32>