How work is categorized using Types of Work and Templates.
Correctly classifying your work is essential for finding the right talent. Field Nation uses specific structures to categorize jobs.
Types of Work are the primary way to categorize a job (e.g., "Cabling", "Point of Sale", "Networking").
type_of_work ID.service_type are often replaced by type_of_work.Retrieve a list of all available job categories.
GET /types-of-work
Always ensure you are using a valid type_of_work ID that exists in the system. You can retrieve valuable IDs via the lookup endpoints.
Projects and Templates act as blueprints for your work orders.
A template pre-fills many fields of a work order, such as:
Why use them?
Using templates (template_id in your Create request) significantly reduces the size of your API payload and ensures consistency across thousands of work orders.
Retrieve available templates to use in your work order creation.
GET /templates
Projects are high-level containers for work orders. They are useful for:
Last updated on