Skip to content

Instantly share code, notes, and snippets.

@f0-x
Last active February 25, 2023 03:51
Show Gist options
  • Save f0-x/c34ea8591c6e4f850294b9db4b56e78c to your computer and use it in GitHub Desktop.
Save f0-x/c34ea8591c6e4f850294b9db4b56e78c to your computer and use it in GitHub Desktop.
GET : /api/centerframe/v1/films
[
{
"id": "Unique identifier of the Centerframe Film object",
"title": "Title of the film object",
"created": "2022-07-18T13:52:37",
"synopsis": "string",
"primaryGenre": "string",
"secondaryGenre": "string",
"category": "string",
"year": 1999,
"hasAuthor": [
{
"id": "0.0.5f7ca.77018880",
"firstName": "Luiz",
"surName": "Villar",
"biography": "With love and passion for film, he has devoted his life to hand crafting the impossible. He has won many of the important awards and is keen on continuing his journey with similar inspired members of the community.",
"country": "UK",
"Role": [
"director",
"writer",
"producer"
],
"isRepresentedByPhoto": [
{
"id": "2.0.5f7ca.77004787",
"content": "2.2.5f7ca.7700018a",
"mimeType": "image/png"
}
]
}
],
"hasPoster": [
{
"id": "2.2.5db3b.e3000094",
"orientation": "vertical",
"content": "2.2.5db3b.e3000093",
"MimeType": "image/jpeg"
}
],
"hasTrailer": {
"id": "2.2.5db3b.e3000019",
"name": "Trailer Title",
"content": null,
"mimeType": null,
"url": "https://www.youtube.com/watch?v=UHDBKPkaoBc"
},
"hasHero": {
"id": "2.2.5db3b.e30000a5",
"name": "A-Confession_hero.jpg",
"content": "2.2.5db3b.e30000a3",
"mimeType": "image/jpeg"
},
"hasCarouselInfo": {
"id": "2.2.5db3b.e30000ae",
"content": "2.2.5db3b.e30000ad",
"mimeType": "image/png"
},
"hasVideo": [
{
"id": "2.2.5db3b.e3000019",
"name": "Main Video Content of the film",
"content": null,
"mimeType": null,
"url": "https://www.youtube.com/watch?v=UHDBKPkaoBc"
}
],
"hasPresentation": [
{
"id": "2.2.5db3b.e3000019",
"name": "Video Presentation uploaded by the filmmaker about the production",
"content": null,
"mimeType": null,
"url": "https://www.youtube.com/watch?v=UHDBKPkaoBc"
}
],
"lastViewed": "2022-07-18T13:52:37",
"totalWatchTime": "Preferably time in milliseconds, total length of the film",
"watchedTime": "Preferably time in milliseconds, only watched length of the film",
"totalViewedTimes": "How many times has this film been watched on the platform ?",
"hasFilmSuggestions": [
"An array of ids OR Film objects of suggested Films"
],
"isFeatured": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment