Infrastructure/Infrastructure Misc
GETInfrastructureSince 1.0SynchronousAuth Required
CursorNext
Advance to the next page in an active cursor-based query session.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
cursorStringOpaque cursor token from a previous CursorQuery or CursorNext response Opaque cursor token from a previous CursorQuery or CursorNext response
pageSizeIntegerNumber of records to return for this page Number of records to return for this page
Example: 0
Responses
Endpoint
GET/api/v1/resources/cursor-next
/api/v1/resources/cursor-next
Request Example
curl -X GET '{host}/api/v1/resources/cursor-next' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [],
"total": 200,
"nextCursor": "eyJsYXN0SWQiOiJ2bS0wNTAifQ==",
"hasMore": true
}Change History
This API has no change history records yet.
