![]() |
PST SDK
5.1.0.0-e242fa9
|
Get all tracking targets names.
GET /PSTapi/GetTargetList HTTP/1.1
Host: address:port
Returns an array of string containing all tracking targets names
| Key | Value Type | Description |
|---|---|---|
| TargetList | array of string | targets names |
{"TargetList":["Reference","dummy_target_a","dummy_target_b","main_target"]}
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 500 | {"message":"TrackerException: <...>"} | an other type of internal error |