|
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 |
|---|---|---|
|
|
At least one of ( |
Collection of note IDs |
|
|
At least one of ( |
Collection of work order IDs |
|
|
At least one of ( |
Collection of operation IDs |
|
|
|
Collection of creator user IDs |
|
|
|
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 |
|---|---|
|
|
Note identifier |
|
|
Note text content |
|
|
Associated work order ID |
|
|
Associated operation ID (optional) |
|
|
Creator user ID |
|
|
Creation timestamp |
Response error codes
400 BAD_REQUEST ,403 FORBIDDEN