OperSpecVer_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | OperSpecVer_Get |
Resource Path:/api/OperSpecVer
The response body is of type object.
Returns a JSON array that includes the information about the operation specification versions for the specified process. If no matching process ID or operation specifications for the process are found, an empty JSON array is returned.
The following properties are returned.
process_id (string)
The process ID.
ver_id (string)
The specification version ID.
preferred_ver (Boolean)
The indication whether this is the preferred version.
To get operation specification version information about the process RoastCashews:
api\OperSpecVer?processId=RoastCashews
Examples: Work Tasks Lookups
To get operation specification version information about a process:
api\OperSpecVer?processId={processId}
This endpoint retrieves one or more operation specification version records that are used by every operation in the specified process. If a specification version does not appear in every operation, then it does not appear in the returned array.