The Step Tasks resource represents the tasks available on a step. Refer to the Action Create resource for usage.
Resource Properties
Scope Parameter | steptasks |
---|
Location | /steptasks |
---|
Methods | GET |
---|
Default Page Size | 50 |
---|
Max Page Size | 200 |
---|
Default Includes | None |
---|
Resource Attributes
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|
id |
| integer |
| default |
|
|
name |
| string |
| default |
|
|
priority |
| string |
| default |
|
|
dueDateText |
| string |
| default |
|
|
isMandatory |
| boolean |
| default |
|
|
actionType |
| string |
| link |
|
|
assignToParticipantType |
| string |
| link |
|
|
step |
| string |
| link |
|
|
Link Templates
Identifier | Resource | Location Template |
---|
steptasks.actionType | actiontypes | /actiontypes/{steptasks.actionType} |
steptasks.assignToParticipantType | participanttypes | /participanttypes/{steptasks.assignToParticipantType} |
steptasks.step | steps | /steps/{steptasks.step} |