Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _api-overview.md #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/_api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Depending on your request and the endpoint, the results in the response may be p
| --- | --- | --- |
| `Limit` | integer | The number of results returned per page. The default value is 10, the maximum is 1000. |
| `Offset` | integer | The index of the first object in the page. For example, if you have set a limit of 100 and want to see objects 101 through 200, then `Offset=100` |
| `Sort` | string | Sort the results by a property and select ascending (`ASC`) or descending (`DESC`) order. The default order is ascending. Keep in mind that this is not available for all properties. Example: `Sort=ArrivedAt+DESC` |
| `Sort` | string | Sort the results by a property and select ascending (`ASC`) or descending (`DESC`) order. The default order is ascending. Keep in mind that this is not available for all properties. Example: `Sort=ArrivedAt+' DESC'` |

## Status Codes

Expand Down