|
Http Verb |
GET |
|---|---|
|
Url |
/documents/dynamic-forms/r1/wo-creation-rules/{woCreationRuleId} |
|
Permissions required |
FSM_DATACOLLECTION_CONFIGURATION_VIEW |
|
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 |
|
Business Logic
This API retrieves a specific data collection template work order creation rule by its ID.
Path Parameters
|
Parameter |
Type |
Required |
Description |
|---|---|---|---|
|
woCreationRuleId |
Long |
Yes |
The ID of the work order creation rule to retrieve |
Query String Parameters
Fields ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Notes |
|---|---|
|
id |
Work order creation rule ID |
|
templateId |
ID of the associated dynamic forms template |
|
workCycleOperationId |
ID of the work cycle operation that triggers this rule |
|
active |
Boolean indicating if the rule is active |
{
"id": 1,
"templateId": 100,
"workCycleOperationId": 50,
"active": true
}
Response error codes
BASE_0001 ,BASE_0020 | NOT_FOUND ,DATACOLLECTION_0027