NextGen APIs

GET /work-orders/r1/operation-types/{operationTypeId}

Http Verb

GET

Url

/work-orders/r1/operation-types/{operationTypeId}

Permissions required

WO Configuration: View (fsm.core.workorder.configuration.view)

or

WO Configuration: Edit (fsm.core.workorder.configuration.edit)

Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2024 W1 (FSM 16.0)

Deprecated since


Removed since


Tech Tags

MULTILANGUAGE-FIELDS

Business Logic

This API returns the requested Work Order Operation Type.

Technical Object Type IDs

The response includes the following technical object type IDs:

  • assetTypeId: The ID of the asset type associated with this work order operation type (if the technical object is an asset)

  • accountTypeId: The ID of the account type associated with this work order operation type (if the technical object is an account)

  • familyTypeId: The ID of the family type associated with this work order operation type (if the technical object is a family)

  • ownerTypeId: The ID of the owner type associated with this work order operation type (if the technical object is an owner)

Only one of these IDs will be populated based on the technicalObjectTypeId. The technicalObjectTypeId field contains the actual ID value, while the specific type fields indicate which type it represents.

Path Parameters

Field

Note

operationTypeId


Query String Parameters

Fields ℹ️

Default.

Language ℹ️

Default.

Header Parameters

Default.

Response documentation

Response payload fields

Field

Note

id


code


description


order


active


operationTypeCategoryId


resourceTypeId


workCenterTypeId


technicalObjectTypeId


assetTypeId

Available since 2026 W2 (FSM 23.0)

accountTypeId

Available since 2026 W2 (FSM 23.0)

familyTypeId

Available since 2026 W2 (FSM 23.0)

ownerTypeId

Available since 2026 W2 (FSM 23.0)

reliableForContractor

Available since 2026 W2 (FSM 23.0)

Response error codes

NOT_FOUND, BASE_0001