| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Raw |
bool | ➖ | Include raw response. Mostly used for debugging purposes | |
ConsumerId |
string | ➖ | ID of the consumer which you want to get or push data from | test-consumer |
AppId |
string | ➖ | The ID of your Unify application | dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX |
ServiceId |
string | ➖ | Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API. | salesforce |
Cursor |
string | ➖ | Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. | |
Limit |
long | ➖ | Number of results to return. Minimum 1, Maximum 200, Default 20 | |
PassThrough |
Dictionary<String, object> | ➖ | Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads | { "search": "San Francisco" } |