Last updated 7 months ago
Retrieve bindings of the workspace with a given ID.
URL: /workspaces/{id}/bindings
/workspaces/{id}/bindings
Method: GET
GET
Code : 200 OK
200 OK
Content: [binding] where binding is defined as:
[binding]
binding
Example:: bindings of workspaces with ID 1, GET /workspace/1/bindings
1
GET /workspace/1/bindings
[ { "name": "string", "value": "string" } ]
[ { "name": "p1", "value": "1 @ 2" }, { "name": "p2", "value": "10 @ 20" } ]