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/23-1011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3774",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3774",
         "title": "Interpret laws, rulings and regulations for individuals and businesses.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3775",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3775",
         "title": "Analyze the probable outcomes of cases, using knowledge of legal precedents.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3778",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3778",
         "title": "Gather evidence to formulate defense or to initiate legal actions by such means as interviewing clients and witnesses to ascertain the facts of a case.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "3779",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3779",
         "title": "Represent clients in court or before government agencies.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3777",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3777",
         "title": "Evaluate findings and develop strategies and arguments in preparation for presentation of cases.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "3773",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3773",
         "title": "Advise clients concerning business transactions, claim liability, advisability of prosecuting or defending lawsuits, or legal rights and obligations.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "3780",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3780",
         "title": "Examine legal data to determine advisability of defending or prosecuting lawsuit.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "20877",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/20877",
         "title": "Prepare, draft, and review legal documents, such as wills, deeds, patent applications, mortgages, leases, and contracts.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3783",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3783",
         "title": "Study Constitution, statutes, decisions, regulations, and ordinances of quasi-judicial bodies to determine ramifications for cases.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3786",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-1011.00/related/tasks/3786",
         "title": "Negotiate settlements of civil disputes.",
         "importance": 76,
         "category": "Core"
      }
   ]
}