GET accounting/bills
Operation ID: billsAll
Auth: unknown
Description
List Bills
Parameters (9)
(string, query, optional)
Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
(string, query, optional)
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. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />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.
(integer, query, optional, default: 20)
Number of results to return. Minimum 1, Maximum 200, Default 20
Constraints: {'minimum': 1, 'maximum': 200}
(?, query, optional)
Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads
(boolean, query, optional, default: False)
Include raw response. Mostly used for debugging purposes
(?, query, optional)
Apply sorting
(string, header, required)
The ID of your Unify application
(string, header, required)
ID of the consumer which you want to get or push data from
(string, header, optional)
Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
No probe data for this endpoint yet.