Retrieve available work order templates that can be used to quickly create work orders with predefined fields and tasks.
Retrieve available work order templates that can be used to quickly create work orders with predefined fields and tasks.
access_token OAuth 2.0 Access Token
In: query
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/templates"{
"actions": [],
"metadata": {
"total": 100,
"page": 0,
"pages": 5,
"per_page": 20,
"columns": "string_value",
"view": "string_value",
"sort": "string_value",
"order": "string_value",
"list": "string_value"
},
"params": [],
"lists": [],
"results": [],
"search_text": "string_value",
"correlation_id": "string_value"
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on