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-1299.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16234",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16234",
         "title": "Assist in determining document management policies to facilitate efficient, legal, and secure access to electronic content.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "16232",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16232",
         "title": "Assist in the development of document or content classification taxonomies to facilitate information capture, search, and retrieval.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16238",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16238",
         "title": "Implement electronic document processing, retrieval, and distribution systems in collaboration with other information technology specialists.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16239",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16239",
         "title": "Identify and classify documents or other electronic content according to characteristics such as security level, function, and metadata.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16229",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16229",
         "title": "Develop, document, or maintain standards, best practices, or system usage procedures.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16233",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16233",
         "title": "Assist in the assessment, acquisition, or deployment of new electronic document management systems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16237",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16237",
         "title": "Administer document and system access rights and revision control to ensure security of system and integrity of master documents.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "20368",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/20368",
         "title": "Prepare and record changes to official documents and confirm changes with legal and compliance management staff, including enterprise-wide records management staff.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16220",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16220",
         "title": "Write, review, or execute plans for testing new or established document management systems.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "16219",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.03/related/tasks/16219",
         "title": "Monitor regulatory activity to maintain compliance with records and document management laws.",
         "importance": 72,
         "category": "Core"
      }
   ]
}