Detail of Stock Advice
Get Stock Advice
Retrieve details of a stock advice using the unique ID of stock advice.
To obtain a specific ID, use the POST /api/stock-advice/list endpoint with the appropriate filters.
Request structure
Endpoint: | |
URL (prod): | |
Headers: |
CODE
|
Request body: | None (this request does not require a body). |
Request Example (cURL): |
CODE
|
Path parameter:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ | The unique stock advice identifier. Example: |
Response
If successful, returns a stock advise entity matching the specified ID in JSON format.
See more details in the API Doc.