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/13-1199.06/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 34,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15718",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15718",
         "title": "Fill customer orders by packaging sold items and documentation for direct shipping or by transferring orders to manufacturers or third-party distributors."
      },
      {
         "id": "15731",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15731",
         "title": "Receive and process payments from customers, using electronic transaction services."
      },
      {
         "id": "15710",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15710",
         "title": "Create, manage, or automate orders or invoices, using order management or invoicing software."
      },
      {
         "id": "15709",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15709",
         "title": "Deliver e-mail confirmation of completed transactions and shipment."
      },
      {
         "id": "15728",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15728",
         "title": "Correspond with online customers via electronic mail, telephone, or other electronic messaging to address questions or complaints about products, policies, or shipping methods."
      }
   ]
}