GET api/v2/Indicators/{IndicatorId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IndicatorId | integer |
Required |
Response
IndicatorDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| DLLFile | DLLFileBasic | ||
| Version | string | ||
| ImportDate | date | ||
| Standard | boolean | ||
| Config | string | ||
| Id | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"DLLFile": {
"Id": 1,
"Identification": "sample string 2"
},
"Version": "sample string 1",
"ImportDate": "2026-02-02T21:08:59.6262463Z",
"Standard": true,
"Config": "sample string 2",
"Id": 3,
"Identification": "sample string 4"
}
text/html
Sample:
{"DLLFile":{"Id":1,"Identification":"sample string 2"},"Version":"sample string 1","ImportDate":"2026-02-02T21:08:59.6262463Z","Standard":true,"Config":"sample string 2","Id":3,"Identification":"sample string 4"}