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: 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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMSIsImVtYWlsIjoiZW1haWwtMTU1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDJ9.7Gz-TdOefw5cCXUNXdWG_KSzKFTlORZNIrWXdkWURVA Host: example.org Cookie:
GET /v2/organizations/d24f2592-a8ff-4c4c-a3be-c1423a18df8c/domains
curl "https://api.[your-domain.com]/v2/organizations/d24f2592-a8ff-4c4c-a3be-c1423a18df8c/domains" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIxMSIsImVtYWlsIjoiZW1haWwtMTU1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxNDJ9.7Gz-TdOefw5cCXUNXdWG_KSzKFTlORZNIrWXdkWURVA" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 7a45142a-b54d-4773-b6af-cfd00b743e3b X-Cf-Warnings: Endpoint+deprecated Content-Length: 729 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 2, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "5797fc6e-a407-4319-bc0a-d1940644793c", "url": "/v2/domains/5797fc6e-a407-4319-bc0a-d1940644793c", "created_at": "2014-11-05T01:02:07+00:00", "updated_at": null }, "entity": { "name": "customer-app-domain1.com" } }, { "metadata": { "guid": "b82eaf13-0808-4e72-843b-da10ee262e3b", "url": "/v2/domains/b82eaf13-0808-4e72-843b-da10ee262e3b", "created_at": "2014-11-05T01:02:07+00:00", "updated_at": null }, "entity": { "name": "customer-app-domain2.com" } } ] }