mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
Fix broken links
This commit is contained in:
@@ -57,7 +57,7 @@ You can use this example as a guide for how to access all the V3 and Beta APIs (
|
||||
|
||||
With the same SDK function, you can use query parameters to limit the results of your transforms list to only the results you want.
|
||||
|
||||
Refer to the [List Transforms endpoint specification](/idn/api/v3/list-transforms) to view all its query parameters.
|
||||
Refer to the [List Transforms endpoint specification](/docs/api/v3/list-transforms) to view all its query parameters.
|
||||
|
||||
Here is an example that uses query parameters to limit the list to no more than 10 transforms that all start with the name "Test":
|
||||
|
||||
|
||||
@@ -44,4 +44,4 @@ The `result_limit` specifies the total number of results you can return, 1000. T
|
||||
|
||||
You can also provide an `offset` value to specify which record number to start the request on. For example, you can add `offset=11` to start getting accounts from the 12th record, 11, instead of the first, 0.
|
||||
|
||||
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/idn/api/standard-collection-parameters/#paginating-results).
|
||||
To find out whether an endpoint supports pagination, refer to its documentation. Any API supporting pagination lists the optional query parameters detailed in [Paginating Results](/docs/api/standard-collection-parameters/#paginating-results).
|
||||
|
||||
Reference in New Issue
Block a user