v1

latestOpenAPI 3.1.02026-07-242892032.8 MB

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.

get/lot/search

Query parameters

querystring

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

fieldsstring[] required

A comma-separated array of individual career fields.<br>Must be one or more of core-tasks, description, lot-id, skills, title, title-slug. Default: title, description, lot-id.

searchFieldsstring[]

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.

typoTolerancenumber

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.

offsetnumber

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

limitnumber

The total number of results to return. Default: 1000, max: 1000. 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.

datarunstring

Parameter used to indicate which datarun version to query during transitionary periods when multiple dataruns are being supported. Currently, the only datarun supported is 2025_1.

Response