Navigation :
title = “Milestones by Work Order”
description = “”
weight = 10
pre = ““
+++
Returns a date and time summary of work order milestones.
URLs
Environment |
Method |
URL |
Sandbox |
|
https://api-sandbox.fndev.net/api/rest/v2/workorders/work_order_id/milestones |
Production |
|
https://api.fieldnation.com/api/rest/v2/workorders/work_order_id/milestones |
Path Parameters
Parameter |
Type |
Example |
Notes |
work_order_id |
integer
|
1753 |
Work Order ID.
|
Query Parameters
Parameter |
Type |
Example |
Notes |
access_token |
string
|
abc123defg459hijk786lmn45 |
Required. |
Response
Returns the Milestone Object. Refer to Milestones for parameter details and examples.
Errors
Standard HTTP and OAuth error codes.
Examples
–>