Get Work Types
Gets an array of work types including id, industry, and work type name.
URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/types-of-work | |
Production | https://api.fieldnation.com/api/rest/v2/types-of-work |
Path Parameters
Not applicable.
Body
Not applicable.
Response
You can locate work type ids in the Response > results object. Refer to Pagination for more information.
Examples
Return Template ID and Name
{
"actions": [],
"metadata": {},
"params": [],
"results": [
{
"id": 70,
"industry": "Other",
"name": "Adjustable Bed Bases"
},
{
"id": 60,
"industry": "Information Technology / Communications",
"name": "Audio-Visual / Home Theater"
},
{
"id": 63,
"industry": "Information Technology / Communications",
"name": "Automated Teller Machine (ATM)"
},
{
"id": 56,
"industry": "Construction / Trades",
"name": "Carpentry / Fixture Install"
},
{
"id": 65,
"industry": "Information Technology / Communications",
"name": "CCTV / Alarm Systems"
},
{
"id": 76,
"industry": "Information Technology / Communications",
"name": "Copier"
},
{
"id": 61,
"industry": "Information Technology / Communications",
"name": "Desktop/Laptop"
},
{
"id": 59,
"industry": "Construction / Trades",
"name": "Electrical"
},
{
"id": 69,
"industry": "Information Technology / Communications",
"name": "Fiber Cabling"
},
{
"id": 74,
"industry": "Other",
"name": "General tasks"
},
{
"id": 8,
"industry": "Construction / Trades",
"name": "HVAC"
},
{
"id": 64,
"industry": "Information Technology / Communications",
"name": "Kiosk"
},
{
"id": 68,
"industry": "Information Technology / Communications",
"name": "Low Voltage Cabling"
},
{
"id": 75,
"industry": "Retail",
"name": "Merchandising"
},
{
"id": 4,
"industry": "Information Technology / Communications",
"name": "Networking"
},
{
"id": 50,
"industry": "Other",
"name": "Other"
},
{
"id": 58,
"industry": "Construction / Trades",
"name": "Plumbing"
},
{
"id": 62,
"industry": "Information Technology / Communications",
"name": "Point of Sale (POS)"
},
{
"id": 54,
"industry": "Information Technology / Communications",
"name": "Printer"
},
{
"id": 71,
"industry": "Information Technology / Communications",
"name": "Pro A/V, Digital Signage"
},
{
"id": 72,
"industry": "Other",
"name": "Project Manager"
},
{
"id": 57,
"industry": "Information Technology / Communications",
"name": "Satellite"
},
{
"id": 51,
"industry": "Other",
"name": "Secret Shopping"
},
{
"id": 66,
"industry": "Information Technology / Communications",
"name": "Server Hardware/Software"
},
{
"id": 67,
"industry": "Information Technology / Communications",
"name": "Structured Cabling"
},
{
"id": 3,
"industry": "Information Technology / Communications",
"name": "Telecom / VOIP"
}
]
}