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
Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/veterans/careers/13-1031.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
"air_force": [
{
"code": "5J000",
"title": "Paralegal Manager (Enlisted)",
"active": true
},
{
"code": "5J011",
"title": "Paralegal Helper (Enlisted)",
"active": true
},
{
"code": "5J031",
"title": "Paralegal Apprentice (Enlisted)",
"active": true
},
{
"code": "5J051",
"title": "Paralegal Journeyman (Enlisted)",
"active": true
},
{
"code": "5J071",
"title": "Paralegal Craftsman (Enlisted)",
"active": true
},
{
"code": "5J091",
"title": "Paralegal Superintendent (Enlisted)",
"active": true
},
{
"code": "5J0X1",
"title": "Paralegal (Enlisted)",
"active": true
}
],
"army": [
{
"code": "27D",
"title": "Paralegal Specialist (Enlisted)",
"active": true
}
],
"coast_guard": [
{
"code": "INV",
"title": "Investigations (Warrant Officer only)",
"active": true
}
]
}