{
"info": {
"_postman_id": "84e58cb3-5bc3-4f0b-897e-ce4208507666",
"name": "Collection Films",
"description": "Коллекция запросов API сервиса «Фильмы». Сервис предоставляет информацию о фильмах, которые доступны на платформе Otium.\n\nCтиль: REST API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "3630344"
},
"item": [
{
"name": "Список фильмов",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films/list",
"host": [
"{{FilmService}}"
],
"path": [
"films",
"list"
],
"query": [
{
"key": "genre",
"value": "",
"description": "Опциональный параметр\n(string) Жанр фильма\nВарианты значений: \"comedy\", \"drama\", \"history\"",
"disabled": true
},
{
"key": "",
"value": "",
"disabled": true
}
]
},
"description": "Список всех фильмов на платформе"
},
"response": [
{
"name": "Список фильмов (все)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films/list",
"host": [
"{{FilmService}}"
],
"path": [
"films",
"list"
],
"query": [
{
"key": "genre",
"value": "",
"description": "Опциональный параметр\n(string) Жанр фильма\nВарианты значений: \"comedy\", \"drama\", \"history\"",
"disabled": true
},
{
"key": "",
"value": "",
"disabled": true
}
]
}
},
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"101\",\n \"type\": \"film\",\n \"title\": \"Хосэ Каньон\",\n \"imageUrl\": \"https://otium.imagestorage.ru/JoseCanyon.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/JoseCanyon.mov\",\n \"genre\": [\n \"comedy\",\n \"drama\",\n \"history\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"1995\",\n \"duration\": 152,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"16+\"\n },\n \"rating\": 9.4\n },\n {\n \"id\": \"102\",\n \"type\": \"film\",\n \"title\": \"Вестибюль\",\n \"imageUrl\": \"https://otium.imagestorage.ru/TheLobby.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/TheLobby.mov\",\n \"genre\": [\n \"drama\",\n \"comedy\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2005\",\n \"duration\": 134,\n \"country\": [\n \"США\",\n \"Аргентина\"\n ],\n \"ageRate\": \"12+\"\n },\n \"rating\": 8.9\n },\n {\n \"id\": \"103\",\n \"type\": \"film\",\n \"title\": \"В руках тьмы\",\n \"imageUrl\": \"https://otium.imagestorage.ru/InTheHandsOfDarkness.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/InTheHandsOfDarkness.mov\",\n \"genre\": [\n \"thriller\",\n \"mystery\"\n ],\n \"recommended\": false,\n \"details\": {\n \"yearOfIssue\": \"2010\",\n \"duration\": 143,\n \"country\": [\n \"Италия\",\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"rating\": 6.8\n },\n {\n \"id\": \"104\",\n \"type\": \"film\",\n \"title\": \"Ребус Атлантиды\",\n \"imageUrl\": \"https://otium.imagestorage.ru/RebusOfAtlantis.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/RebusOfAtlantis.mov\",\n \"genre\": [\n \"thriller\",\n \"mystery\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2007\",\n \"duration\": 159,\n \"country\": [\n \"Великобритания\",\n \"Турция\",\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"rating\": 7.3\n }\n]"
},
{
"name": "Список фильмов (жанр=комедия)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films/list?genre=comedy",
"host": [
"{{FilmService}}"
],
"path": [
"films",
"list"
],
"query": [
{
"key": "genre",
"value": "comedy"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"101\",\n \"type\": \"film\",\n \"title\": \"Хосэ Каньон\",\n \"imageUrl\": \"https://otium.imagestorage.ru/JoseCanyon.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/JoseCanyon.mov\",\n \"genre\": [\n \"comedy\",\n \"drama\",\n \"history\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"1995\",\n \"duration\": 152,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"16+\"\n },\n \"rating\": 9.4\n },\n {\n \"id\": \"102\",\n \"type\": \"film\",\n \"title\": \"Вестибюль\",\n \"imageUrl\": \"https://otium.imagestorage.ru/TheLobby.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/TheLobby.mov\",\n \"genre\": [\n \"drama\",\n \"comedy\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2005\",\n \"duration\": 134,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"rating\": 8.9\n }\n]"
},
{
"name": "Список фильмов (жанр=драма)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films/list?genre=drama",
"host": [
"{{FilmService}}"
],
"path": [
"films",
"list"
],
"query": [
{
"key": "genre",
"value": "drama"
},
{
"key": "",
"value": null,
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"101\",\n \"type\": \"film\",\n \"title\": \"Хосэ Каньон\",\n \"imageUrl\": \"https://otium.imagestorage.ru/JoseCanyon.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/JoseCanyon.mov\",\n \"genre\": [\n \"comedy\",\n \"drama\",\n \"history\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"1995\",\n \"duration\": 152,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"16+\"\n },\n \"rating\": 9.4\n },\n {\n \"id\": \"102\",\n \"type\": \"film\",\n \"title\": \"Вестибюль\",\n \"imageUrl\": \"https://otium.imagestorage.ru/TheLobby.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/TheLobby.mov\",\n \"genre\": [\n \"drama\",\n \"comedy\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2005\",\n \"duration\": 134,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"rating\": 8.9\n }\n]"
},
{
"name": "Список фильмов (жанр=история)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films/list?genre=history",
"host": [
"{{FilmService}}"
],
"path": [
"films",
"list"
],
"query": [
{
"key": "genre",
"value": "history"
},
{
"key": "",
"value": null,
"disabled": true
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "[\n {\n \"id\": \"101\",\n \"type\": \"film\",\n \"title\": \"Хосэ Каньон\",\n \"imageUrl\": \"https://otium.imagestorage.ru/JoseCanyon.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/JoseCanyon.mov\",\n \"genre\": [\n \"comedy\",\n \"drama\",\n \"history\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"1995\",\n \"duration\": 152,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"16+\"\n },\n \"rating\": 9.4\n }\n]"
}
]
},
{
"name": "Описание фильма",
"request": {
"method": "GET",
"header": [
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
"url": {
"raw": "{{FilmService}}/films?id=101",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "101",
"description": "Обязательный параметр\n(string) Уникальный идентификатор фильма\nВарианты значений: \"101\", \"102\", \"103\", \"104\""
}
]
},
"description": "Детальное описание фильма по id"
},
"response": [
{
"name": "Описание фильма (id=101)",
"originalRequest": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{FilmService}}/films?id=\"101\"",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "\"101\""
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"id\": \"101\",\n \"type\": \"film\",\n \"title\": \"Хосэ Каньон\",\n \"description\": \"Хосэ Каньон — добрый и открытый парень — устроился в офис электриком и рассказывает коллегам историю своей необыкновенной жизни.\",\n \"imageUrl\": \"https://otium.imagestorage.ru/JoseCanyon.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/JoseCanyon.mov\",\n \"recordUrl\": \"https://otium.recordstorage.ru/JoseCanyon.mov\",\n \"genre\": [\n \"comedy\",\n \"drama\",\n \"history\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"1995\",\n \"duration\": 152,\n \"country\": [\n \"США\"\n ],\n \"ageRate\": \"16+\"\n },\n \"language\": {\n \"original\": [\n \"английский\"\n ],\n \"sound\": [\n \"русский\",\n \"английский\"\n ],\n \"subtitle\": [\n \"русский\",\n \"английский\"\n ]\n },\n \"team\": {\n \"cast\": [\n \"Джон Джэксон\",\n \"Джулия Блэйк\"\n ],\n \"dubbingTeam\": null\n },\n \"rating\": 9.4,\n \"favorites\": true\n}"
},
{
"name": "Описание фильма (id=102)",
"originalRequest": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{FilmService}}/films?id=\"102\"",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "\"102\""
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"id\": \"102\",\n \"type\": \"film\",\n \"title\": \"Вестибюль\",\n \"description\": \"Александр Павловски оказался на международном вокзале Буэнос-Айреса с паспортом другого человека. История полная загадок и случайных совпадений.\",\n \"imageUrl\": \"https://otium.imagestorage.ru/TheLobby.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/TheLobby.mov\",\n \"recordUrl\": \"https://otium.recordstorage.ru/TheLobby.mov\",\n \"genre\": [\n \"drama\",\n \"comedy\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2005\",\n \"duration\": 134,\n \"country\": [\n \"США\",\n \"Аргентина\"\n ],\n \"ageRate\": \"12+\"\n },\n \"team\": {\n \"cast\": [\n \"Джон Джэксон\",\n \"Виолетта Липа\"\n ],\n \"dubbingTeam\": null\n },\n \"language\": {\n \"original\": [\n \"английский\"\n ],\n \"sound\": [\n \"русский\",\n \"английский\",\n \"испанский\"\n ],\n \"subtitle\": [\n \"русский\",\n \"английский\",\n \"испанский\"\n ]\n },\n \"rating\": 8.9,\n \"favorites\": false\n}"
},
{
"name": "Описание фильма (id=103)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films?id=\"103\"",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "\"103\""
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"id\": \"103\",\n \"type\": \"film\",\n \"title\": \"В руках тьмы\",\n \"description\": \"Учёный Ханс вместе со своей напарницей Анджелой Морэ начинает расследование преступления, которое приводит его к тайному могущественному братству.\",\n \"imageUrl\": \"https://otium.imagestorage.ru/InTheHandsOfDarkness.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/InTheHandsOfDarkness.mov\",\n \"recordUrl\": \"https://otium.recordstorage.ru/InTheHandsOfDarkness.mov\",\n \"genre\": [\n \"thriller\",\n \"mystery\"\n ],\n \"recommended\": false,\n \"details\": {\n \"yearOfIssue\": \"2010\",\n \"duration\": 143,\n \"country\": [\n \"Италия\",\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"team\": {\n \"cast\": [\n \"Джон Джэксон\"\n ],\n \"dubbingTeam\": null\n },\n \"language\": {\n \"original\": [\n \"английский\"\n ],\n \"sound\": [\n \"русский\",\n \"английский\",\n \"итальянский\"\n ],\n \"subtitle\": [\n \"русский\",\n \"английский\",\n \"итальянский\"\n ]\n },\n \"rating\": 6.8,\n \"favorites\": false\n}"
},
{
"name": "Описание фильма (id=104)",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "{{FilmService}}/films?id=\"104\"",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "\"104\""
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"id\": \"104\",\n \"type\": \"film\",\n \"title\": \"Ребус Атлантиды\",\n \"description\": \"Археолога подозревают в преступлении, которого он не совершал. Герой знакомится с историком турецкой полиции Шехер Джан, вместе они пытаются раскрыть тайну.\",\n \"imageUrl\": \"https://otium.imagestorage.ru/RebusOfAtlantis.img\",\n \"previewUrl\": \"https://otium.previewstorage.ru/RebusOfAtlantis.mov\",\n \"recordUrl\": \"https://otium.recordstorage.ru/RebusOfAtlantis.mov\",\n \"genre\": [\n \"thriller\",\n \"mystery\"\n ],\n \"recommended\": true,\n \"details\": {\n \"yearOfIssue\": \"2007\",\n \"duration\": 159,\n \"country\": [\n \"Великобритания\",\n \"Турция\",\n \"США\"\n ],\n \"ageRate\": \"12+\"\n },\n \"language\": {\n \"original\": [\n \"английский\",\n \"турецкий\"\n ],\n \"sound\": [\n \"русский\",\n \"английский\"\n ],\n \"subtitle\": [\n \"русский\",\n \"английский\",\n \"турецкий\"\n ]\n },\n \"team\": {\n \"cast\": [\n \"Джон Джэксон\",\n \"Айше Болат\"\n ],\n \"dubbingTeam\": null\n },\n \"rating\": 7.3,\n \"favorites\": true\n}"
},
{
"name": "Описание фильма (400)",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text",
"disabled": true
}
],
"url": {
"raw": "{{FilmService}}/films",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": null,
"description": "Обязательный параметр\n(string) Уникальный идентификатор фильма\nВарианты значений: \"101\", \"102\", \"103\", \"104\"",
"disabled": true
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"error\": {\n \"name\": \"Bad Request\",\n \"message\": \"Check query params and try again.\",\n \"header\": \"No matching params\"\n }\n}"
},
{
"name": "Описание фильма",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "",
"value": "",
"type": "text",
"disabled": true
}
],
"url": {
"raw": "{{FilmService}}/films?id=",
"host": [
"{{FilmService}}"
],
"path": [
"films"
],
"query": [
{
"key": "id",
"value": "",
"description": "Обязательный параметр\n(string) Уникальный идентификатор фильма\nВарианты значений: \"101\", \"102\", \"103\", \"104\""
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"name": "Content-Type",
"description": "",
"type": "text"
}
],
"cookie": [],
"body": "{\n \"error\": {\n \"name\": \"Bad Request\",\n \"message\": \"No matching element.\",\n \"header\": \"No matching element.\"\n }\n}"
}
]
}
]
}