Field NationDeveloper Platform
Field NationDeveloper Platform
Overview

Work Orders

Resources

List Service Types GETGet types of work GET
ConfigurationTypes of work

List Service Types


Retrieve all service types associated with a specific type of work.

GET
/api/rest/v2/types-of-work/{type_of_work_id}/service-types

Authorization

access_token
access_token<token>

OAuth 2.0 Access Token

In: query

Path Parameters

type_of_work_id*string

Type of work ID

curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/types-of-work/string_value/service-types"
[]
{
  "status": 500,
  "message": "Operation successful."
}
{
  "status": 500,
  "message": "Operation successful."
}

Response Body

application/json

application/json

application/json

Last updated on

Get workorder templates GET

Previous Page

Get types of work GET

Next Page

curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/types-of-work/string_value/service-types"