Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 23.3 KB

accountingtrackingcategoriesallrequest.md

File metadata and controls

13 lines (10 loc) · 23.3 KB

AccountingTrackingCategoriesAllRequest

Fields

Field Type Required Description Example
Raw *bool Include raw response. Mostly used for debugging purposes
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 *int64 Number of results to return. Minimum 1, Maximum 200, Default 20
PassThrough map[string]any 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"
}
Fields *string The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation.

Example: fields=name,email,addresses.city

In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.
id,updated_at