All URIs are relative to https://api.appstoreconnect.apple.com
Method | HTTP request | Description |
---|---|---|
buildBundlesAppClipDomainCacheStatusGetToOneRelated | GET /v1/buildBundles/{id}/appClipDomainCacheStatus | |
buildBundlesAppClipDomainDebugStatusGetToOneRelated | GET /v1/buildBundles/{id}/appClipDomainDebugStatus | |
buildBundlesBetaAppClipInvocationsGetToManyRelated | GET /v1/buildBundles/{id}/betaAppClipInvocations | |
buildBundlesBuildBundleFileSizesGetToManyRelated | GET /v1/buildBundles/{id}/buildBundleFileSizes |
open class func buildBundlesAppClipDomainCacheStatusGetToOneRelated(id: String, fieldsAppClipDomainStatuses: [FieldsAppClipDomainStatuses_buildBundlesAppClipDomainCacheStatusGetToOneRelated]? = nil, completion: @escaping (_ data: AppClipDomainStatusResponse?, _ error: Error?) -> Void)
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import ASC
let id = "id_example" // String | the id of the requested resource
let fieldsAppClipDomainStatuses = ["fieldsAppClipDomainStatuses_example"] // [String] | the fields to include for returned resources of type appClipDomainStatuses (optional)
BuildBundlesAPI.buildBundlesAppClipDomainCacheStatusGetToOneRelated(id: id, fieldsAppClipDomainStatuses: fieldsAppClipDomainStatuses) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsAppClipDomainStatuses | [String] | the fields to include for returned resources of type appClipDomainStatuses | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func buildBundlesAppClipDomainDebugStatusGetToOneRelated(id: String, fieldsAppClipDomainStatuses: [FieldsAppClipDomainStatuses_buildBundlesAppClipDomainDebugStatusGetToOneRelated]? = nil, completion: @escaping (_ data: AppClipDomainStatusResponse?, _ error: Error?) -> Void)
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import ASC
let id = "id_example" // String | the id of the requested resource
let fieldsAppClipDomainStatuses = ["fieldsAppClipDomainStatuses_example"] // [String] | the fields to include for returned resources of type appClipDomainStatuses (optional)
BuildBundlesAPI.buildBundlesAppClipDomainDebugStatusGetToOneRelated(id: id, fieldsAppClipDomainStatuses: fieldsAppClipDomainStatuses) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsAppClipDomainStatuses | [String] | the fields to include for returned resources of type appClipDomainStatuses | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func buildBundlesBetaAppClipInvocationsGetToManyRelated(id: String, fieldsBetaAppClipInvocations: [FieldsBetaAppClipInvocations_buildBundlesBetaAppClipInvocationsGetToManyRelated]? = nil, fieldsBetaAppClipInvocationLocalizations: [FieldsBetaAppClipInvocationLocalizations_buildBundlesBetaAppClipInvocationsGetToManyRelated]? = nil, limit: Int? = nil, include: [Include_buildBundlesBetaAppClipInvocationsGetToManyRelated]? = nil, limitBetaAppClipInvocationLocalizations: Int? = nil, completion: @escaping (_ data: BetaAppClipInvocationsResponse?, _ error: Error?) -> Void)
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import ASC
let id = "id_example" // String | the id of the requested resource
let fieldsBetaAppClipInvocations = ["fieldsBetaAppClipInvocations_example"] // [String] | the fields to include for returned resources of type betaAppClipInvocations (optional)
let fieldsBetaAppClipInvocationLocalizations = ["fieldsBetaAppClipInvocationLocalizations_example"] // [String] | the fields to include for returned resources of type betaAppClipInvocationLocalizations (optional)
let limit = 987 // Int | maximum resources per page (optional)
let include = ["include_example"] // [String] | comma-separated list of relationships to include (optional)
let limitBetaAppClipInvocationLocalizations = 987 // Int | maximum number of related betaAppClipInvocationLocalizations returned (when they are included) (optional)
BuildBundlesAPI.buildBundlesBetaAppClipInvocationsGetToManyRelated(id: id, fieldsBetaAppClipInvocations: fieldsBetaAppClipInvocations, fieldsBetaAppClipInvocationLocalizations: fieldsBetaAppClipInvocationLocalizations, limit: limit, include: include, limitBetaAppClipInvocationLocalizations: limitBetaAppClipInvocationLocalizations) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsBetaAppClipInvocations | [String] | the fields to include for returned resources of type betaAppClipInvocations | [optional] |
fieldsBetaAppClipInvocationLocalizations | [String] | the fields to include for returned resources of type betaAppClipInvocationLocalizations | [optional] |
limit | Int | maximum resources per page | [optional] |
include | [String] | comma-separated list of relationships to include | [optional] |
limitBetaAppClipInvocationLocalizations | Int | maximum number of related betaAppClipInvocationLocalizations returned (when they are included) | [optional] |
BetaAppClipInvocationsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
open class func buildBundlesBuildBundleFileSizesGetToManyRelated(id: String, fieldsBuildBundleFileSizes: [FieldsBuildBundleFileSizes_buildBundlesBuildBundleFileSizesGetToManyRelated]? = nil, limit: Int? = nil, completion: @escaping (_ data: BuildBundleFileSizesResponse?, _ error: Error?) -> Void)
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import ASC
let id = "id_example" // String | the id of the requested resource
let fieldsBuildBundleFileSizes = ["fieldsBuildBundleFileSizes_example"] // [String] | the fields to include for returned resources of type buildBundleFileSizes (optional)
let limit = 987 // Int | maximum resources per page (optional)
BuildBundlesAPI.buildBundlesBuildBundleFileSizesGetToManyRelated(id: id, fieldsBuildBundleFileSizes: fieldsBuildBundleFileSizes, limit: limit) { (response, error) in
guard error == nil else {
print(error)
return
}
if (response) {
dump(response)
}
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsBuildBundleFileSizes | [String] | the fields to include for returned resources of type buildBundleFileSizes | [optional] |
limit | Int | maximum resources per page | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]