The user needs to be logged in to use this endpoint, click here to read more.
Category API for looking up valid categories that can be used on an order.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "categoryTypeList": [
- {
- "categoryType": "Job",
- "description": "A paid position of regular employment.",
- "hasPriority": "Y",
- "maxCodes": 7,
- "useFreeValue": "text"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "categoryCodeList": [
- {
- "categoryType": "Job",
- "categoryCode": "Software Engineer",
- "description": "Coding expert"
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
CategoryType is an optional parameter that limits the response to a specific category type.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "categoryCodeList": [
- {
- "categoryType": "Job",
- "categoryCode": "Software Engineer",
- "description": "Coding expert"
}
]
}