Docs

List accounting documents requests

GET

Query

Arguments
string

Filter document requests with the given id

string

Filter document requests with the given document number

string

Filter document requests created after the given date

string

Filter document requests created before the given date

string

Filter document requests updated after the given date

string

Filter document requests updated before the given date

string

Filter document requests issued after the given date

string

Filter document requests issued before the given date

string

Document request states. This parameter can be supplied multiple times.

string

Issuer types. This parameter can be supplied multiple times.

array

Entity identifiers. (default: include all). This parameter can be supplied multiple times. The entity_type must be specified to use this filter, otherwise an error 400 will be returned. Example: entity_id=order1-A&entity_id=order20-A&entity_type=PRODUCT_LOGISTIC_ORDER

string

Accounting document types. This parameter can be supplied multiple times.

string

Entity types. This parameter can be supplied multiple times.

date

Filter document requests generated by billing cycle after the given date. This filter is only available for documents requests of the type: SHOP_BILLING_CYCLE_PURCHASE_ORDER.

date

Filter document requests generated by billing cycle before the given date. This filter is only available for documents requests of the type: SHOP_BILLING_CYCLE_PURCHASE_ORDER.

string

Filter document requests with the given payment state. This filter is only available for documents requests of the type: SHOP_BILLING_CYCLE_PURCHASE_ORDER, LOGISTIC_PURCHASE_ORDER.

number

Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.

string

sort field can have the following values: dateCreated (Default) - Sort by creation date (desc by default)

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.