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-2033.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21246",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21246",
         "title": "Assign, supervise, and review the activities of fundraising staff."
      },
      {
         "id": "21247",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21247",
         "title": "Compile or develop materials to submit to granting or other funding organizations."
      },
      {
         "id": "21248",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21248",
         "title": "Conduct research to identify the goals, net worth, charitable donation history, or other data related to potential donors, potential investors, or general donor markets."
      },
      {
         "id": "21249",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21249",
         "title": "Contact corporate representatives, government officials, or community leaders to increase awareness of organizational causes, activities, or needs."
      },
      {
         "id": "21250",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21250",
         "title": "Design and edit promotional publications, such as brochures."
      }
   ]
}