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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/details/tasks?start=11&end=16",
   "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."
      },
      {
         "id": "21251",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21251",
         "title": "Develop fundraising activity plans that maximize participation or contributions and minimize costs."
      },
      {
         "id": "21252",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21252",
         "title": "Develop strategies to encourage new or increased contributions."
      },
      {
         "id": "21253",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21253",
         "title": "Direct activities of external agencies, establishments, or departments that develop and implement fundraising strategies and programs."
      },
      {
         "id": "21254",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21254",
         "title": "Establish and maintain effective working relationships with clients, government officials, and media representatives and use these relationships to develop new fundraising opportunities."
      },
      {
         "id": "21255",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-2033.00/related/tasks/21255",
         "title": "Establish goals for soliciting funds, develop policies for collection and safeguarding of contributions, and coordinate disbursement of funds."
      }
   ]
}