# GetTemplateResponseBody OK ## Example Usage ```typescript import { GetTemplateResponseBody } from "@lukehagar/plexjs/sdk/models/operations"; let value: GetTemplateResponseBody = { mediaContainer: { subscriptionTemplate: [ { mediaSubscription: [ { title: "This Episode", mediaGrabOperation: [ { metadata: { autotag: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], country: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], director: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], genre: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], guid: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], media: [ { aspectRatio: 2.35, audioChannels: 2, audioCodec: "aac", audioProfile: "lc", bitrate: 5612, container: "mov", duration: 150192, has64bitOffsets: false, hasVoiceActivity: true, height: 544, id: 1, optimizedForStreaming: false, part: [ { audioProfile: "lc", container: "mov", duration: 150192, file: "/home/schuyler/Videos/Trailers/Cloud Atlas (2012).mov", has64bitOffsets: false, id: 1, key: "/library/parts/1/1531779263/file.mov", optimizedForStreaming: false, size: 105355654, stream: [ { default: true, audioChannelLayout: "stereo", bitDepth: 8, bitrate: 5466, canAutoSync: true, chromaLocation: "topleft", chromaSubsampling: "4:2:0", codec: "h264", colorPrimaries: "bt709", colorRange: "tv", colorSpace: "bt709", colorTrc: "bt709", displayTitle: "English (H.264 Main)", frameRate: 23.976, hasScalingMatrix: false, height: 544, id: 1, index: 0, key: "/library/streams/1", language: "English", languageCode: "eng", level: 31, profile: "main", refFrames: 2, samplingRate: 48000, streamIdentifier: 1, streamType: 1, width: 1280, }, ], videoProfile: "main", }, ], videoCodec: "h264", videoFrameRate: "24p", videoProfile: "main", videoResolution: "720", width: 1280, }, ], ratingArray: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], role: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], writer: [ { filter: "actor=49", role: "Secretary", tag: "Shaun Lawton", tagKey: "5d3ee12c4cde6a001c3e0b27", thumb: "http://image.tmdb.org/t/p/original/lcJ8qM51ClAR2UzXU1mkZGfnn3o.jpg", }, ], }, }, ], }, ], }, ], }, }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | `mediaContainer` | [operations.GetTemplateMediaContainer](../../../sdk/models/operations/gettemplatemediacontainer.md) | :heavy_minus_sign: | N/A |