Skip to content

Query To Get Event Submissions #20

Description

@sylv256

As of right now, to get an event's submissions, you have to use /v2/{genre_id}/{event_id}/submissions. This is obviously not RESTful, so I propose we add a "list submissions" endpoint.

/v2/submissions?genre={genre_id}&event={event_id} where the by query can be either by=id or by=slug (default) which lets you query by event/genre ID or event/genre slug. Both event and genre will be required. If by=id, then only event will be required.

This would deprecate /v2/events/{genre_id}/{event_id}/submissions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestv2Pertaining to the v2 API

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions