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-1021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "12878",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12878",
         "title": "Purchase, for further processing or for resale, farm products, such as milk, grains, or Christmas trees.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "12880",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12880",
         "title": "Arrange for processing or resale of purchased products.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12879",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12879",
         "title": "Negotiate contracts with farmers for the production or purchase of farm products.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "12881",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12881",
         "title": "Arrange for transportation or storage of purchased products.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12883",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12883",
         "title": "Maintain records of business transactions and product inventories, reporting data to companies or government agencies as necessary.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "12882",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12882",
         "title": "Review orders to determine product types and quantities required to meet demand.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "12884",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12884",
         "title": "Examine or test crops or products to estimate their value, determine their grade, or locate any evidence of disease or insect damage.",
         "importance": 65,
         "category": "Supplemental"
      },
      {
         "id": "12885",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12885",
         "title": "Coordinate or direct activities of workers engaged in cutting, transporting, storing, or milling products and maintaining records.",
         "importance": 63,
         "category": "Supplemental"
      },
      {
         "id": "12887",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12887",
         "title": "Sell supplies, such as seed, feed, fertilizers, or insecticides, arranging for loans or financing as necessary.",
         "importance": 62,
         "category": "Supplemental"
      },
      {
         "id": "12889",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1021.00/related/tasks/12889",
         "title": "Advise farm groups or growers on land preparation or livestock care techniques that will maximize the quantity and quality of production.",
         "importance": 56,
         "category": "Supplemental"
      }
   ]
}