Last updated 7 months ago
Retrieve the pinned object with a given ID.
URL: /objects/{id}
/objects/{id}
Method: GET
GET
Code : 200 OK
200 OK
Content: object defined as:
object
Example:: get the object with the ID 1, GET /objects/1:
1
GET /objects/1
{ "id": "string", "class": "string", "hasNamedSlots": "boolean", "hasIndexedSlots": "boolean", "size": "number", "printString": "string" }
{ "id": "1", "class": "Rectangle", "hasNamedSlots": true, "hasIndexedSlots": false, "size": 0, "printString": "1 @ 2 rightBottom: 11 @ 12" }