Skip to main content

PipedreamPageInfo

Pagination information returned in list responses

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
countinteger (int32)OptionalItems in current page. Minimum: -2147483648. Maximum: 2147483647.
totalCountinteger (int32)OptionalTotal items matching query. Minimum: -2147483648. Maximum: 2147483647.
startCursorstringOptionalCursor for start of page.
endCursorstringOptionalCursor for end of page.

Where used​

ReferenceRelationship
List the caller's connected accountsPOST /api/v1/integrations/pipedream/list-accounts
List app categoriesPOST /api/v1/integrations/pipedream/list-app-categories
List connectable appsPOST /api/v1/integrations/pipedream/list-apps

Download the public reference contract.

Document: DOC-API-MODEL-pipedream-page-info.