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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 34,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/details/tasks?start=11&end=20",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "15733",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15733",
         "title": "Purchase new or used items from online or physical sources for resale via retail or auction Web site.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "15707",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15707",
         "title": "Determine and set product prices.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15730",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15730",
         "title": "Calculate purchase subtotals, taxes, and shipping costs for submission to customers.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "15734",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15734",
         "title": "Compose descriptions of merchandise for posting to online storefront, auction sites, or other shopping Web sites.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "15729",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.06/related/tasks/15729",
         "title": "Compose images of products, using video or still cameras, lighting equipment, props, or photo or video editing software.",
         "importance": 80,
         "category": "Core"
      }
   ]
}