The Obras API allows you to create, read, update, and delete theatrical work records 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 Obras
Response
Array of obra objects
Response Example
Get Obra by Title
Path Parameters
The title of the theatrical work to retrieve
Response
Unique identifier for the theatrical work
Title of the theatrical work
Description of the theatrical work
Duration of the work in minutes
ID of the category this work belongs to
Response Example
Create Obra
Request Body
Title of the theatrical work
Description of the theatrical work
Duration of the work in minutes
ID of the category this work belongs to
Response
Returns the created obra object with HTTP status 201 (Created).Unique identifier for the newly created theatrical work
Title of the theatrical work
Description of the theatrical work
Duration of the work in minutes
ID of the category this work belongs to
Response Example
Update Obra
Path Parameters
The unique identifier of the theatrical work to update
Request Body
Title of the theatrical work
Description of the theatrical work
Duration of the work in minutes
ID of the category this work belongs to
Response
Returns the updated obra object.Unique identifier for the theatrical work
Title of the theatrical work
Description of the theatrical work
Duration of the work in minutes
ID of the category this work belongs to
Delete Obra
Path Parameters
The unique identifier of the theatrical work to delete
Response
Response type, always “Success”
HTTP status code (200)
Success message with the deleted obra ID
Request URI that was called
Timestamp of the operation