Data Subscriptions

Lists data subscriptions for given partner and account

Requires data_subscriptions.read scope.

Data Subscriptions require a Partner ID and appropriate scope. Contact G2 for a unique Partner ID.

get/api/v2/partners/{partner_id}/data_subscriptions

Path parameters

partner_idstring required

Query parameters

page[size]integer

Number of records per page (default: 25, max: 250)

page[after]string

Cursor for fetching the next page of results

page[before]string

Cursor for fetching the previous page of results

fields[data_subscriptions]string[]

Comma separated list of fields for data_subscriptions to include in response

Response

With all fields included

Changes