Job classifications and skill categories.
Types of Work classify the nature of a job (e.g., "Networking", "Point of Sale", "Cabling"). This classification helps:
GET /types-of-work
Retrieve all types of work available in the marketplace.
{
"results": [
{
"id": 15,
"name": "Networking",
"description": "Router, switch, and firewall installation/configuration"
},
{
"id": 22,
"name": "Point of Sale",
"description": "POS terminal installation and setup"
},
{
"id": 31,
"name": "Structured Cabling",
"description": "Cat5e/Cat6 cable runs and terminations"
}
]
}When creating a work order, specify the type:
{
"title": "Install Firewall",
"type_of_work": { "id": 15 }
}Types of Work influence SmartMatch:
| Factor | How It's Used |
|---|---|
| Skills | Providers self-certify expertise |
| History | Past performance on similar jobs |
| Certifications | Industry credentials (e.g., BICSI) |
Types of Work are maintained by Field Nation. You cannot create custom types, but you can select from the comprehensive list available via the API.
| ID | Name | Common Use Cases |
|---|---|---|
| 1 | General IT | Broad IT support tasks |
| 15 | Networking | Routers, switches, firewalls |
| 22 | Point of Sale | POS terminals, payment systems |
| 31 | Structured Cabling | Cable installation, termination |
| 45 | Desktop Support | PC setup, troubleshooting |
Last updated on