GET /v2/organizations/dc2377b8-5ac4-42bc-ac5b-c32bccac524b/private_domains
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: name |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTg2IiwiZW1haWwiOiJlbWFpbC01MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ1MzYyMjk4fQ.DtVkBGfc-7THO0e5VSlzNLSePArpIojQLW_di6pQJB0 Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/organizations/dc2377b8-5ac4-42bc-ac5b-c32bccac524b/private_domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTg2IiwiZW1haWwiOiJlbWFpbC01MkBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQ1MzYyMjk4fQ.DtVkBGfc-7THO0e5VSlzNLSePArpIojQLW_di6pQJB0" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "5359db3f-cc1f-420c-ba33-1a610ade8122", "url": "/v2/private_domains/5359db3f-cc1f-420c-ba33-1a610ade8122", "created_at": "2015-10-13T17:31:38Z", "updated_at": null }, "entity": { "name": "domain-2.example.com", "owning_organization_guid": "dc2377b8-5ac4-42bc-ac5b-c32bccac524b", "owning_organization_url": "/v2/organizations/dc2377b8-5ac4-42bc-ac5b-c32bccac524b", "shared_organizations_url": "/v2/private_domains/5359db3f-cc1f-420c-ba33-1a610ade8122/shared_organizations" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: c4934715-ef96-436e-b27a-db036416614e Content-Length: 702 X-Content-Type-Options: nosniff