GET /v2/organizations/17d6c818-c84e-4d5a-93a2-dbd6f3c44f39/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, owning_organization_guid, space_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.eyJ1c2VyX2lkIjoidWFhLWlkLTM2MiIsImVtYWlsIjoiZW1haWwtMjYyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNTF9.k6zUGZmm_kHGIoogllqm9wCUjzqm4ZOx6OA2ZTEVIgI Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/organizations/17d6c818-c84e-4d5a-93a2-dbd6f3c44f39/domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2MiIsImVtYWlsIjoiZW1haWwtMjYyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mjk2NjQxNTF9.k6zUGZmm_kHGIoogllqm9wCUjzqm4ZOx6OA2ZTEVIgI" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 2, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "aa0a6dd6-f855-4a0c-9268-fb6d13b01cce", "url": "/v2/domains/aa0a6dd6-f855-4a0c-9268-fb6d13b01cce", "created_at": "2015-04-15T00:55:46Z", "updated_at": null }, "entity": { "name": "customer-app-domain1.com" } }, { "metadata": { "guid": "00853c3c-8e24-4345-a7e0-4c3a809cd2dd", "url": "/v2/domains/00853c3c-8e24-4345-a7e0-4c3a809cd2dd", "created_at": "2015-04-15T00:55:46Z", "updated_at": null }, "entity": { "name": "customer-app-domain2.com" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 7b57e8c5-87b9-4c5b-be10-3e89aceb0919 X-Cf-Warnings: Endpoint+deprecated Content-Length: 719 X-Content-Type-Options: nosniff