GET /v2/spaces/e3bcddd3-9ce5-4c02-8c3b-b49b53eb5031/events
Name | Description | Valid Values | Example Values |
---|---|---|---|
guid | The guid of the Space |
|
|
q |
Parameters used to filter the result set. Format queries as <filter><op><value> Valid ops: : >= <= < > IN Valid filters: timestamp, type, actee |
|
|
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.eyJ1c2VyX2lkIjoidWFhLWlkLTYyIiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQyNjAxNTI2fQ.s0flsBNRbd4oTmjFiLzdVOyLZBN4qOhvpdRKyZb-AwI Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/e3bcddd3-9ce5-4c02-8c3b-b49b53eb5031/events" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTYyIiwiZW1haWwiOiJlbWFpbC0zMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDQyNjAxNTI2fQ.s0flsBNRbd4oTmjFiLzdVOyLZBN4qOhvpdRKyZb-AwI" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "3982cb1a-44f1-49c4-a749-ccb718a9ae9b", "url": "/v2/events/3982cb1a-44f1-49c4-a749-ccb718a9ae9b", "created_at": "2015-09-11T18:38:46Z", "updated_at": null }, "entity": { "type": "audit.space.update", "actor": "uaa-id-61", "actor_type": "user", "actor_name": "user@example.com", "actee": "e3bcddd3-9ce5-4c02-8c3b-b49b53eb5031", "actee_type": "space", "actee_name": "name-102", "timestamp": "2015-09-11T18:38:46Z", "metadata": { "request": { "name": "new_name" } }, "space_guid": "e3bcddd3-9ce5-4c02-8c3b-b49b53eb5031", "organization_guid": "82c510de-f8da-46de-bcae-47ed5980f711" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 4b9766ea-642a-44b9-af57-1104cc02eea2 Content-Length: 904 X-Content-Type-Options: nosniff