list the payslip predictions
List Archive payslip predictions.
Query parameters
The number of objects you want returned in a collection.
Uses the filter values of the previous page to determine the next set of items.
Filter by creation date, start of date range (YYYY-MM-DD)
Filter by creation date, end of date range (YYYY-MM-DD)
Response
OK
Example response
{
"code": "OK",
"message": "Success",
"requestId": "5b79399a-6852-4234-bb0e-ad472648282d",
"data": {
"nextCursor": "1259723474",
"items": [
{
"currency": "PHP",
"metadata": {
"itemCreatedAt": "2021-04-14T09:30:24Z",
"createdAt": "2021-04-14T09:30:24Z",
"sourceType": "Account"
}
}
]
}
}Changes
Changed in 3 of the 51 revisions of this API.1110
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
415response-non-success-status-removed
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the non-success response with the status
501response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
- ○
removed the non-success response with the status
504response-non-success-status-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
SOCIAL_SECURITYenum value to thedata/items/items/allOf[ArchivePayslipMetaData]/metadata/sourceTyperesponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
data/items/items/allOf[ArchivePayslipMetaData]/metadata/sourceTypebecame nullable for the status200response-property-became-nullable
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲