GET /ask/games/:gameSlug/matches
NO
NO
{
rows: [
{
id
index
status
type
game: {}
event: { // GET /park/events/:id
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: [
{
type
[platform]
id
title
description
}
...
]
related_content: [
{}
...
]
data: {}
collaborators: [
{
entity_type,
entity: {
id
... // entity data
}
type
index
status
data: {}
}
...
]
}
data: {}
}
...
]
totalRowCount
}
GET /ask/games/:gameSlug/matches/:matchSlug
NO
NO
與List matches中的Match object格式相同