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-4041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23297",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23297",
         "title": "Keep records of customers' charges and payments."
      },
      {
         "id": "23298",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23298",
         "title": "Compile and analyze credit information gathered by investigation."
      },
      {
         "id": "23299",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23299",
         "title": "Obtain information about potential creditors from banks, credit bureaus, and other credit services, and provide reciprocal information if requested."
      },
      {
         "id": "23300",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23300",
         "title": "Interview credit applicants by telephone or in person to obtain personal and financial data needed to complete credit report."
      },
      {
         "id": "23301",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23301",
         "title": "Evaluate customers' computerized credit records and payment histories to decide whether to approve new credit, based on predetermined standards."
      }
   ]
}