Search for a LOT Career

Returns lot careers based on the query param. You can pass in six query parameters: query, fields, searchFields, typoTolerance, offset and limit.

Query Params
string

the search value, will return an empty array if not provided.

fields?
array of strings
required

Individual career fields used to filter the response body. The response can be any combination of the fields on the careers object. Fields should be dasherised and separated by comma. Valid field values are core-tasks, description, lot-id, skills, standard-id, title, title-slug. If no fields are given, the API will return description, lot-id and title. To return all available fields is to use fields=*.

fields?*
searchFields?
array of strings

fields which will be used to search for the specified query. searchFields should be dasherised and comma-separated. Valid field values are title and description.

searchFields?
number

Allowable values are 0, 1, and 2, for number of max character edits that can be made. For example: nuurse would match for nurse with typoTolerance=1 or typoTolerance=2 but nuuurse would only match for nurse with typoTolerance=2. Default setting if the parameter is absent from the request is typoTolerance=2.

number

the number of results to skip over. For instance, ?offset=5 means the first 5 results would be omitted.

number

the total number of results to return. Default: 50, max: 100. For instance, ?limit=10 means the result set is limited to 10 results. Used in conjunction with offset, you can slice the result set, e.g. ?offset=20&limit=10 would give you results 21-30.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json