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 |
|
|
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NSIsImVtYWlsIjoiZW1haWwtMTIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2MzR9.f8TN65C7vkpgb9ecRNWdF_RMvpgd94-AcrSFzlNfU58 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/service_plan_visibilities" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NSIsImVtYWlsIjoiZW1haWwtMTIzQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MzE2NDY2MzR9.f8TN65C7vkpgb9ecRNWdF_RMvpgd94-AcrSFzlNfU58" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "8f71a638-ebd1-4660-9377-07bd3f6d7862", "url": "/v2/service_plan_visibilities/8f71a638-ebd1-4660-9377-07bd3f6d7862", "created_at": "2015-05-07T23:37:14Z", "updated_at": null }, "entity": { "service_plan_guid": "e7c0adb6-3e43-4673-8e97-81b45dbdb62c", "organization_guid": "19b61a73-b887-4943-a2c9-40017a197457", "service_plan_url": "/v2/service_plans/e7c0adb6-3e43-4673-8e97-81b45dbdb62c", "organization_url": "/v2/organizations/19b61a73-b887-4943-a2c9-40017a197457" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 296ae00d-1bdd-4835-8d5b-cc5d835ceda9 Content-Length: 696 X-Content-Type-Options: nosniff