Contents

Read App Information for an Xcode Cloud Product

Get the app in App Store Connect that’s related to an Xcode Cloud product.

URL

GET https://api.appstoreconnect.apple.com/v1/ciProducts/{id}/app

Path Parameters

NameTypeDescription
id Requiredstring

The opaque resource ID that uniquely identifies the Products resource.

Query Parameters

NameTypeDescription
fields[appInfos] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[appStoreVersions] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[apps] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[betaAppLocalizations] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[betaGroups] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[builds] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[gameCenterEnabledVersions] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[inAppPurchases] Optional[string]

Additional fields to include for each Apps resource returned by the response.

fields[preReleaseVersions] Optional[string]

Additional fields to include for each Apps resource returned by the response.

include Optional[string]

The relationship data to include in the response.

limit[appInfos] Optionalinteger

The number of included Apps resources to return if the app info relationship is included.

limit[appStoreVersions] Optionalinteger

The number of included Apps resources to return if the app store versions relationship is included.

limit[betaAppLocalizations] Optionalinteger

The number of included Apps resources to return if the beta app localizations relationship is included.

limit[betaGroups] Optionalinteger

The number of included Apps resources to return if the beta groups relationship is included.

limit[builds] Optionalinteger

The number of included Apps resources to return if the builds relationship is included.

limit[gameCenterEnabledVersions] Optionalinteger

The number of included Apps resources to return if the Game Center enabled versions relationship is included.

limit[inAppPurchases] Optionalinteger

The number of included Apps resources to return if the in-app purchases relationship is included.

limit[preReleaseVersions] Optionalinteger

The number of included Apps resources to return if the pre-release versions relationship is included.

limit[appClips] Optionalinteger

fields[appClips] Optional[string]

fields[reviewSubmissions] Optional[string]

fields[appCustomProductPages] Optional[string]

fields[appEvents] Optional[string]

limit[appCustomProductPages] Optionalinteger

limit[appEvents] Optionalinteger

limit[reviewSubmissions] Optionalinteger

fields[betaLicenseAgreements] Optional[string]

fields[betaAppReviewDetails] Optional[string]

fields[ciProducts] Optional[string]

fields[endUserLicenseAgreements] Optional[string]

fields[subscriptionGracePeriods] Optional[string]

fields[subscriptionGroups] Optional[string]

fields[promotedPurchases] Optional[string]

limit[subscriptionGroups] Optionalinteger

limit[inAppPurchasesV2] Optionalinteger

limit[promotedPurchases] Optionalinteger

fields[appStoreVersionExperiments] Optional[string]

limit[appStoreVersionExperimentsV2] Optionalinteger

fields[appEncryptionDeclarations] Optional[string]

limit[appEncryptionDeclarations] Optionalinteger

fields[gameCenterDetails] Optional[string]

fields[androidToIosAppMappingDetails] Optional[string]

fields[buildIcons] Optional[string]

limit[androidToIosAppMappingDetails] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppResponse

The request completed successfully.

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

429
Content-Type: application/json
ErrorResponse

See Also

Getting Xcode Cloud Products