Closed
Description
Example
responses:
200:
description: An array of events
schema:
type: array
items:
$ref: '#/definitions/Event'
200:
description: |
An array of flattened events. This is the response
object when singleEvents is True.
schema:
type: array
items:
$ref: '#/definitions/EventFlat'
default:
description: Unexpected error
schema:
$ref: '#/definitions/Error'
Metadata
Metadata
Assignees
Labels
No labels