---
title: "Get a list of all indications"
method: GET
path: "/indication/{code}"
tags: ["Indications"]
---

# Get a list of all indications

`GET /indication/{code}`

Retrieves a list of all Indications that the user has permission to view.

## Path parameters

- `code` string, required — Entity code

## Response `200`

List of indications

- Indication[]
  - `calendars` string[], required — List of calendars followed by product
  - `cellCode` string, required — Cell Code
  - `created` string, date-time — Indication creation date (timezone aware, London time).
  - `currency` string, required — FTF currency
  - `cutoffTime` string, time, required — Time of day at which subscription cut-off occurs for this product, expressed as a naive wall-clock time in London local time (Europe/London). It is the same for every subscriptionDate. Because it carries no date, it has no UTC offset (a wall-clock time maps to a different UTC instant under GMT vs BST); to obtain the timezone-aware cut-off instant, combine it with the chosen subscriptionDate in the Europe/London timezone.
  - `enabled` boolean, required — Controls if the indication is enabled or set to notify me
  - `enforceMaximum` boolean, required — Enforce maximum investment amount (if not enforced any subscription above maximum is subject to review)
  - `enforceMinimum` boolean, required — Enforce minimum investment amount (if not enforced any subscription below minimum is subject to review)
  - `expiry` string, date-time — Indication deprecated after expiring, rates subject to change (timezone aware, London time).
  - `extensionDays` integer, nullable — Extension frequency (in days) (extendables only)
  - `finalDays` integer, nullable — Final period (in days) (extendables only)
  - `indicativeFinalYield` number, nullable — Indicative final period yield, annualised APY (extendables only).
  - `indicativeYield` number, required — Indicative yield (annualised APY).
  - `issueDate` string, date, required — Issue date of the FTF
  - `maturityDate` string, date, required — Maturity date of the FTF
  - `maximum` number, required — Maximum Investment amount (in Millions)
  - `minExtensions` integer, nullable — Minimum extensions to remove dropdown rate (extendables only)
  - `minimum` number, nullable — Minimum investment amount (in Millions)
  - `nbPenaltyExtensions` integer, nullable — Minimum extensions to remove penalty spread (extendables only)
  - `obligorExposureCode` string, required — Obligor Exposure Code
  - `obligorExposureName` string, required — Obligor Exposure Name
  - `optionDate` string, date, nullable — Extension option date (extendables only)
  - `productCode` string, nullable — Product Code
  - `restricted` boolean, required — Controls if the indication is restricted for a particular entity
  - `sector` string, nullable — Product Sector
  - `subscriptionDates` string[], required — List of subscription dates
  - `term` string, required — The product term
  - `type` string, required — FTF type
  - `uid` string, required — Indication uid

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api.md) · [All operations](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryspring/treasuryspring-public-api/versions/d587dda25444/schema)
