import 'package:app_store_connect/api.dart';
All URIs are relative to https://api.appstoreconnect.apple.com
Method | HTTP request | Description |
---|---|---|
bundleIdsAppGetToOneRelated | GET /v1/bundleIds/{id}/app | |
bundleIdsBundleIdCapabilitiesGetToManyRelated | GET /v1/bundleIds/{id}/bundleIdCapabilities | |
bundleIdsCreateInstance | POST /v1/bundleIds | |
bundleIdsDeleteInstance | DELETE /v1/bundleIds/{id} | |
bundleIdsGetCollection | GET /v1/bundleIds | |
bundleIdsGetInstance | GET /v1/bundleIds/{id} | |
bundleIdsProfilesGetToManyRelated | GET /v1/bundleIds/{id}/profiles | |
bundleIdsUpdateInstance | PATCH /v1/bundleIds/{id} |
AppResponse bundleIdsAppGetToOneRelated(id, fieldsLeftSquareBracketAppsRightSquareBracket)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
final BuiltList<String> fieldsLeftSquareBracketAppsRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type apps
try {
final response = api.bundleIdsAppGetToOneRelated(id, fieldsLeftSquareBracketAppsRightSquareBracket);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsAppGetToOneRelated: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsLeftSquareBracketAppsRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type apps | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
BundleIdCapabilitiesResponse bundleIdsBundleIdCapabilitiesGetToManyRelated(id, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limit)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
final BuiltList<String> fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities
final int limit = 56; // int | maximum resources per page
try {
final response = api.bundleIdsBundleIdCapabilitiesGetToManyRelated(id, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limit);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsBundleIdCapabilitiesGetToManyRelated: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities | [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]
BundleIdResponse bundleIdsCreateInstance(bundleIdCreateRequest)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final BundleIdCreateRequest bundleIdCreateRequest = ; // BundleIdCreateRequest | BundleId representation
try {
final response = api.bundleIdsCreateInstance(bundleIdCreateRequest);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsCreateInstance: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
bundleIdCreateRequest | BundleIdCreateRequest | BundleId representation |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
bundleIdsDeleteInstance(id)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
try {
api.bundleIdsDeleteInstance(id);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsDeleteInstance: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource |
void (empty response body)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
BundleIdsResponse bundleIdsGetCollection(filterLeftSquareBracketIdentifierRightSquareBracket, filterLeftSquareBracketNameRightSquareBracket, filterLeftSquareBracketPlatformRightSquareBracket, filterLeftSquareBracketSeedIdRightSquareBracket, filterLeftSquareBracketIdRightSquareBracket, sort, fieldsLeftSquareBracketBundleIdsRightSquareBracket, limit, include, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, fieldsLeftSquareBracketProfilesRightSquareBracket, fieldsLeftSquareBracketAppsRightSquareBracket, limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limitLeftSquareBracketProfilesRightSquareBracket)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final BuiltList<String> filterLeftSquareBracketIdentifierRightSquareBracket = ; // BuiltList<String> | filter by attribute 'identifier'
final BuiltList<String> filterLeftSquareBracketNameRightSquareBracket = ; // BuiltList<String> | filter by attribute 'name'
final BuiltList<String> filterLeftSquareBracketPlatformRightSquareBracket = ; // BuiltList<String> | filter by attribute 'platform'
final BuiltList<String> filterLeftSquareBracketSeedIdRightSquareBracket = ; // BuiltList<String> | filter by attribute 'seedId'
final BuiltList<String> filterLeftSquareBracketIdRightSquareBracket = ; // BuiltList<String> | filter by id(s)
final BuiltList<String> sort = ; // BuiltList<String> | comma-separated list of sort expressions; resources will be sorted as specified
final BuiltList<String> fieldsLeftSquareBracketBundleIdsRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type bundleIds
final int limit = 56; // int | maximum resources per page
final BuiltList<String> include = ; // BuiltList<String> | comma-separated list of relationships to include
final BuiltList<String> fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities
final BuiltList<String> fieldsLeftSquareBracketProfilesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type profiles
final BuiltList<String> fieldsLeftSquareBracketAppsRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type apps
final int limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket = 56; // int | maximum number of related bundleIdCapabilities returned (when they are included)
final int limitLeftSquareBracketProfilesRightSquareBracket = 56; // int | maximum number of related profiles returned (when they are included)
try {
final response = api.bundleIdsGetCollection(filterLeftSquareBracketIdentifierRightSquareBracket, filterLeftSquareBracketNameRightSquareBracket, filterLeftSquareBracketPlatformRightSquareBracket, filterLeftSquareBracketSeedIdRightSquareBracket, filterLeftSquareBracketIdRightSquareBracket, sort, fieldsLeftSquareBracketBundleIdsRightSquareBracket, limit, include, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, fieldsLeftSquareBracketProfilesRightSquareBracket, fieldsLeftSquareBracketAppsRightSquareBracket, limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limitLeftSquareBracketProfilesRightSquareBracket);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsGetCollection: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
filterLeftSquareBracketIdentifierRightSquareBracket | BuiltList<String> | filter by attribute 'identifier' | [optional] |
filterLeftSquareBracketNameRightSquareBracket | BuiltList<String> | filter by attribute 'name' | [optional] |
filterLeftSquareBracketPlatformRightSquareBracket | BuiltList<String> | filter by attribute 'platform' | [optional] |
filterLeftSquareBracketSeedIdRightSquareBracket | BuiltList<String> | filter by attribute 'seedId' | [optional] |
filterLeftSquareBracketIdRightSquareBracket | BuiltList<String> | filter by id(s) | [optional] |
sort | BuiltList<String> | comma-separated list of sort expressions; resources will be sorted as specified | [optional] |
fieldsLeftSquareBracketBundleIdsRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type bundleIds | [optional] |
limit | int | maximum resources per page | [optional] |
include | BuiltList<String> | comma-separated list of relationships to include | [optional] |
fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities | [optional] |
fieldsLeftSquareBracketProfilesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type profiles | [optional] |
fieldsLeftSquareBracketAppsRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type apps | [optional] |
limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket | int | maximum number of related bundleIdCapabilities returned (when they are included) | [optional] |
limitLeftSquareBracketProfilesRightSquareBracket | int | maximum number of related profiles returned (when they are included) | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
BundleIdResponse bundleIdsGetInstance(id, fieldsLeftSquareBracketBundleIdsRightSquareBracket, include, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, fieldsLeftSquareBracketProfilesRightSquareBracket, fieldsLeftSquareBracketAppsRightSquareBracket, limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limitLeftSquareBracketProfilesRightSquareBracket)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
final BuiltList<String> fieldsLeftSquareBracketBundleIdsRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type bundleIds
final BuiltList<String> include = ; // BuiltList<String> | comma-separated list of relationships to include
final BuiltList<String> fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities
final BuiltList<String> fieldsLeftSquareBracketProfilesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type profiles
final BuiltList<String> fieldsLeftSquareBracketAppsRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type apps
final int limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket = 56; // int | maximum number of related bundleIdCapabilities returned (when they are included)
final int limitLeftSquareBracketProfilesRightSquareBracket = 56; // int | maximum number of related profiles returned (when they are included)
try {
final response = api.bundleIdsGetInstance(id, fieldsLeftSquareBracketBundleIdsRightSquareBracket, include, fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, fieldsLeftSquareBracketProfilesRightSquareBracket, fieldsLeftSquareBracketAppsRightSquareBracket, limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket, limitLeftSquareBracketProfilesRightSquareBracket);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsGetInstance: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsLeftSquareBracketBundleIdsRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type bundleIds | [optional] |
include | BuiltList<String> | comma-separated list of relationships to include | [optional] |
fieldsLeftSquareBracketBundleIdCapabilitiesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type bundleIdCapabilities | [optional] |
fieldsLeftSquareBracketProfilesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type profiles | [optional] |
fieldsLeftSquareBracketAppsRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type apps | [optional] |
limitLeftSquareBracketBundleIdCapabilitiesRightSquareBracket | int | maximum number of related bundleIdCapabilities returned (when they are included) | [optional] |
limitLeftSquareBracketProfilesRightSquareBracket | int | maximum number of related profiles returned (when they are included) | [optional] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ProfilesResponse bundleIdsProfilesGetToManyRelated(id, fieldsLeftSquareBracketProfilesRightSquareBracket, limit)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
final BuiltList<String> fieldsLeftSquareBracketProfilesRightSquareBracket = ; // BuiltList<String> | the fields to include for returned resources of type profiles
final int limit = 56; // int | maximum resources per page
try {
final response = api.bundleIdsProfilesGetToManyRelated(id, fieldsLeftSquareBracketProfilesRightSquareBracket, limit);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsProfilesGetToManyRelated: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
fieldsLeftSquareBracketProfilesRightSquareBracket | BuiltList<String> | the fields to include for returned resources of type profiles | [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]
BundleIdResponse bundleIdsUpdateInstance(id, bundleIdUpdateRequest)
import 'package:app_store_connect/api.dart';
// TODO Configure HTTP basic authorization: itc-bearer-token
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').username = 'YOUR_USERNAME'
//defaultApiClient.getAuthentication<HttpBasicAuth>('itc-bearer-token').password = 'YOUR_PASSWORD';
final api = AppStoreConnect().getBundleIdsApi();
final String id = id_example; // String | the id of the requested resource
final BundleIdUpdateRequest bundleIdUpdateRequest = ; // BundleIdUpdateRequest | BundleId representation
try {
final response = api.bundleIdsUpdateInstance(id, bundleIdUpdateRequest);
print(response);
} catch on DioError (e) {
print('Exception when calling BundleIdsApi->bundleIdsUpdateInstance: $e\n');
}
Name | Type | Description | Notes |
---|---|---|---|
id | String | the id of the requested resource | |
bundleIdUpdateRequest | BundleIdUpdateRequest | BundleId representation |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]