Contents

Get the background asset upload files resource ID for a background asset version

Get the ID for an uploaded asset pack Apple hosted background asset version

URL

GET https://api.appstoreconnect.apple.com/v1/backgroundAssetVersions/{id}/relationships/backgroundAssetUploadFiles

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the backgroundAssetVersions resource ID from the Read version details for a background asset response.

Query Parameters

NameTypeDescription
limit Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
BackgroundAssetVersionBackgroundAssetUploadFilesLinkagesResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

See Also

Reading background asset version information