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/27-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "291",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/291",
         "title": "Work with creative directors to develop design solutions.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "288",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/288",
         "title": "Present final layouts to clients for approval.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "286",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/286",
         "title": "Manage own accounts and projects, working within budget and scheduling requirements.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "287",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/287",
         "title": "Confer with creative, art, copywriting, or production department heads to discuss client requirements and presentation concepts and to coordinate creative activities.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "289",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/289",
         "title": "Confer with clients to determine objectives, budget, background information, and presentation approaches, styles, and techniques.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "284",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/284",
         "title": "Formulate basic layout design or presentation approach and specify material details, such as style and size of type, photographs, graphics, animation, video, and sound.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "285",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/285",
         "title": "Review and approve art materials, copy materials, and proofs of printed copy developed by staff members.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "294",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/294",
         "title": "Create custom illustrations or other graphic elements.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "293",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/293",
         "title": "Attend photo shoots and printing sessions to ensure that the products needed are obtained.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "292",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1011.00/related/tasks/292",
         "title": "Review illustrative material to determine if it conforms to standards and specifications.",
         "importance": 76,
         "category": "Core"
      }
   ]
}