# List submissions Retrieve a list of content submitted by hosts for review, optionally filtered by type. Endpoint: GET /submissions Version: 3.0.0 Security: SessionKey ## Query parameters: - `records` (integer) The number of records per page that should be returned - `page` (integer) The number of the results page to return - `type` (string) If set, only returns submissions of the specified content type ## Response 200 fields (application/json): - `total` (integer) The total number of results available - `page` (integer) The number of the results page returned - `records` (integer) The maximum number of results returned per page - `entries` (array) - `entries.self` (string) URI of the content submission resource - `entries.type` (string) The type of content that has been submitted for review Enum: "advertisement", "event" - `entries.content` (any) Details of the content that has been submitted for review ## Response 404 fields (application/json): - `message` (string) Reason for the given response.