docs: add information on data format

This commit is contained in:
Stevan Freeborn
2023-04-13 18:26:33 -05:00
parent 15a9f467c0
commit 064c4ee43c
7 changed files with 238 additions and 4 deletions
@@ -142,13 +142,13 @@ These are objects representing a field value in a record. They will comprise the
- endByDate
- `string`
- The end date of the time span. Used if `recurrence` is set to `EndByDate`.
- The end date of the time span. This will only be returned if `recurrence` is set to `EndByDate`.
---
- endAfterOccurrences
- `number`
- The number of occurrences of the time span. Used if `recurrence` is set to `EndAfterOccurrences`.
- The number of occurrences of the time span. This will only be returned if `recurrence` is set to `EndAfterOccurrences`.
{% /table %}
@@ -184,6 +184,12 @@ These are objects representing a field value in a record. They will comprise the
- `string`
- The storage location of the file. Can be one of the following values: `Internal`, `OneDrive`, `GoogleDrive`.
---
- downloadLink
- `string`
- The download link for the file. This will only be returned if the `storageLocation` is not `Internal`.
{% /table %}
### Scoring Group Field Value {% #scoring-group-field-value %}