GET /api/:space/competitions/:id
Description:
Returns competition details for the ID specified.
Resource URL:
https://<apphost>.competitionlabs.com/api/<your-space-name>/competitions/<competitionId>
Request header
Key | Value | Required |
---|---|---|
X-API-KEY | Your unique API key | Yes |
Content-Type | application/json | Yes |
Request URL parameter
Parameter | Type | Required | Description |
---|---|---|---|
space | String | Yes | This is the space name which is linked to the account |
id | String | Yes | Competition identifier retrieved from GET Competitions resource. |
Code | HTTP Status | Description | Example |
---|---|---|---|
1007 | 404 | Competition with CL-compId not found for the accountId |