Alternate titles/aliases.
List movie aliases
Returns a list of MovieAlias objects.
query Parameters
pageperPagesortorderqueryticketSystemsmovieIdsNumeric Movie ids. Takes precedence over the deprecated cineamoMovieIds when both are given.
cineamoMovieIdsDeprecated: use movieIds instead (the legacy Cineamo movie ids). Removed on 2026-10-01 (CIN-14709).
cinemaIdsNarrows the list to aliases that the given cinemas' own showtime imports have matched through. A MovieAlias is shared by every cinema on a ticket system, so this is "used by", not "belongs to".
ticketSystemMovieIdscreatedDatetimeStartcreatedDatetimeEndisResolvedhasMovieList movie aliases › Responses
MovieAlias list
idnameisResolvedisFromBackupcreatedDatetimetitleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.
Create a movie alias
Creates a MovieAlias. It returns the MovieAlias object.
Create a movie alias › Request Body
idnameisResolvedisFromBackupcreatedDatetimeThe movie id. Takes precedence over cineamoMovieId when both are given.
titleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.
Create a movie alias › Responses
MovieAlias was created
idnameisResolvedisFromBackupcreatedDatetimetitleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.
Get movie alias
Returns a MovieAlias object by its Id.
path Parameters
movieAliasIdGet movie alias › Responses
MovieAlias details
idnameisResolvedisFromBackupcreatedDatetimetitleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.
Update movie alias
Updates a MovieAlias. It returns the updated MovieAlias object.
path Parameters
movieAliasIdUpdate movie alias › Request Body
idnameisResolvedisFromBackupcreatedDatetimeThe movie id. Takes precedence over cineamoMovieId when both are given. Send null to remove the movie from the alias; omit the field to leave the current match untouched.
titleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.
Update movie alias › Responses
MovieAlias was updated
idnameisResolvedisFromBackupcreatedDatetimetitleticketSystemticketSystemMovieIdmovieIdThe id of the matched movie, or null when the alias has no match.
cineamoMovieIdDeprecated: use movieId instead (the legacy Cineamo movie id). Removed on 2026-10-01.

