---
title: "Advanced Search"
method: GET
path: "/v1.02/references/info"
---

# Advanced Search

`GET /v1.02/references/info`

This request allow you be more specific on your search. You are able to search in your account for references with a specific identifier, a specific reference or search from a specific date.

## Query parameters

- `identifier` string
- `reference` string
- `start_date` string, date

## Response `200`

200

- union
  - object
    - `transactionStatus` string
    - `referenceList` object[]
      - `reference` string
      - `entity` string
      - `amount` string
      - `datetime` string
      - `status` string
      - `identifier` string
  - object
    - `transactionStatus` string
    - `referenceList` object[]
      - `reference` string
      - `entity` string
      - `amount` string
      - `datetime` string
      - `status` string
      - `identifier` string
      - `payments` object[]
        - `trid` string
        - `amount` string
        - `datePayment` string
        - `dateTransfer` string
        - `local` string
        - `serviceCost` unknown

---

[API](https://skmtc.net/eupago/apis/rest-api-oauth.md) · [All operations](https://skmtc.net/eupago/apis/rest-api-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/rest-api-oauth/versions/835215b3055b/schema)
