{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands DataSet API", "version": "v2.1" }, "items": [ { "info": { "name": "DataSet", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets customer event data for an organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/api/v:version/datasets/:dataSetName/stream", "params": [ { "name": "dataSetName", "value": "", "type": "path", "description": "Must be `monitor`." }, { "name": "version", "value": "", "type": "path", "description": "Must be `2`.\n" }, { "name": "cursor", "value": "", "type": "query", "description": "Specifies a pointer into the dataset where your query will begin. You can either provide an ISO DateTime or a string cursor (from the `endCursor` value in the response). If no value is provided, the query begins from seven days ago.\n\nFor example, to fetch event data beginning from January 1, 2022, set this value to `2022-01-01T00:00:00Z`. The response will include data about events starting from that date in chronological order. The response also includes an `endCursor` property. To fetch the next page of event data, call this endpoint again with `cursor` set to the previous `endCursor` value.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return. The default value is 1000." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://account.docusign.com/oauth/auth", "accessTokenUrl": "https://account.docusign.com/oauth/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Gets customer event data for the organization that owns the integration key.\n\nThe results for this endpoint are paginated by event timestamp. Use the `cursor` parameter to specify where the query begins in the dataset. Use the `limit` parameter to set the number of records returned.\n" } ] } ], "bundled": true }