docs: add response to get reports by app example
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user