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/47-2141.00/in_the_military
Status:
200 OK
Content-Type:
application/json
{
"army": [
{
"code": "120A",
"title": "Construction Engineering Technician (Warrant Officer only)",
"active": true
}
],
"coast_guard": [
{
"code": "BOSN",
"title": "Boatswain Specialty (Warrant Officer only)",
"active": true
}
],
"marine_corps": [
{
"code": "1302",
"title": "Combat Engineer Officer (Commissioned Officer only)",
"active": true
}
],
"navy": [
{
"code": "4205",
"title": "Facilities Engineering Officer (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "4230",
"title": "Facilities Construction/Facilities Services Officer (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "4340",
"title": "Officer in Charge, Naval Construction Battalion Unit (Commissioned or Warrant Officer)",
"active": true
},
{
"code": "860A",
"title": "Navy Afloat Maintenance Training Strategy (NAMTS) Corrosion Control Program Technician (Enlisted)",
"active": true
},
{
"code": "BU",
"title": "Builder (Enlisted)",
"active": true
}
]
}