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
+3
View File
@@ -14,16 +14,19 @@ When making a request to one of the endpoints that support pagination you can us
{% table .propertiesTable %}
- Parameter Name
- Data Type
- Description
---
- PageNumber
- `number`
- The page number to retrieve. The default value is `1`.
---
- PageSize
- `number`
- The number of objects to retrieve per page. The default value is `50`. The maximum value is `1000`.
{% /table %}