Last updated 7 months ago
Retrieve the profiler with a given ID.
URL: /profilers/{id}
/profilers/{id}
Method: GET
GET
Code : 200 OK
200 OK
Example:: GET /profilers/1
GET /profilers/1
{ "id": "1", "expression": "100 timesRepeat: [Object allSubclasses do: [:c | c name size factorial]]", "state": "finished" }