Get Work Types
Gets an array of work types including id, and work type name.
Warning: The support of Get Work Types(legacy) will be deprecated in the future and we encourage you to use Get Work Types(new) instead.
Get Work Types(legacy) - 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 |
Get Work Types(new) - URLs
Environment | Method | URL |
---|---|---|
Sandbox | https://api-sandbox.fndev.net/api/rest/v2/types-of-work?latest=true | |
Production | https://api.fieldnation.com/api/rest/v2/types-of-work?latest=true |
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 Type of work ID and Name(legacy)
{
"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"
}
]
}
Return Type of work ID and Name(new)
{
"actions": [],
"metadata": {},
"params": [],
"results": [
{
"id": 146,
"name": "Access Control"
},
{
"id": 222,
"name": "Advertising"
},
{
"id": 109,
"name": "ATM"
},
{
"id": 98,
"name": "Audio Visual"
},
{
"id": 127,
"name": "Burglar Alarm"
},
{
"id": 107,
"name": "CCTV Camera"
},
{
"id": 111,
"name": "Copier"
},
{
"id": 100,
"name": "Digital Signage"
},
{
"id": 190,
"name": "Electrical"
},
{
"id": 147,
"name": "EV Charging Stations"
},
{
"id": 180,
"name": "Fiber Certification"
},
{
"id": 187,
"name": "Fiber Patch Cabling"
},
{
"id": 99,
"name": "Fiber Runs"
},
{
"id": 117,
"name": "Fiber Structured Cabling"
},
{
"id": 101,
"name": "Fiber Testing"
},
{
"id": 126,
"name": "Fire Alarm"
},
{
"id": 189,
"name": "Fixtures"
},
{
"id": 183,
"name": "Furniture"
},
{
"id": 151,
"name": "General Alarm"
},
{
"id": 182,
"name": "General Tasks"
},
{
"id": 108,
"name": "IP Camera"
},
{
"id": 110,
"name": "Kiosk"
},
{
"id": 181,
"name": "Lockers"
},
{
"id": 179,
"name": "Low Voltage Certification"
},
{
"id": 186,
"name": "Low Voltage Patch Cabling"
},
{
"id": 93,
"name": "Low Voltage Runs"
},
{
"id": 115,
"name": "Low Voltage Structured Cabling"
},
{
"id": 94,
"name": "Low Voltage Testing"
},
{
"id": 176,
"name": "Mac Device"
},
{
"id": 185,
"name": "Merchandising"
},
{
"id": 95,
"name": "Networking"
},
{
"id": 191,
"name": "Other Trades"
},
{
"id": 91,
"name": "Point of Sale"
},
{
"id": 106,
"name": "POTS"
},
{
"id": 104,
"name": "Printer"
},
{
"id": 178,
"name": "Satellite Networking"
},
{
"id": 206,
"name": "Satellite TV"
},
{
"id": 92,
"name": "Self-Checkout"
},
{
"id": 148,
"name": "Server/Storage"
},
{
"id": 105,
"name": "VoIP-SIP"
},
{
"id": 177,
"name": "Windows Device"
},
{
"id": 96,
"name": "Wireless Networking"
}
]
}