GET /v2/service_plan_visibilities
Name | Description | Valid Values | Example Values |
---|---|---|---|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: organization_guid, service_plan_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.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNyIsImVtYWlsIjoiZW1haWwtMTM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk3ODd9.Zijqkod8ayt0AOxDbpCDi-Z-LEjk1A6yKtYb38PKNE8 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plan_visibilities" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxNyIsImVtYWlsIjoiZW1haWwtMTM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzY4Mjk3ODd9.Zijqkod8ayt0AOxDbpCDi-Z-LEjk1A6yKtYb38PKNE8" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "9e90acc4-412a-417d-a4f9-38ecf636a744", "url": "/v2/service_plan_visibilities/9e90acc4-412a-417d-a4f9-38ecf636a744", "created_at": "2015-07-06T23:23:07Z", "updated_at": null }, "entity": { "service_plan_guid": "be6ea3d3-5aa8-4a2f-9c09-c3b7d470bab4", "organization_guid": "284691f9-c717-4829-bdeb-a2733d33b7b0", "service_plan_url": "/v2/service_plans/be6ea3d3-5aa8-4a2f-9c09-c3b7d470bab4", "organization_url": "/v2/organizations/284691f9-c717-4829-bdeb-a2733d33b7b0" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: f7f0dd39-f998-4b27-a3cc-9f0405aae3ba Content-Length: 696 X-Content-Type-Options: nosniff