docs: add response to get reports by app example

This commit is contained in:
Stevan Freeborn
2023-04-17 16:25:23 -05:00
parent 041a7a00dd
commit a79fdb2e3d
7 changed files with 92 additions and 4 deletions
@@ -42,6 +42,6 @@ This endpoint returns a single [record](#records) based on the given record id.
- dataFormat
- `string`
- The [format](#data-format) of the field data in the response. Valid values are `raw` and `formatted`. If not specified, `raw` will be used.
- The [format](#data-format) of the field data in the response. Valid values are `Raw` and `Formatted`. If not specified, `Raw` will be used.
{% /table %}
@@ -38,6 +38,6 @@ This endpoint returns a [paged](#pagination) collection of [records](#records) f
- dataFormat
- `string`
- The [format](#data-format) of the field data in the response. Valid values are `raw` and `formatted`. If not specified, `raw` will be used.
- The [format](#data-format) of the field data in the response. Valid values are `Raw` and `Formatted`. If not specified, `Raw` will be used.
{% /table %}
@@ -32,7 +32,7 @@ This endpoint returns a batch of [records](#records) that match the given ids.
- dataFormat
- `string`
- The [format](#data-format) of the field data in the response. Valid values are `raw` and `formatted`. If not specified, `raw` will be used.
- The [format](#data-format) of the field data in the response. Valid values are `Raw` and `Formatted`. If not specified, `Raw` will be used.
{% /table %}
@@ -36,7 +36,7 @@ This endpoint returns a [paged](#pagination) collection of [records](#records) f
- dataFormat
- `string`
- The [format](#data-format) of the field data in the response. Valid values are `raw` and `formatted`. If not specified, `raw` will be used.
- The [format](#data-format) of the field data in the response. Valid values are `Raw` and `Formatted`. If not specified, `Raw` will be used.
{% /table %}