---
title: "Get allowed orders operation"
method: GET
path: "/trade/sessionStatuses/{sessionStatusId}"
tags: ["Instruments and Sessions"]
---

# Get allowed orders operation

`GET /trade/sessionStatuses/{sessionStatusId}`

Get information about the orders operations (new, modify, cancel) and types (manual, market, stop, limit, stop limit, trailing stop) allowed in some session, given its session status.

## Path parameters

- `sessionStatusId` integer, required

## Headers

- `accNum` integer, required

## Response `200`

OK

- TradeSessionStatusResponse
  - `d` TradeSessionStatus, required
    - `allowedOperations` integer[] — List of allowed operations. The sequence used is: new, modification, cancel.
    - `allowedOrderTypes` integer[] — List of allowed order types. The used sequence is: market, stop, limit
  - `s` string, required — Status will always be `ok`.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/tradelocker/apis/trading-api.md) · [All operations](https://skmtc.net/tradelocker/apis/trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradelocker/trading-api/revisions/5b184d9b617c/schema)
