Skip to main content
GET
/
api
/
compliance
/
reports
/
Expiry
/
{expiryInDays}
Get List of Expiring Compliance Data.
curl --request GET \
  --url https://api.example.com/api/compliance/reports/Expiry/{expiryInDays}
[
  {
    "recordName": "<string>",
    "id": 123,
    "name": "<string>",
    "statusID": 0,
    "statusName": "<string>",
    "typeID": 1,
    "typeName": "<string>",
    "scopeID": 1,
    "scopeName": "<string>",
    "candidateID": 123,
    "placementID": 123,
    "clientID": 123,
    "documentID": 123,
    "updatedDate": "2023-11-07T05:31:56Z",
    "updatedByName": "<string>",
    "expiryDate": "2023-11-07T05:31:56Z",
    "notes": "<string>",
    "referenceNumber": "<string>"
  }
]

Path Parameters

expiryInDays
integer<int32>
required

Response

200 - application/json

OK

recordName
string | null
id
integer<int32>
name
string | null
statusID
enum<integer>
Available options:
0,
1
statusName
string | null
typeID
enum<integer>
Available options:
1
typeName
string | null
scopeID
enum<integer>
Available options:
1,
2,
3
scopeName
string | null
candidateID
integer<int32>
placementID
integer<int32>
clientID
integer<int32>
documentID
integer<int32>
updatedDate
string<date-time>
updatedByName
string | null
expiryDate
string<date-time>
notes
string | null
referenceNumber
string | null