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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16199",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16199",
         "title": "Balance and adjust gameplay experiences to ensure the critical and commercial success of the product.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "16208",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16208",
         "title": "Devise missions, challenges, or puzzles to be encountered in game play.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "16217",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16217",
         "title": "Create core game features, including storylines, role-play mechanics, and character biographies for a new video game or game franchise.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "16201",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16201",
         "title": "Solicit, obtain, and integrate feedback from design and technical staff into original game design.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16214",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16214",
         "title": "Conduct regular design reviews throughout the game development process.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16209",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16209",
         "title": "Develop and maintain design level documentation, including mechanics, guidelines, and mission outlines.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "16216",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16216",
         "title": "Document all aspects of formal game design, using mock-up screenshots, sample menu layouts, gameplay flowcharts, and other graphical devices.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16198",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16198",
         "title": "Provide feedback to designers and other colleagues regarding game design features.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16212",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16212",
         "title": "Create and manage documentation, production schedules, prototyping goals, and communication plans in collaboration with production staff.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16202",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1255.01/related/tasks/16202",
         "title": "Provide feedback to production staff regarding technical game qualities or adherence to original design.",
         "importance": 78,
         "category": "Core"
      }
   ]
}