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/51-6021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "14038",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14038",
         "title": "Hang, fold, package, and tag finished articles for delivery to customers.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "14035",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14035",
         "title": "Operate steam, hydraulic, or other pressing machines to remove wrinkles from garments and flatwork items, or to shape, form, or patch articles.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "14043",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14043",
         "title": "Straighten, smooth, or shape materials to prepare them for pressing.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14037",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14037",
         "title": "Remove finished pieces from pressing machines and hang or stack them for cooling, or forward them for additional processing.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14042",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14042",
         "title": "Finish pleated garments, determining sizes of pleats from evidence of old pleats or from work orders, using machine presses or hand irons.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "14036",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14036",
         "title": "Lower irons, rams, or pressing heads of machines into position over material to be pressed.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "21026",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/21026",
         "title": "Identify and treat spots on garments.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14051",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14051",
         "title": "Shrink, stretch, or block articles by hand to conform to original measurements, using forms, blocks, and steam.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14049",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14049",
         "title": "Finish fancy garments such as evening gowns and costumes, using hand irons to produce high quality finishes.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "14041",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6021.00/related/tasks/14041",
         "title": "Push and pull irons over surfaces of articles to smooth or shape them.",
         "importance": 84,
         "category": "Core"
      }
   ]
}