GET /v2/spaces/05d69baf-bf8a-463f-a75a-99b65f52364a/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.eyJ1c2VyX2lkIjoidWFhLWlkLTEwOSIsImVtYWlsIjoiZW1haWwtNjJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NDI2MDY0MH0.zvgDFzgg1Sq3WQJLRWQxZycQOgzTy5YbGYVjdaZdquU Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/spaces/05d69baf-bf8a-463f-a75a-99b65f52364a/events" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwOSIsImVtYWlsIjoiZW1haWwtNjJAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQ0NDI2MDY0MH0.zvgDFzgg1Sq3WQJLRWQxZycQOgzTy5YbGYVjdaZdquU" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "e02fe6f6-68af-4680-9160-0a566f34aa62", "url": "/v2/events/e02fe6f6-68af-4680-9160-0a566f34aa62", "created_at": "2015-09-30T23:30:40Z", "updated_at": null }, "entity": { "type": "audit.space.update", "actor": "uaa-id-108", "actor_type": "user", "actor_name": "user@example.com", "actee": "05d69baf-bf8a-463f-a75a-99b65f52364a", "actee_type": "space", "actee_name": "name-1176", "timestamp": "2015-09-30T23:30:40Z", "metadata": { "request": { "name": "new_name" } }, "space_guid": "05d69baf-bf8a-463f-a75a-99b65f52364a", "organization_guid": "81f7911b-35aa-4a42-b597-76ec915633fb" } } ] }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: e1b1e7d1-104e-45ad-a345-23be9b362a4c Content-Length: 906 X-Content-Type-Options: nosniff