Interactive Demo
This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.
Request
Response
URL:
https://api-v2.onetcenter.org/online/technology/examples/Oracle%20Advanced%20Procurement
Status:
200 OK
Content-Type:
application/json
{
"start": 1,
"end": 2,
"total": 2,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43231503",
"code": 43231503,
"title": "Procurement software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/",
"code": "51-4193.00",
"title": "Plating Machine Setters, Operators, and Tenders, Metal and Plastic",
"tags": {},
"job_zone": {
"code": 2,
"title": "Job Zone Two: Some Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/",
"code": "13-1022.00",
"title": "Wholesale and Retail Buyers, Except Farm Products",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 3,
"title": "Job Zone Three: Medium Preparation Needed"
}
}
]
}
"start": 1,
"end": 2,
"total": 2,
"category": [
{
"href": "https://api-v2.onetcenter.org/online/technology/categories/43231503",
"code": 43231503,
"title": "Procurement software"
}
],
"occupation": [
{
"href": "https://api-v2.onetcenter.org/online/occupations/51-4193.00/",
"code": "51-4193.00",
"title": "Plating Machine Setters, Operators, and Tenders, Metal and Plastic",
"tags": {},
"job_zone": {
"code": 2,
"title": "Job Zone Two: Some Preparation Needed"
}
},
{
"href": "https://api-v2.onetcenter.org/online/occupations/13-1022.00/",
"code": "13-1022.00",
"title": "Wholesale and Retail Buyers, Except Farm Products",
"tags": {
"bright_outlook": true
},
"job_zone": {
"code": 3,
"title": "Job Zone Three: Medium Preparation Needed"
}
}
]
}