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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Supplemental"
      },
      {
         "id": "23302",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23302",
         "title": "File sales slips in customers' ledgers for billing purposes.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "23303",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23303",
         "title": "Receive charge slips or credit applications by mail, or receive information from salespeople or merchants by telephone.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "23304",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23304",
         "title": "Mail charge statements to customers.",
         "importance": 71,
         "category": "Supplemental"
      },
      {
         "id": "23305",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23305",
         "title": "Examine city directories and public records to verify residence property ownership, bankruptcies, liens, arrest record, or unpaid taxes of applicants.",
         "importance": 60,
         "category": "Supplemental"
      },
      {
         "id": "23306",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4041.00/related/tasks/23306",
         "title": "Relay credit report information to subscribers by mail or by telephone.",
         "importance": 58,
         "category": "Supplemental"
      }
   ]
}