GET api/v2/Indicators/{IndicatorId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IndicatorId | integer |
Required |
Response
IndicatorDetailName | 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": "2025-08-04T18:39:28.4963312Z", "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":"2025-08-04T18:39:28.4963312Z","Standard":true,"Config":"sample string 2","Id":3,"Identification":"sample string 4"}