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-1161.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20328",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/related/tasks/20328",
         "title": "Manage tracking and reporting of search-related activities and provide analyses to marketing executives."
      },
      {
         "id": "20329",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/related/tasks/20329",
         "title": "Optimize digital assets, such as text, graphics, or multimedia assets, for search engine optimization (SEO) or for display and usability on internet-connected devices."
      },
      {
         "id": "16192",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/related/tasks/16192",
         "title": "Collect and analyze Web metrics, such as visits, time on site, page views per visit, transaction volume and revenue, traffic mix, click-through rates, conversion rates, cost per acquisition, or cost per click."
      },
      {
         "id": "16182",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/related/tasks/16182",
         "title": "Participate in the development or implementation of online marketing strategy."
      },
      {
         "id": "16190",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1161.01/related/tasks/16190",
         "title": "Optimize Web site exposure by analyzing search engine patterns to direct online placement of keywords or other content."
      }
   ]
}