action apple_app_preview_sets_app_previews_get_to_many_related { label: "appPreviewSets-appPreviews-get_to_many_related" provider: apple method: GET path: "/v1/appPreviewSets/{id}/appPreviews" encoding: json input: { type: "object" properties: { "fields[appPreviewSets]": { type: "array" items: { type: "string" enum: ["appPreviews", "appStoreVersionLocalization", "previewType"] } } "fields[appPreviews]": { type: "array" items: { type: "string" enum: ["appPreviewSet", "assetDeliveryState", "fileName", "fileSize", "mimeType", "previewFrameTimeCode", "previewImage", "sourceFileChecksum", "uploadOperations", "uploaded", "videoUrl"] } } include: { type: "array" items: { type: "string" enum: ["appPreviewSet"] } } limit: { type: "integer" } } additionalProperties: false } output: { type: "object" required: ["data", "links"] properties: { data: { type: "array" items: { type: "object" required: ["links", "id", "type"] properties: { attributes: { type: "object" properties: { assetDeliveryState: { type: "object" properties: { errors: { type: "array" items: { type: "object" properties: { code: { type: "string" } description: { type: "string" } } } } state: { type: "string" enum: ["AWAITING_UPLOAD", "UPLOAD_COMPLETE", "COMPLETE", "FAILED"] } warnings: { type: "array" items: { type: "object" properties: { code: { type: "string" } description: { type: "string" } } } } } } fileName: { type: "string" } fileSize: { type: "integer" } mimeType: { type: "string" } previewFrameTimeCode: { type: "string" } previewImage: { type: "object" properties: { height: { type: "integer" } templateUrl: { type: "string" } width: { type: "integer" } } } sourceFileChecksum: { type: "string" } uploadOperations: { type: "array" items: { type: "object" properties: { length: { type: "integer" } method: { type: "string" } offset: { type: "integer" } requestHeaders: { type: "array" items: { type: "object" properties: { name: { type: "string" } value: { type: "string" } } } } url: { type: "string" } } } } videoUrl: { type: "string" } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } relationships: { type: "object" properties: { appPreviewSet: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appPreviewSets"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } } } type: { type: "string" enum: ["appPreviews"] } } } } links: { type: "object" required: ["self"] properties: { first: { type: "string" format: "uri-reference" } next: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["limit", "total"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } }