GET /park/events
NO
YES
{
rows: [
{
id
status
slug
type
category
image
tagline
title
before_title
after_title
description
start_date
end_date
is_all_day
location: {}
repeat_rules: {}
next_actions: {}
documentation: {}
related_content: {}
data: {}
collaborators: [
{
entity_type,
entity: {
id
... // entity data
}
type
index
status
data: {}
}
...
]
}
...
]
totalRowCount
paging: {
pages
pageSize
previous
next
page
}
}
GET /park/events/:id
NO
NO
{
id
status
slug
type
category
image
tagline
title
before_title
after_title
description
start_date
end_date
is_all_day
location: {}
repeat_rules: {}
next_actions: {}
documentation: {}
related_content: {}
data: {}
collaborators: [
{
entity_type,
entity: {
id
... // entity data
}
type
index
status
data: {}
}
...
]
}