Cineamo API
string · requiredstring · requiredstring · requiredstring · email · requiredinteger · readOnlyinteger | null · readOnlyinteger | null · readOnlyinteger | null · readOnlystring | null · readOnlystring | null · readOnlyboolean | null · readOnly
string · requiredstring · requiredstring · email · required
Unauthenticated guest endpoints.
Vote on movie date option by ID public
PUT
https://api.cineamo.com
/public/movie-date-options/{movieDateOptionId}/vote
Creates a MovieDateVote for guest users. It returns the MovieDateVote object.
path Parameters
movieDateOptionIdHeaders
X-Cineamo-Movie-Date-AuthMovie date token in format: Token {token}
Vote on movie date option by ID public › Request Body
voterNameGuest user name
voterEmailGuest user email
Vote on movie date option by ID public › Responses
MovieDateOption was voted
idmovieDateIdoptionIdvoterIdvoterNamevoterEmailisPublicCinApi\User\Dto\UserDtoInterface | null · readOnly
Delete a movie date option vote by ID public
DELETE
https://api.cineamo.com
/public/movie-date-options/{movieDateOptionId}/vote
Deletes a MovieDateVote for guest users.
path Parameters
movieDateOptionIdHeaders
X-Cineamo-Movie-Date-AuthMovie date token in format: Token {token}
Delete a movie date option vote by ID public › Request Body
voterEmailGuest user email
Delete a movie date option vote by ID public › Responses
MovieDateVote was deleted
No data returned

