action apple_app_encryption_declarations_get_instance { label: "appEncryptionDeclarations-get_instance" provider: apple method: GET path: "/v1/appEncryptionDeclarations/{id}" encoding: json input: { type: "object" properties: { "fields[appEncryptionDeclarations]": { type: "array" items: { type: "string" enum: ["app", "appEncryptionDeclarationState", "availableOnFrenchStore", "builds", "codeValue", "containsProprietaryCryptography", "containsThirdPartyCryptography", "documentName", "documentType", "documentUrl", "exempt", "platform", "uploadedDate", "usesEncryption"] } } "fields[apps]": { type: "array" items: { type: "string" enum: ["appInfos", "appStoreVersions", "availableInNewTerritories", "availableTerritories", "betaAppLocalizations", "betaAppReviewDetail", "betaGroups", "betaLicenseAgreement", "betaTesters", "builds", "bundleId", "contentRightsDeclaration", "endUserLicenseAgreement", "gameCenterEnabledVersions", "inAppPurchases", "isOrEverWasMadeForKids", "name", "perfPowerMetrics", "preOrder", "preReleaseVersions", "prices", "primaryLocale", "sku"] } } include: { type: "array" items: { type: "string" enum: ["app"] } } } additionalProperties: false } output: { type: "object" required: ["data", "links"] properties: { data: { type: "object" required: ["id", "links", "type"] properties: { attributes: { type: "object" properties: { appEncryptionDeclarationState: { type: "string" enum: ["IN_REVIEW", "APPROVED", "REJECTED", "INVALID", "EXPIRED"] } availableOnFrenchStore: { type: "boolean" } codeValue: { type: "string" } containsProprietaryCryptography: { type: "boolean" } containsThirdPartyCryptography: { type: "boolean" } documentName: { type: "string" } documentType: { type: "string" } documentUrl: { type: "string" } exempt: { type: "boolean" } platform: { type: "string" enum: ["IOS", "MAC_OS", "TV_OS"] } uploadedDate: { type: "string" format: "date-time" } usesEncryption: { type: "boolean" } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } relationships: { type: "object" properties: { app: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["apps"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } } } type: { type: "string" enum: ["appEncryptionDeclarations"] } } } included: { type: "array" items: { type: "object" required: ["links", "id", "type"] properties: { attributes: { type: "object" properties: { availableInNewTerritories: { type: "boolean" } bundleId: { type: "string" } contentRightsDeclaration: { type: "string" enum: ["DOES_NOT_USE_THIRD_PARTY_CONTENT", "USES_THIRD_PARTY_CONTENT"] } isOrEverWasMadeForKids: { type: "boolean" } name: { type: "string" } primaryLocale: { type: "string" } sku: { type: "string" } } } id: { type: "string" } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } relationships: { type: "object" properties: { appInfos: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appInfos"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } appStoreVersions: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appStoreVersions"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } availableTerritories: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["territories"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } betaAppLocalizations: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaAppLocalizations"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } betaAppReviewDetail: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaAppReviewDetails"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } betaGroups: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaGroups"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } betaLicenseAgreement: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["betaLicenseAgreements"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } builds: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["builds"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } endUserLicenseAgreement: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["endUserLicenseAgreements"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } gameCenterEnabledVersions: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["gameCenterEnabledVersions"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } inAppPurchases: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["inAppPurchases"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } preOrder: { type: "object" properties: { data: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appPreOrders"] } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } } } preReleaseVersions: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["preReleaseVersions"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } prices: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id", "type"] properties: { id: { type: "string" } type: { type: "string" enum: ["appPrices"] } } } } links: { type: "object" properties: { related: { type: "string" format: "uri-reference" } self: { type: "string" format: "uri-reference" } } } meta: { type: "object" required: ["paging"] properties: { paging: { type: "object" required: ["total", "limit"] properties: { limit: { type: "integer" } total: { type: "integer" } } } } } } } } } type: { type: "string" enum: ["apps"] } } } } links: { type: "object" required: ["self"] properties: { self: { type: "string" format: "uri-reference" } } } } } }