Order Messages
Fetch user-specific order messages based on tenant and pagination. Response includes order timing, client order number, market segment, and message content.
🛣️Path Parameters
| Parameter | Type | Description | Example/ENUM |
|---|
| tenantid | string | Unique identifier for tenant | "TENANT001" |
🔍Query Parameters
| Parameter | Type | Description | Example/ENUM |
|---|
| pageNo | integer | Page number for paginated result | 1 |
| pageSize | integer | Number of records per page | 10 |
| Parameter | Type | Description | Example/ENUM |
|---|
| Authorization | string | Bearer token used to authenticate request | Bearer{{access_token}} |
| Content-Type | string | Specifies media type of request body | application/json |
| x-api-key | string | API key assigned to access this endpoint | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | boolean | Status of API execution | true |
| result | array of objects | List of order messages | See details below |
🧾Message Object Structure
| Field | Type | Description | Example/ENUM |
|---|
| time | string | Time of the order message | "14:35:21" |
| date | string | Date of the order message | "01/Jun/25" |
| cliOrdNo | string | Client's order number | "CL123456789" |
| msg | string | Message related to order | "Order entry request BUY 1 NSE EQUITY HDFCBANK EQ Order-Type: Regular Lot Limit at 1432.00 Trig. price 0.00 (Submitted to NSE) at 01-04-2022 10:00:57 PM Validity : GTD 11/04/2022 Product Type: AMO_DELIVERY AMO Order Id: NXWAD0000514 For DEMO31","mk \ |
| mktSegId | integer | Market segment identifier | 1 |