Field NationDeveloper Platform
Field NationDeveloper Platform
IntroductionQuick StartAPI Playground

Getting Started

API Reference

People

UsersProvidersTalent PoolsTalent Pool GroupsService Territories

Organization

ClientsProjectsLocations

Configuration

TemplatesTypes of WorkCompany
Resources

Types of Work

Job classifications and skill categories.


Types of Work

Types of Work classify the nature of a job (e.g., "Networking", "Point of Sale", "Cabling"). This classification helps:

  • Match work orders with qualified providers
  • Organize reporting by job category
  • Apply appropriate pay rates

List Types of Work

GET /types-of-work

Retrieve all types of work available in the marketplace.

Response

{
  "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"
    }
  ]
}

Using Types of Work

When creating a work order, specify the type:

{
  "title": "Install Firewall",
  "type_of_work": { "id": 15 }
}

Provider Matching

Types of Work influence SmartMatch:

FactorHow It's Used
SkillsProviders self-certify expertise
HistoryPast performance on similar jobs
CertificationsIndustry 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.

Common Types

IDNameCommon Use Cases
1General ITBroad IT support tasks
15NetworkingRouters, switches, firewalls
22Point of SalePOS terminals, payment systems
31Structured CablingCable installation, termination
45Desktop SupportPC setup, troubleshooting

Related Resources

  • Templates - Templates include type of work
  • Work Order Creation - Using types when creating WOs

Last updated on

Templates

Work order templates for standardized job creation.

Company

Company settings, reasons, expense categories, and configuration.

On this page

Types of Work
List Types of Work
Response
Using Types of Work
Provider Matching
Common Types
Related Resources