JobDetailsOnetV1.xsd
JobDetailsDotV1.xsd
Job Details V1 API Specification 1.1 pdf
The license key is passed through the header. Enter your license key here to use this test form.
* (asterisk) indicates required parameter
var uri = "https://api.mdguidelines.com/api/v1/jobdetails/search"; uri += "/29-1141.00"; uri += "/ONET"; $.ajax({ url: uri, type: 'GET', dataType: 'json', headers: { 'RG-LICENSE-KEY': 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', }, success: function (data) { handleData(data) }, error: function (xhr, status, error) { handleError(xhr, status, error) } })