Note: The Competition services described here are still in development and are not yet available on Synapse.Synapse Competitions are constructed around three primary objects: Competition, Participant, and Submission. The Competition API is designed to support open-access Synapse data analysis and modeling challenges.
Data Models
Competition
- id
- eTag
- name
- description
- ownerID
- contentSource
- status
Participant
- ownerID
- competitionId
- joinDate
Submission
- ownerID
- competitionID
- creationDate
- status
- score
REST API