Data Collection Records
The information in this document is currently in BETA and subject to change.
Â
The Data Collection Records represent entries on a Data Collection in an Action.Â
Resource Properties
Scope Parameter | datacollectionrecords |
---|---|
Location | /datacollectionrecords |
Methods | GET,POST,DELETE |
Default Page Size | 50 |
Max Page Size | 200 |
Default Includes | None |
Â
Resource Attributes
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|---|---|---|---|---|---|
canWrite | Current User permission for editing records. | boolean | true | default | Â | Â |
canDelete | Current User permission for deleting records. | boolean | true | default | Â | Â |
dataCollection | The DataCollection that the data collection belongs to. | string | true | link | Â | Â |
action | The Action associated with this datacollectionrecord. | string | false | link |  |  |
Â
Link Templates
Identifier | Resource | Location Template |
---|---|---|
datacollectionrecords.dataCollection | datacollections | /datacollections/{datacollectionrecords.dataCollection} |
datacollectionrecords.action | actions | /actions/{datacollectionrecords.action} |