/api/p/v{version}/loads/{loadNumber}/notes

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieve all notes associated with a specific load.

Notes may include operational comments, internal updates, or other annotations added during the lifecycle of the load.

Path Parameters

NameTypeRequiredDescription
loadNumberstringYesThe unique number identifying the load.
versionstringYesAPI version (e.g., 2.0). Default value: 2.0.

Response

200 OK

Returns the list of notes associated with the specified load.

[
  {
    "CreatedAt": "2026-03-16T12:51:57.916Z",
    "CreatedBy": "string",
    "Description": "string",
    "Id": "string",
    "NoteType": "string"
  }
]

Response Body Parameters

NameTypeDescription
CreatedAtdatetimeThe timestamp when the note was created.
CreatedBystringThe user or system that created the note.
DescriptionstringThe text content of the note.
IdstringUnique identifier of the note.
NoteTypestringThe category or type of the note.

Path Params
string
required
string
required
Defaults to 2.0
Headers
string
enum
Defaults to application/json
Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json