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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "9346",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9346",
         "title": "Create artificial light, using flashes and reflectors.",
         "importance": 97,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 96,
         "category": "Core"
      },
      {
         "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.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "9352",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9352",
         "title": "Manipulate and enhance scanned or digital images to create desired effects, using computers and specialized software.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "9343",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9343",
         "title": "Take pictures of individuals, families, and small groups, either in studio or on location.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "9357",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9357",
         "title": "Enhance, retouch, and resize photographs and negatives, using airbrushing and other techniques.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9349",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9349",
         "title": "Test equipment prior to use to ensure that it is in good working order.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "9351",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-4021.00/related/tasks/9351",
         "title": "Estimate or measure light levels, distances, and numbers of exposures needed, using measuring devices and formulas.",
         "importance": 88,
         "category": "Core"
      }
   ]
}