Industries

Retrieve all setup industries related information on the system

GET https://<your_business_alias>.lendastack.io/ias/employer/industries

This endpoint allows you to fetch industries on the application.

Query Parameters

Name
Type
Description

pageNumber

int

Specify exactly what page you want to retrieve

pageSize

int

Specify how many records you want to retrieve per page

searchParameter

String

Search customer's by first name, last name or email address

Headers

Name
Type
Description

Authentication*

String

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

{
    "data": {
        "pageNumber": 1,
        "totalPages": 8,
        "pageSize": 20,
        "totalCount": 152,
        "hasPreviousPage": false,
        "hasNextPage": true,
        "items": [
            {
                "employmentIndustryId": 152,
                "employmentIndustryName": "Chef Chi",
                "externalCreator": "Olakunle Abiola",
                "status": "Active",
                "createdAt": "2022-01-28T13:38:13.5250609"
            },
            {
                "employmentIndustryId": 151,
                "employmentIndustryName": "Snow ",
                "externalCreator": "Olakunle Abiola",
                "status": "Active",
                "createdAt": "2022-01-25T09:29:21.5140812"
            },
            {
                "employmentIndustryId": 150,
                "employmentIndustryName": "educational",
                "createdBy": 1,
                "externalCreator": "Olakunle Abiola",
                "status": "Active",
                "createdAt": "2021-06-22T15:30:15.8642064",
                "initiator": "Temi Ekene"
            },
            {
                "employmentIndustryId": 149,
                "employmentIndustryName": "SELF HELP",
                "createdBy": 1,
                "externalCreator": "Olakunle Abiola",
                "status": "Active",
                "createdAt": "2021-06-22T15:29:40.6415965",
                "initiator": "Temi Ekene"
            },
            {
                "employmentIndustryId": 148,
                "employmentIndustryName": "Financial Services",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3450123"
            },
            {
                "employmentIndustryId": 147,
                "employmentIndustryName": "Chemicals",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3624819"
            },
            {
                "employmentIndustryId": 146,
                "employmentIndustryName": "Alternative Dispute Resolution",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3625135"
            },
            {
                "employmentIndustryId": 145,
                "employmentIndustryName": "Alternative Medicine",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3625288"
            },
            {
                "employmentIndustryId": 144,
                "employmentIndustryName": "Animation",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.362551"
            },
            {
                "employmentIndustryId": 143,
                "employmentIndustryName": "Apparel/Fashion",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3625666"
            },
            {
                "employmentIndustryId": 142,
                "employmentIndustryName": "Architecture/Planning",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3625827"
            },
            {
                "employmentIndustryId": 141,
                "employmentIndustryName": "Arts/Crafts",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3625986"
            },
            {
                "employmentIndustryId": 140,
                "employmentIndustryName": "Automotive",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626142"
            },
            {
                "employmentIndustryId": 139,
                "employmentIndustryName": "Aviation/Aerospace",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626296"
            },
            {
                "employmentIndustryId": 138,
                "employmentIndustryName": "Banking/Mortgage",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626452"
            },
            {
                "employmentIndustryId": 137,
                "employmentIndustryName": "Biotechnology/Greentech",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626606"
            },
            {
                "employmentIndustryId": 136,
                "employmentIndustryName": "Broadcast Media",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626763"
            },
            {
                "employmentIndustryId": 135,
                "employmentIndustryName": "Building Materials",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3626914"
            },
            {
                "employmentIndustryId": 134,
                "employmentIndustryName": "Business Supplies/Equipment",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3627072"
            },
            {
                "employmentIndustryId": 133,
                "employmentIndustryName": "Capital Markets/Hedge Fund/Private Equity",
                "status": "Active",
                "createdAt": "2021-06-07T09:35:42.3627231"
            }
        ]
    },
    "status": true,
    "message": "Success"
}

Last updated

Was this helpful?