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

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/11-3031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21311",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21311",
         "title": "Establish and maintain relationships with individual or business customers or provide assistance with problems these customers may encounter."
      },
      {
         "id": "21319",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21319",
         "title": "Oversee the flow of cash or financial instruments."
      },
      {
         "id": "21312",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21312",
         "title": "Plan, direct, or coordinate the activities of workers in branches, offices, or departments of establishments, such as branch banks, brokerage firms, risk and insurance departments, or credit departments."
      },
      {
         "id": "21313",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21313",
         "title": "Recruit staff members."
      },
      {
         "id": "21315",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21315",
         "title": "Evaluate data pertaining to costs to plan budgets."
      }
   ]
}