Web-hook Integration
Retrieve all setup employer and industry related information on the system
Get Employers
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"pageNumber": 1,
"totalPages": 6,
"pageSize": 2,
"totalCount": 11,
"hasPreviousPage": false,
"hasNextPage": true,
"items": [
{
"employerId": 14,
"employmentIndustryId": 151,
"employerName": "Test Emp",
"employerAddress": "9, Testers close, ALAKA, Test City",
"employerPayDate": 5,
"userId": null,
"status": "Active",
"externalCreator": "Abiola Test",
"createdAt": "2021-02-23T11:28:56.1521302"
},
{
"employerId": 2,
"employmentIndustryId": 57,
"employerName": "Ark of Noah",
"employerAddress": "lagos",
"employerPayDate": 30,
"userId": null,
"status": "Active",
"externalCreator": "Emeka Test",
"createdAt": "0001-01-01T00:00:00"
}
]
},
"status": true,
"message": "Success"
}Last updated