GET 17.0/app/workorders/{id}/contacts

Description

Gets contacts associated with a work order by its ID.

URI Parameters

Name Description Type Additional information
id

The ID of the work order.

integer

Required

None.

None.

An IHttpActionResult containing a list of Contact objects if successful, or a BadRequest result if the ID is invalid.

None.

application/json, text/json

Sample:

Sample not available.