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)
Return Type of work ID and Name(new)

Errors

Standard HTTP and OAuth error codes.