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/15-1255.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21685",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21685",
         "title": "Collaborate with management or users to develop e-commerce strategies and to integrate these strategies with Web sites."
      },
      {
         "id": "21686",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21686",
         "title": "Collaborate with web development professionals, such as front-end or back-end developers, to complete the full scope of Web development projects."
      },
      {
         "id": "21687",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21687",
         "title": "Communicate with network personnel or Web site hosting agencies to address hardware or software issues affecting Web sites."
      },
      {
         "id": "21688",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21688",
         "title": "Conduct user research to determine design requirements and analyze user feedback to improve design quality."
      },
      {
         "id": "21689",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21689",
         "title": "Confer with management or development teams to prioritize needs, resolve conflicts, develop content criteria, or choose solutions."
      },
      {
         "id": "21690",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21690",
         "title": "Create searchable indices for Web page content."
      },
      {
         "id": "21691",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21691",
         "title": "Create Web models or prototypes that include physical, interface, logical, or data models."
      },
      {
         "id": "21692",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21692",
         "title": "Design, build, or maintain Web sites, using authoring or scripting languages, content creation tools, management tools, and digital media."
      },
      {
         "id": "21693",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21693",
         "title": "Develop and document style guidelines for Web site content."
      },
      {
         "id": "21694",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.00/related/tasks/21694",
         "title": "Develop new visual design concepts and modify concepts based on stakeholder feedback."
      }
   ]
}