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/13-2051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21579",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21579",
         "title": "Advise clients on aspects of capitalization, such as amounts, sources, or timing."
      },
      {
         "id": "21580",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21580",
         "title": "Analyze financial or operational performance of companies facing financial difficulties to identify or recommend remedies."
      },
      {
         "id": "21581",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21581",
         "title": "Assess companies as investments for clients by examining company facilities."
      },
      {
         "id": "21582",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21582",
         "title": "Collaborate on projects with other professionals, such as lawyers, accountants, or public relations experts."
      },
      {
         "id": "21583",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21583",
         "title": "Collaborate with investment bankers to attract new corporate clients."
      },
      {
         "id": "21584",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21584",
         "title": "Conduct financial analyses related to investments in green construction or green retrofitting projects."
      },
      {
         "id": "21585",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21585",
         "title": "Confer with clients to restructure debt, refinance debt, or raise new debt."
      },
      {
         "id": "21586",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21586",
         "title": "Create client presentations of plan details."
      },
      {
         "id": "21587",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21587",
         "title": "Determine the prices at which securities should be syndicated and offered to the public."
      },
      {
         "id": "21588",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2051.00/related/tasks/21588",
         "title": "Develop and maintain client relationships."
      }
   ]
}