Name | Description | Default | Valid Values | Example Values |
---|
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Organization |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: active, label, provider, service_broker_guid |
|
|
page | Page of results to fetch |
|
|
results-per-page | Number of results per page |
|
|
order-direction | Order of the results: asc (default) or desc |
|
|
inline-relations-depth | 0 - don't inline any relations and return URLs. Otherwise, inline to depth N. |
|
|
orphan-relations | 0 - de-duplicate object entries in response |
|
|
exclude-relations | comma-delimited list of relations to drop from response |
|
|
include-relations | comma-delimited list of the only relations to include in response |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyIiwiZW1haWwiOiJlbWFpbC00MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MTM3MzY0fQ.pgw2_gDszFoLAEG25s39O7h4X1E29MYQBVLWQAOyfB0 Host: example.org Cookie:
GET /v2/organizations/dffcb16d-e161-4bac-a7eb-1ae34182f6e5/services
curl "https://api.[your-domain.com]/v2/organizations/dffcb16d-e161-4bac-a7eb-1ae34182f6e5/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQyIiwiZW1haWwiOiJlbWFpbC00MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI0MTM3MzY0fQ.pgw2_gDszFoLAEG25s39O7h4X1E29MYQBVLWQAOyfB0" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: b36cebbb-4895-420c-92fb-bcb56d4820e0 Content-Length: 999 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "14ff648c-a14e-4d93-ad53-d3d0f432632e", "url": "/v2/services/14ff648c-a14e-4d93-ad53-d3d0f432632e", "created_at": "2015-02-10T01:42:44Z", "updated_at": null }, "entity": { "label": "label-23", "provider": "provider-23", "url": "https://foo.com/url-7", "description": "desc-16", "long_description": null, "version": "version-7", "info_url": null, "active": true, "bindable": true, "unique_id": "2d320f7b-b5d4-4dd3-b82e-cab73994a89c", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": null, "plan_updateable": false, "service_plans_url": "/v2/services/14ff648c-a14e-4d93-ad53-d3d0f432632e/service_plans" } } ] }