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-4021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9344",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9344",
         "title": "Adjust apertures, shutter speeds, and camera focus according to a combination of factors, such as lighting, field depth, subject motion, film type, and film speed."
      },
      {
         "id": "9346",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9346",
         "title": "Create artificial light, using flashes and reflectors."
      },
      {
         "id": "9347",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9347",
         "title": "Determine desired images and picture composition, selecting and adjusting subjects, equipment, and lighting to achieve desired effects."
      },
      {
         "id": "20558",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/20558",
         "title": "Transfer photographs to computers for editing, archiving, and electronic transmission."
      },
      {
         "id": "9345",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9345",
         "title": "Use traditional or digital cameras, along with a variety of equipment, such as tripods, filters, and flash attachments."
      }
   ]
}