docs: add field value section for version 1

This commit is contained in:
StevanFreeborn
2023-04-24 14:02:22 -05:00
parent fa20049522
commit 4cfd6fd792
3 changed files with 428 additions and 3 deletions
@@ -130,7 +130,7 @@ These are objects representing a field value in a record. They will comprise the
- increment
- `string`
- The increment of time. Can be one of the following values: `Years`, `Months`, `Days`, `Hours`, `Minutes`, `Seconds`.
- The increment of time. Can be one of the following values: `Years`, `Months`, `Weeks`, `Days`, `Hours`, `Minutes`, `Seconds`.
---
@@ -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. This will only be returned if `recurrence` is set to `EndByDate`.
- The end date of the time span. This will only be set if `recurrence` is set to `EndByDate`.
---
- endAfterOccurrences
- `number`
- The number of occurrences of the time span. This will only be returned if `recurrence` is set to `EndAfterOccurrences`.
- The number of occurrences of the time span. This will only be set if `recurrence` is set to `EndAfterOccurrences`.
{% /table %}
@@ -190,6 +190,12 @@ These are objects representing a field value in a record. They will comprise the
- `string`
- The download link for the file. This will only be returned if the `storageLocation` is not `Internal`.
---
- quickEditLink
- `string`
- The quick edit link for the file. This will only be returned if the `storageLocation` is not `Internal`.
{% /table %}
### Scoring Group Field Value {% #scoring-group-field-value %}