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/43-6012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "768",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/768",
         "title": "Organize and maintain law libraries, documents, and case files.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "764",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/764",
         "title": "Mail, fax, or arrange for delivery of legal correspondence to clients, witnesses, and court officials.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18780",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/18780",
         "title": "Prepare and distribute invoices to bill clients or pay account expenses.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21078",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/21078",
         "title": "Prepare, proofread, or process legal documents, such as summonses, subpoenas, complaints, appeals, motions, or pretrial agreements.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "767",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/767",
         "title": "Make photocopies of correspondence, documents, and other printed matter.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "769",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/769",
         "title": "Assist attorneys in collecting information such as employment, medical, and other records.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "774",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/774",
         "title": "Complete various forms, such as accident reports, trial and courtroom requests, and applications for clients.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "765",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/765",
         "title": "Receive and place telephone calls.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "766",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/766",
         "title": "Schedule and make appointments.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "771",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-6012.00/related/tasks/771",
         "title": "Draft and type office memos.",
         "importance": 60,
         "category": "Core"
      }
   ]
}