The information in this document is currently in BETA and subject to change.
The Action Documents Scratch Notes resource represents documents stored in an actionnotes on the scratch pad.
Resource Properties
Scope Parameter | scratchnotes |
---|---|
Location | /scratchnotes |
Methods | GET POST PUT DELETE |
Default Page Size | 50 |
Max Page Size | 200 |
Default Includes | None |
...
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|---|---|---|---|---|---|
timestamp | The name of the document.time that the scratch note was created | string | false | default | read-only | |
text | When the document last modifiedThe content of the scratch note. | number | true | default | ||
status | The status of the scratch note. | string | false | default | read-only | |
participant | The Participant that the scratch note belongs to. | string | false | link | read-only |
...
Identifier | Resource | Location Template |
---|---|---|
scratchnotes.participant | participants | /participants/{scratchnotes.participant} |
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.