Skip to content

Commit

Permalink
Update pagination.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Jan 11, 2025
1 parent 327a0df commit c5f0bcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api-reference/pagination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ These list API methods share a common set of parameters that allow you to contro
endpoint. Maximum value is 100.
</ParamField>

<ParamField body="sortBy" type="string">
The field to sort the results by.
</ParamField>

<ParamField body="sortOrder" type="string">
The order to sort the results by. Can be `asc` or `desc`.
</ParamField>

## Example

The following example demonstrates how to retrieve the first page of 10 links:
Expand Down

0 comments on commit c5f0bcf

Please sign in to comment.