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

https://api-v2.onetcenter.org/
GET parameters
? =

Response

URL:
https://api-v2.onetcenter.org/online/occupations/49-3093.00/summary/knowledge
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 4,
   "total": 4,
   "element": [
      {
         "id": "2.C.3.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/knowledge/2.C.3.e",
         "name": "Mechanical",
         "description": "Knowledge of machines and tools, including their designs, uses, repair, and maintenance."
      },
      {
         "id": "2.C.1.e",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/knowledge/2.C.1.e",
         "name": "Customer and Personal Service",
         "description": "Knowledge of principles and processes for providing customer and personal services. This includes customer needs assessment, meeting quality standards for services, and evaluation of customer satisfaction."
      },
      {
         "id": "2.C.1.a",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/knowledge/2.C.1.a",
         "name": "Administration and Management",
         "description": "Knowledge of business and management principles involved in strategic planning, resource allocation, human resources modeling, leadership technique, production methods, and coordination of people and resources."
      },
      {
         "id": "2.C.1.d",
         "related": "https://api-v2.onetcenter.org/online/occupations/49-3093.00/related/knowledge/2.C.1.d",
         "name": "Sales and Marketing",
         "description": "Knowledge of principles and methods for showing, promoting, and selling products or services. This includes marketing strategy and tactics, product demonstration, sales techniques, and sales control systems."
      }
   ]
}