GET v1/Users/{userId}/JobOrders/{jobId}/Notes

This will return a job note list object for the given job order. The note will not be in the list if the note is hidden and the user Id of the note is not the current user Id. The default sort will be by Updated Date then by Created Date.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

userId

string

Required

jobId

jobId

string

Required

Body Parameters

None.

Response Information

Resource Description

List of Note

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.