GET api/v2/Indicators/{IndicatorId}?translate={translate}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IndicatorId | integer |
Required |
|
| translate | boolean |
Default value is False |
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-05-19T18:11:39.427847Z",
"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-05-19T18:11:39.427847Z","Standard":true,"Config":"sample string 2","Id":3,"Identification":"sample string 4"}