Accessing the Job Positions API is straightforward. Use the following endpoint with a simple GET request:
Method: GET
Content Type: application/json
Query Parameter(s)
Attribute | Type | Mandatory | Description |
---|
include_related | Boolean | No | If true, includes related skills with their relevancy weights. Default is false. |
per_page | Integer | No | Specifies the page number for paginated results. Default is 1. |
name | String | No | Filters skills by name (partial match allowed). |
The API responds with structured JSON data, clearly organizing job roles and their related positions for seamless integration.
Sample Response
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|
200 | The request was successful |
401 | Required authentication information is either missing or not valid for the resource. |
400 | Invalid input - if the file is invalid or corrupted |
500 | If any unexpected error occurs while submitting the request. |