autocomplete

Returns all transaction types returned in a basic auto-complete array. English only.

get/v1/autocomplete/transaction-types

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 transaction types with very basic information.

idstring string required
namestring string required

Type of the object found by an auto-complete search.

typestring string required

Name of the object found by an auto-complete search.

Example response

[
  {
    "id": "2",
    "name": "Withdrawal",
    "type": "Withdrawal"
  }
]

Changes

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