autocomplete

Returns all transactions, complemented with their ID, of the user returned in a basic auto-complete array. This endpoint is DEPRECATED and I suggest you DO NOT use it.

get/v1/autocomplete/transactions-with-id

Query parameters

querystring string

The autocomplete search query.

limitinteger

The number of items returned.

Headers

X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00

Unique identifier associated with this request.

Response

A list of transactions with very basic information. This endpoint is DEPRECATED and I suggest you DO NOT use it.

idstring string required

The ID of a transaction journal (basically a single split).

transaction_group_idstring string

The ID of the underlying transaction group.

namestring string required

Transaction description with ID in the name.

descriptionstring string required

Transaction description with ID in the name.

Example response

[
  {
    "id": "2",
    "transaction_group_id": "2",
    "name": "#12: Transaction",
    "description": "#12: Transaction"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.