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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMSIsImVtYWlsIjoiZW1haWwtMTYxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDJ9.dX88YZDmtGzv8ZFiNhjIpphlXoOOSuj5IbL0mOV_Oow Host: example.org Cookie:
GET /v2/organizations/8cbf588a-0797-49eb-801b-3e035343db57/services
curl "https://api.[your-domain.com]/v2/organizations/8cbf588a-0797-49eb-801b-3e035343db57/services" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIyMSIsImVtYWlsIjoiZW1haWwtMTYxQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDJ9.dX88YZDmtGzv8ZFiNhjIpphlXoOOSuj5IbL0mOV_Oow" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 9b41e75d-42a0-4d93-ad2c-45893aa3a717 Content-Length: 1006 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "b1cbe62c-b908-4d9a-a59a-a0722ab37d9e", "url": "/v2/services/b1cbe62c-b908-4d9a-a59a-a0722ab37d9e", "created_at": "2014-11-05T01:02:22+00:00", "updated_at": null }, "entity": { "label": "label-45", "provider": "provider-45", "url": "https://foo.com/url-51", "description": "desc-70", "long_description": null, "version": "version-29", "info_url": null, "active": true, "bindable": true, "unique_id": "7a3f6593-73e6-4eaf-81a8-fd840e120fbf", "extra": null, "tags": [ ], "requires": [ ], "documentation_url": null, "service_broker_guid": null, "plan_updateable": false, "service_plans_url": "/v2/services/b1cbe62c-b908-4d9a-a59a-a0722ab37d9e/service_plans" } } ] }