Name | Description | Default | Valid Values | Example Values |
---|
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. |
|
|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4NCIsImVtYWlsIjoiZW1haWwtMTM0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxMzl9.-ouANaeS2a6k23i3GRr5Vlcz5xhOVgklt1WnA4vBJBs Host: example.org Cookie:
GET /v2/spaces/b7ffb6b3-28f4-4d17-9c46-c2a70abe1c4a/events
curl "https://api.[your-domain.com]/v2/spaces/b7ffb6b3-28f4-4d17-9c46-c2a70abe1c4a/events" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4NCIsImVtYWlsIjoiZW1haWwtMTM0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MTU3NTQxMzl9.-ouANaeS2a6k23i3GRr5Vlcz5xhOVgklt1WnA4vBJBs" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 98ff348a-77bb-4dea-80b3-ec2ca0ee6123 Content-Length: 915 X-Content-Type-Options: nosniff
200 OK
{ "total_results": 1, "total_pages": 1, "prev_url": null, "next_url": null, "resources": [ { "metadata": { "guid": "fc09f449-f77e-4a1f-857c-3ed21a3f580f", "url": "/v2/events/fc09f449-f77e-4a1f-857c-3ed21a3f580f", "created_at": "2014-11-05T01:02:19+00:00", "updated_at": null }, "entity": { "type": "audit.space.update", "actor": "uaa-id-183", "actor_type": "user", "actor_name": "user@example.com", "actee": "b7ffb6b3-28f4-4d17-9c46-c2a70abe1c4a", "actee_type": "space", "actee_name": "name-710", "timestamp": "2014-11-05T01:02:19+00:00", "metadata": { "request": { "name": "new_name" } }, "space_guid": "b7ffb6b3-28f4-4d17-9c46-c2a70abe1c4a", "organization_guid": "92a49793-a3cc-4df6-bc5e-2c34d9b23409" } } ] }