Get Templates

Gets a paginated list of template ids. You can also use this endpoint to return additional information, including the template name, client, project, and the number of work orders associated with each template.

URLs

Environment Method URL
Sandbox https://api-sandbox.fndev.net/api/rest/v2/templates
Production https://api.fieldnation.com/api/rest/v2/templates

Path Parameters

Not applicable.

Query Parameters

Refer to Pagination for a list of additional query parameters.

Parameter Type Example Notes
access_token string abc123defg459hijk786lmn45 Required.
columns string &columns=name Specify columns. Optional.
Columns: actions, name, client, project, author, work_orders, updated

Body

Not applicable.

Response

You can locate template ids in the Response > results object. Refer to Pagination for more information.

Examples

Return Template ID and Name

Errors

Standard HTTP and OAuth error codes.