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-1131.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18917",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18917",
         "title": "Identify and build relationships with potential donors."
      },
      {
         "id": "18922",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18922",
         "title": "Secure commitments of participation or donation from individuals or corporate donors."
      },
      {
         "id": "18931",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18931",
         "title": "Write and send letters of thanks to donors."
      },
      {
         "id": "18923",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18923",
         "title": "Solicit cash or in-kind donations or sponsorships from individual, business, or government donors."
      },
      {
         "id": "18907",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1131.00/related/tasks/18907",
         "title": "Create or update donor databases."
      }
   ]
}