Get Entries
POST /api/public/v1/event/{id}/entries
The Get Event Entries API endpoint can be used to get event entries along with any licensing data.
The shape of the result body can be found starting in: https://github.com/ClicknClear/Public-Resources/blob/main/packages/lvs-types/src/v1/entry.ts
with the IEntryV1 type. Due to the complex return type the exact types are spread amongst a few different files.
This endpoint has an optional request body which can be used to filter down the results. If no body is supplied it will return all results. By supplying the body, you can filter based on the updatedAfter or by the signup field responses. The zod schemas can be found in this file: https://github.com/ClicknClear/Public-Resources/blob/main/packages/lvs-types/src/v1/entry.ts and it is called getEntriesQuerySchemaV1.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Example
52Request Body
Section titled “Request Body ”object
Example
{ "fields": [], "updatedAfter": "2024-10-16:20:00.000Z"}Responses
Section titled “ Responses ”OK
object
Examples
All Entries
[ { "id": 283, "email": "tristan+test@clicknclear.com", "name": "Leopards", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "111111111", "signupFieldId": 91, "key": "externalId" }, { "value": "Open", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": null }, { "id": 280, "email": "tristan+test@clicknclear.com", "name": "Tigers Jr", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "123456789", "signupFieldId": 91, "key": "externalId" }, { "value": "Juniors", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2024-10-14T12:59:07.299Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/8a05fd9c8bd0c3909f19ade7adc0340d.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161708Z&X-Amz-Expires=216000&X-Amz-Signature=08a94c929a45b1d961fd64f848a7bbd50c0c9a4f079e9e1a02b986435d7de7ac&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22Jaewynn_Spice_Girl.mp3%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "Jaewynn_Spice_Girl.mp3", "licenseStatus": "Licensed", "songsConfirmedAt": "2024-10-17T14:41:56.000Z", "updatedAt": "2024-10-17T14:41:56.000Z", "status": "Complete", "songs": [ { "title": "Spice Girl", "artists": "Jaewynn", "endTime": 60, "startTime": 0, "cncMixId": null, "cncId": "5efcbb6ab11d4204406d8f59", "composer": null, "isrc": null, "iswc": null, "publisher": null, "recordLabel": "Max Music Ltd", "tunecode": null, "yearOfRelease": null, "upc": null, "manualStatus": null, "licenseStatus": "Licensed", "licenseChecks": { "Licensee Name Match": "Accepted", "License Source Matches": "Accepted", "Title Matches": "Accepted", "Artists Match": "Accepted", "Master Choreography Rights": "Accepted", "Master Adaptation Rights": "Accepted", "Master Duplication Rights": "Accepted", "Publishing Choreography Rights": "Accepted", "Publishing Adaptation Rights": "Accepted", "Publishing Duplication Rights": "Accepted", "Valid Date": "Accepted", "Full Ownership": "Accepted", "Territory Match": { "US": "Accepted" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "ClicknClear", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }, { "id": 282, "email": "tristan+test@clicknclear.com", "name": "Tigers Open", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "9292929292", "signupFieldId": 91, "key": "externalId" }, { "value": "Open", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2023-04-06T06:59:33.230Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/46ff01e352c4be737f2429be07e5f5cc.mpga?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161708Z&X-Amz-Expires=216000&X-Amz-Signature=b1b7d5140540376ac565cbbdeb541f86aba9a63d6d98541ec105029043099128&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22example.mpga%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "example.mpga", "licenseStatus": "Pending", "songsConfirmedAt": "2024-10-17T14:51:32.000Z", "updatedAt": "2024-10-17T14:51:32.000Z", "status": "Failed", "songs": [ { "title": "Custom Song For Tigers", "artists": "Harry Wilson", "endTime": 35, "startTime": 0, "cncMixId": null, "cncId": null, "composer": "Harry Wilson", "isrc": null, "iswc": null, "publisher": "N/A", "recordLabel": "", "tunecode": null, "yearOfRelease": 2024, "upc": null, "manualStatus": null, "licenseStatus": "Pending", "licenseChecks": { "Licensee Name Match": "Unknown", "License Source Matches": "Unknown", "Title Matches": "Unknown", "Artists Match": "Unknown", "Master Choreography Rights": "Unknown", "Master Adaptation Rights": "Unknown", "Master Duplication Rights": "Unknown", "Publishing Choreography Rights": "Unknown", "Publishing Adaptation Rights": "Unknown", "Publishing Duplication Rights": "Unknown", "Valid Date": "Unknown", "Full Ownership": "Unknown", "Territory Match": { "US": "Unknown" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "Bespoke Music", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }, { "id": 281, "email": "tristan+test@clicknclear.com", "name": "Tigers Sr", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "1234567890", "signupFieldId": 91, "key": "externalId" }, { "value": "Seniors", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2023-07-28T14:55:03.636Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/fec78481becc4388ac8e8ec1a2a7dd98.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161708Z&X-Amz-Expires=216000&X-Amz-Signature=690a22fab7bb3a64f38a1a36e686f6192645d765826162bb0e317f60b4cf25b2&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22MY_MIX_WITH_MATCHES.mp3%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "MY_MIX_WITH_MATCHES.mp3", "licenseStatus": "Unverified", "songsConfirmedAt": "2024-10-17T14:48:53.000Z", "updatedAt": "2024-10-17T14:48:53.000Z", "status": "Failed", "songs": [ { "title": "Going My Way", "artists": "Will Young", "endTime": 156, "startTime": 0, "cncMixId": null, "cncId": "5f387fec30ab2475052fb73e", "composer": null, "isrc": null, "iswc": null, "publisher": null, "recordLabel": "Sony BMG Music Entertainment", "tunecode": null, "yearOfRelease": 2003, "upc": null, "manualStatus": null, "licenseStatus": "Unverified", "licenseChecks": { "Licensee Name Match": "Unknown", "License Source Matches": "Unknown", "Title Matches": "Unknown", "Artists Match": "Unknown", "Master Choreography Rights": "Unknown", "Master Adaptation Rights": "Unknown", "Master Duplication Rights": "Unknown", "Publishing Choreography Rights": "Unknown", "Publishing Adaptation Rights": "Unknown", "Publishing Duplication Rights": "Unknown", "Valid Date": "Unknown", "Full Ownership": "Unknown", "Territory Match": { "US": "Unknown" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "Pending License", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }]Filter By Signup Field
[ { "id": 281, "email": "tristan+test@clicknclear.com", "name": "Tigers Sr", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "1234567890", "signupFieldId": 91, "key": "externalId" }, { "value": "Seniors", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2023-07-28T14:55:03.636Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/fec78481becc4388ac8e8ec1a2a7dd98.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161809Z&X-Amz-Expires=216000&X-Amz-Signature=e0d5a390c6ee4b3fe30c7c5d97581cea563b52a867aa40fe9b74d0679e778f61&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22MY_MIX_WITH_MATCHES.mp3%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "MY_MIX_WITH_MATCHES.mp3", "licenseStatus": "Unverified", "songsConfirmedAt": "2024-10-17T14:48:53.000Z", "updatedAt": "2024-10-17T14:48:53.000Z", "status": "Failed", "songs": [ { "title": "Going My Way", "artists": "Will Young", "endTime": 156, "startTime": 0, "cncMixId": null, "cncId": "5f387fec30ab2475052fb73e", "composer": null, "isrc": null, "iswc": null, "publisher": null, "recordLabel": "Sony BMG Music Entertainment", "tunecode": null, "yearOfRelease": 2003, "upc": null, "manualStatus": null, "licenseStatus": "Unverified", "licenseChecks": { "Licensee Name Match": "Unknown", "License Source Matches": "Unknown", "Title Matches": "Unknown", "Artists Match": "Unknown", "Master Choreography Rights": "Unknown", "Master Adaptation Rights": "Unknown", "Master Duplication Rights": "Unknown", "Publishing Choreography Rights": "Unknown", "Publishing Adaptation Rights": "Unknown", "Publishing Duplication Rights": "Unknown", "Valid Date": "Unknown", "Full Ownership": "Unknown", "Territory Match": { "US": "Unknown" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "Pending License", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }]Filter By Updated After
[ { "id": 283, "email": "tristan+test@clicknclear.com", "name": "Leopards", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "111111111", "signupFieldId": 91, "key": "externalId" }, { "value": "Open", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": null }, { "id": 280, "email": "tristan+test@clicknclear.com", "name": "Tigers Jr", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "123456789", "signupFieldId": 91, "key": "externalId" }, { "value": "Juniors", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2024-10-14T12:59:07.299Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/8a05fd9c8bd0c3909f19ade7adc0340d.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161940Z&X-Amz-Expires=216000&X-Amz-Signature=7fc57f6036ad0b8d100969aa893858a3aa0b6475233fcb801d16538d42a4a7cf&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22Jaewynn_Spice_Girl.mp3%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "Jaewynn_Spice_Girl.mp3", "licenseStatus": "Licensed", "songsConfirmedAt": "2024-10-17T14:41:56.000Z", "updatedAt": "2024-10-17T14:41:56.000Z", "status": "Complete", "songs": [ { "title": "Spice Girl", "artists": "Jaewynn", "endTime": 60, "startTime": 0, "cncMixId": null, "cncId": "5efcbb6ab11d4204406d8f59", "composer": null, "isrc": null, "iswc": null, "publisher": null, "recordLabel": "Max Music Ltd", "tunecode": null, "yearOfRelease": null, "upc": null, "manualStatus": null, "licenseStatus": "Licensed", "licenseChecks": { "Licensee Name Match": "Accepted", "License Source Matches": "Accepted", "Title Matches": "Accepted", "Artists Match": "Accepted", "Master Choreography Rights": "Accepted", "Master Adaptation Rights": "Accepted", "Master Duplication Rights": "Accepted", "Publishing Choreography Rights": "Accepted", "Publishing Adaptation Rights": "Accepted", "Publishing Duplication Rights": "Accepted", "Valid Date": "Accepted", "Full Ownership": "Accepted", "Territory Match": { "US": "Accepted" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "ClicknClear", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }, { "id": 282, "email": "tristan+test@clicknclear.com", "name": "Tigers Open", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "9292929292", "signupFieldId": 91, "key": "externalId" }, { "value": "Open", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2023-04-06T06:59:33.230Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/46ff01e352c4be737f2429be07e5f5cc.mpga?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161940Z&X-Amz-Expires=216000&X-Amz-Signature=dcc167e199572f0467fe3e9ba08d4b7a168de20688c2b0e78e29791d2382c84c&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22example.mpga%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "example.mpga", "licenseStatus": "Pending", "songsConfirmedAt": "2024-10-17T14:51:32.000Z", "updatedAt": "2024-10-17T14:51:32.000Z", "status": "Failed", "songs": [ { "title": "Custom Song For Tigers", "artists": "Harry Wilson", "endTime": 35, "startTime": 0, "cncMixId": null, "cncId": null, "composer": "Harry Wilson", "isrc": null, "iswc": null, "publisher": "N/A", "recordLabel": "", "tunecode": null, "yearOfRelease": 2024, "upc": null, "manualStatus": null, "licenseStatus": "Pending", "licenseChecks": { "Licensee Name Match": "Unknown", "License Source Matches": "Unknown", "Title Matches": "Unknown", "Artists Match": "Unknown", "Master Choreography Rights": "Unknown", "Master Adaptation Rights": "Unknown", "Master Duplication Rights": "Unknown", "Publishing Choreography Rights": "Unknown", "Publishing Adaptation Rights": "Unknown", "Publishing Duplication Rights": "Unknown", "Valid Date": "Unknown", "Full Ownership": "Unknown", "Territory Match": { "US": "Unknown" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "Bespoke Music", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }, { "id": 281, "email": "tristan+test@clicknclear.com", "name": "Tigers Sr", "fields": [ { "value": "Group", "signupFieldId": 90, "key": "division" }, { "value": "1234567890", "signupFieldId": 91, "key": "externalId" }, { "value": "Seniors", "signupFieldId": 92, "key": "ageGroup" } ], "soundRecording": { "createdAt": "2023-07-28T14:55:03.636Z", "downloadURL": "https://cnc-sound-recordings-staging.s3.eu-west-1.amazonaws.com/fec78481becc4388ac8e8ec1a2a7dd98.mp3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIATK64JFLFLBA4EBGI%2F20241017%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Date=20241017T161940Z&X-Amz-Expires=216000&X-Amz-Signature=fe24e875571446c180c0dbc8ec5407e169627dcbc8f4a43029c2d8c81dddd058&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%20%3D%22MY_MIX_WITH_MATCHES.mp3%22&response-content-type=audio%2Fmpeg&x-id=GetObject", "uploadFileName": "MY_MIX_WITH_MATCHES.mp3", "licenseStatus": "Unverified", "songsConfirmedAt": "2024-10-17T14:48:53.000Z", "updatedAt": "2024-10-17T14:48:53.000Z", "status": "Failed", "songs": [ { "title": "Going My Way", "artists": "Will Young", "endTime": 156, "startTime": 0, "cncMixId": null, "cncId": "5f387fec30ab2475052fb73e", "composer": null, "isrc": null, "iswc": null, "publisher": null, "recordLabel": "Sony BMG Music Entertainment", "tunecode": null, "yearOfRelease": 2003, "upc": null, "manualStatus": null, "licenseStatus": "Unverified", "licenseChecks": { "Licensee Name Match": "Unknown", "License Source Matches": "Unknown", "Title Matches": "Unknown", "Artists Match": "Unknown", "Master Choreography Rights": "Unknown", "Master Adaptation Rights": "Unknown", "Master Duplication Rights": "Unknown", "Publishing Choreography Rights": "Unknown", "Publishing Adaptation Rights": "Unknown", "Publishing Duplication Rights": "Unknown", "Valid Date": "Unknown", "Full Ownership": "Unknown", "Territory Match": { "US": "Unknown" } }, "licenseData": { "bespokeAgreement": null, "licenseSource": "Pending License", "cncLicense": null, "externalLicense": null, "publicDomainProof": null } } ] } }]Headers
Section titled “Headers ”Example
*Example
6149Example
Thu, 17 Oct 2024 16:17:08 GMTExample
close