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/41-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9682",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9682",
         "title": "Develop, present, or respond to proposals for specific customer requirements, including request for proposal responses and industry-specific solutions."
      },
      {
         "id": "9680",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9680",
         "title": "Collaborate with sales teams to understand customer requirements, to promote the sale of company products, and to provide sales support."
      },
      {
         "id": "9690",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9690",
         "title": "Create sales or service contracts for products or services."
      },
      {
         "id": "9689",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9689",
         "title": "Visit prospective buyers at commercial, industrial, or other establishments to show samples or catalogs, and to inform them about product pricing, availability, and advantages."
      },
      {
         "id": "9692",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9031.00/related/tasks/9692",
         "title": "Keep informed on industry news and trends, products, services, competitors, relevant information about legacy, existing, and emerging technologies, and the latest product-line developments."
      }
   ]
}