The Participaciones API allows you to create, read, update, and delete participation records that link artists to events in the Cinefinder system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Gabo-gutierrez/Cinefinder/llms.txt
Use this file to discover all available pages before exploring further.
Get All Participations
Response
Array of participation objects
Response Example
Get Participation by Event Type
Path Parameters
The type of event to filter participations (e.g., “pelicula”, “obra”, “eventoUrbano”)
Response
Unique identifier for the participation
DNI of the artist participating in the event
Type of event
ID of the event the artist is participating in
Response Example
Create Participation
Request Body
DNI of the artist participating in the event
Type of event (e.g., “pelicula”, “obra”, “eventoUrbano”)
ID of the event the artist is participating in
Response
Returns the created participation object with HTTP status 201 (Created).Unique identifier for the newly created participation
DNI of the artist participating in the event
Type of event
ID of the event the artist is participating in
Response Example
Update Participation
Path Parameters
The unique identifier of the participation to update
Request Body
DNI of the artist participating in the event
Type of event (e.g., “pelicula”, “obra”, “eventoUrbano”)
ID of the event the artist is participating in
Response
Returns the updated participation object.Unique identifier for the participation
DNI of the artist participating in the event
Type of event
ID of the event the artist is participating in
Delete Participation
Path Parameters
The unique identifier of the participation to delete
Response
Response type, always “Success”
HTTP status code (200)
Success message with the deleted participation ID
Request URI that was called
Timestamp of the operation