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/11-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "21311",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21311",
         "title": "Establish and maintain relationships with individual or business customers or provide assistance with problems these customers may encounter.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "21319",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21319",
         "title": "Oversee the flow of cash or financial instruments.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21312",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21312",
         "title": "Plan, direct, or coordinate the activities of workers in branches, offices, or departments of establishments, such as branch banks, brokerage firms, risk and insurance departments, or credit departments.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "21313",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21313",
         "title": "Recruit staff members.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "21315",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21315",
         "title": "Evaluate data pertaining to costs to plan budgets.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "21316",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21316",
         "title": "Oversee training programs.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "21327",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21327",
         "title": "Establish procedures for custody or control of assets, records, loan collateral, or securities to ensure safekeeping.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "21322",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21322",
         "title": "Communicate with stockholders or other investors to provide information or to raise capital.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "21321",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21321",
         "title": "Develop or analyze information to assess the current or future financial status of firms.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "21318",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3031.00/related/tasks/21318",
         "title": "Approve, reject, or coordinate the approval or rejection of lines of credit or commercial, real estate, or personal loans.",
         "importance": 77,
         "category": "Supplemental"
      }
   ]
}