GET /v2/organizations/a03f34d6-a8e9-460f-afa0-cacdfea00d9a/services
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, 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.eyJ1c2VyX2lkIjoidWFhLWlkLTc3IiwiZW1haWwiOiJlbWFpbC01NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA2fQ._r1b0CGht8v1BejfknMHkc6kSJmQmKuEhBVA_cdd_Io Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/organizations/a03f34d6-a8e9-460f-afa0-cacdfea00d9a/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTc3IiwiZW1haWwiOiJlbWFpbC01NEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDYzNjE4NzA2fQ._r1b0CGht8v1BejfknMHkc6kSJmQmKuEhBVA_cdd_Io" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "1e89cab3-5e06-416b-81cf-1da3837894ce", "url": "/v2/services/1e89cab3-5e06-416b-81cf-1da3837894ce", "created_at": "2016-05-12T00:45:06Z", "updated_at": null }, "entity": { "label": "label-1", "provider": null, "url": null, "description": "desc-7", "long_description": null, "version": null, "info_url": null, "active": true, "bindable": true, "unique_id": "807e9967-c81d-449b-a6e4-b5462a9139b2", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": "6b3c4e32-c08e-42f8-9bae-b1301ff1b506", "plan_updateable": false, "service_plans_url": "/v2/services/1e89cab3-5e06-416b-81cf-1da3837894ce/service_plans" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 51c0d732-46c0-43e1-8200-23b8cd7a2b49 Content-Length: 996 X-Content-Type-Options: nosniff