Action Object
Contains information about an action performed on a resource as part of a workflow-related activity.
This object is used by the following operations:
- For groups: POST /api/groups/requests/{MembershipRequestID}/actions
- For app/API contracts: POST /api/contracts/{ContractID}/actions
- POST /api/workflow/objects/{ObjectID}/actions
The properties included in the Action object are listed below.
Property | Type | Description |
---|---|---|
UserID | string | The unique ID for a specific user. |
ActionName | string | The name of the workflow action; for example, group.membership.action.accept. For valid values, see Workflow Actions. |
Comments | string[ ] | One or more comments entered by the user when performing the action. |