NextGen APIs

GET /work-orders/r1/notes

Http Verb

GET

Url

/work-orders/r1/notes

Permissions required


Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W1 (FSM 22.0)

Deprecated since


Removed since


Tech Tags

PAGINATION ORDERING-SERVER-SIDE

Business Logic

This API retrieves a collection of work order notes based on filter criteria.

Query String Parameters

Start with a ? and includes parameters listed one after the another separated by &.

Filter ℹ️

Field

Validations

Note

Id

At least one of ( Id,workOrderId,workOrderOperationId) not null

Collection of note IDs

workOrderId

At least one of ( Id,workOrderId,workOrderOperationId) not null

Collection of work order IDs

workOrderOperationId

At least one of ( Id,workOrderId,workOrderOperationId) not null

Collection of operation IDs

creationUserId


Collection of creator user IDs

creationDate


Date range filter

Order ℹ️

Default Order

workOrderId, WorkOrderOperationId, creationDate (ASC)

Possible order values

all response payload fields

Page ℹ️

Default.

Fields ℹ️

Default.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Note

id

Note identifier

note

Note text content

workOrderId

Associated work order ID

workOrderOperationId

Associated operation ID (optional)

creationUserId

Creator user ID

creationDate

Creation timestamp

Response error codes

400 BAD_REQUEST ,403 FORBIDDEN