The information in this document is currently in BETA and subject to change.
The Action Documents resource represents documents stored in an action.
Resource Properties
Scope Parameter | actionrates |
---|---|
Location | /actionrates |
Methods | GET POST PUT DELETE |
Default Page Size | 50 |
Max Page Size | 200 |
Default Includes | None |
Resource Attributes
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|---|---|---|---|---|---|
overrideRate | The name of the document. | number | false | default | ||
action | The Action. | string | true | link | ||
rate | The Rate. | string | false | link |
Link Templates
Identifier | Resource | Location Template |
---|---|---|
actiondocuments.action | actions | /actions/{actiondocuments.action} |
actiondocuments.checkedOutBy | participants | /participants/{actiondocuments.checkedOutBy} |
actiondocuments.actionFolder | actionfolders | /actionfolders/{actiondocuments.actionFolder} |
actiondocuments.createdBy | participants | /participants/{actiondocuments.createdBy} |
actiondocuments.tag | tags | /tags/{actiondocuments.tag} |
actiondocuments.documentTemplate | documentTemplates | /documentTemplates/{actiondocuments.documentTemplate} |
Errors
Code | Field | Condition |
---|---|---|
AD-01 | folder | The value of the status attribute must be either "Active", "Inactive", "Closed" or "Template" |
AD-02 | folder | The value of the priority field is numeric. |
AD-03 | status | Cannot modify this document as it is currently checked out. |