한글  |  日本語

Swift client for App Store Connect API with Swift Concurrency (async/await)

generated by App Store Connect API OpenAPI specification 1.8 and OpenAPI Generator, and some manual changes.

Installation

Swift Package Manager

● Xcode

  1. Open your Xcode project
  2. Select File -> Add Packages...
  3. Enter https://github.com/hmhv/ASCAPIClient.git in search field and select ASCAPIClient

SPM with Xcode

● Package.swift

adding ASCAPIClient as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/hmhv/ASCAPIClient.git", .upToNextMajor(from: "0.1.0"))
]

How to use

Check ASCAPIClient-Example-iOS.

How to generate

used command for code generation

brew install openapi-generator

openapi-generator generate -i app_store_connect_api_1.8_openapi.json -t ./swift_template -g swift5 --additional-properties=responseAs=AsyncAwait,projectName=ASC,useSPMFileStructure=true,enumUnknownDefaultCase=true -o ./ASC

used spec file and template files are here.

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ Generated by openapi-generator ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

Swift5 API client for ASC

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.8
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift5ClientCodegen

Documentation for API Endpoints

All URIs are relative to https://api.appstoreconnect.apple.com

Class Method HTTP request Description
AgeRatingDeclarationsAPI ageRatingDeclarationsUpdateInstance PATCH /v1/ageRatingDeclarations/{id}
AppCategoriesAPI appCategoriesGetCollection GET /v1/appCategories
AppCategoriesAPI appCategoriesGetInstance GET /v1/appCategories/{id}
AppCategoriesAPI appCategoriesParentGetToOneRelated GET /v1/appCategories/{id}/parent
AppCategoriesAPI appCategoriesSubcategoriesGetToManyRelated GET /v1/appCategories/{id}/subcategories
AppClipAdvancedExperienceImagesAPI appClipAdvancedExperienceImagesCreateInstance POST /v1/appClipAdvancedExperienceImages
AppClipAdvancedExperienceImagesAPI appClipAdvancedExperienceImagesGetInstance GET /v1/appClipAdvancedExperienceImages/{id}
AppClipAdvancedExperienceImagesAPI appClipAdvancedExperienceImagesUpdateInstance PATCH /v1/appClipAdvancedExperienceImages/{id}
AppClipAdvancedExperiencesAPI appClipAdvancedExperiencesCreateInstance POST /v1/appClipAdvancedExperiences
AppClipAdvancedExperiencesAPI appClipAdvancedExperiencesGetInstance GET /v1/appClipAdvancedExperiences/{id}
AppClipAdvancedExperiencesAPI appClipAdvancedExperiencesUpdateInstance PATCH /v1/appClipAdvancedExperiences/{id}
AppClipAppStoreReviewDetailsAPI appClipAppStoreReviewDetailsCreateInstance POST /v1/appClipAppStoreReviewDetails
AppClipAppStoreReviewDetailsAPI appClipAppStoreReviewDetailsGetInstance GET /v1/appClipAppStoreReviewDetails/{id}
AppClipAppStoreReviewDetailsAPI appClipAppStoreReviewDetailsUpdateInstance PATCH /v1/appClipAppStoreReviewDetails/{id}
AppClipDefaultExperienceLocalizationsAPI appClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelated GET /v1/appClipDefaultExperienceLocalizations/{id}/appClipHeaderImage
AppClipDefaultExperienceLocalizationsAPI appClipDefaultExperienceLocalizationsCreateInstance POST /v1/appClipDefaultExperienceLocalizations
AppClipDefaultExperienceLocalizationsAPI appClipDefaultExperienceLocalizationsDeleteInstance DELETE /v1/appClipDefaultExperienceLocalizations/{id}
AppClipDefaultExperienceLocalizationsAPI appClipDefaultExperienceLocalizationsGetInstance GET /v1/appClipDefaultExperienceLocalizations/{id}
AppClipDefaultExperienceLocalizationsAPI appClipDefaultExperienceLocalizationsUpdateInstance PATCH /v1/appClipDefaultExperienceLocalizations/{id}
AppClipDefaultExperiencesAPI appClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelated GET /v1/appClipDefaultExperiences/{id}/appClipAppStoreReviewDetail
AppClipDefaultExperiencesAPI appClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelated GET /v1/appClipDefaultExperiences/{id}/appClipDefaultExperienceLocalizations
AppClipDefaultExperiencesAPI appClipDefaultExperiencesCreateInstance POST /v1/appClipDefaultExperiences
AppClipDefaultExperiencesAPI appClipDefaultExperiencesDeleteInstance DELETE /v1/appClipDefaultExperiences/{id}
AppClipDefaultExperiencesAPI appClipDefaultExperiencesGetInstance GET /v1/appClipDefaultExperiences/{id}
AppClipDefaultExperiencesAPI appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelated GET /v1/appClipDefaultExperiences/{id}/releaseWithAppStoreVersion
AppClipDefaultExperiencesAPI appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelationship GET /v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion
AppClipDefaultExperiencesAPI appClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationship PATCH /v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion
AppClipDefaultExperiencesAPI appClipDefaultExperiencesUpdateInstance PATCH /v1/appClipDefaultExperiences/{id}
AppClipHeaderImagesAPI appClipHeaderImagesCreateInstance POST /v1/appClipHeaderImages
AppClipHeaderImagesAPI appClipHeaderImagesDeleteInstance DELETE /v1/appClipHeaderImages/{id}
AppClipHeaderImagesAPI appClipHeaderImagesGetInstance GET /v1/appClipHeaderImages/{id}
AppClipHeaderImagesAPI appClipHeaderImagesUpdateInstance PATCH /v1/appClipHeaderImages/{id}
AppClipsAPI appClipsAppClipAdvancedExperiencesGetToManyRelated GET /v1/appClips/{id}/appClipAdvancedExperiences
AppClipsAPI appClipsAppClipDefaultExperiencesGetToManyRelated GET /v1/appClips/{id}/appClipDefaultExperiences
AppClipsAPI appClipsGetInstance GET /v1/appClips/{id}
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsAppPreviewSetsGetToManyRelated GET /v1/appCustomProductPageLocalizations/{id}/appPreviewSets
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelated GET /v1/appCustomProductPageLocalizations/{id}/appScreenshotSets
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsCreateInstance POST /v1/appCustomProductPageLocalizations
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsDeleteInstance DELETE /v1/appCustomProductPageLocalizations/{id}
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsGetInstance GET /v1/appCustomProductPageLocalizations/{id}
AppCustomProductPageLocalizationsAPI appCustomProductPageLocalizationsUpdateInstance PATCH /v1/appCustomProductPageLocalizations/{id}
AppCustomProductPageVersionsAPI appCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelated GET /v1/appCustomProductPageVersions/{id}/appCustomProductPageLocalizations
AppCustomProductPageVersionsAPI appCustomProductPageVersionsCreateInstance POST /v1/appCustomProductPageVersions
AppCustomProductPageVersionsAPI appCustomProductPageVersionsGetInstance GET /v1/appCustomProductPageVersions/{id}
AppCustomProductPagesAPI appCustomProductPagesAppCustomProductPageVersionsGetToManyRelated GET /v1/appCustomProductPages/{id}/appCustomProductPageVersions
AppCustomProductPagesAPI appCustomProductPagesCreateInstance POST /v1/appCustomProductPages
AppCustomProductPagesAPI appCustomProductPagesDeleteInstance DELETE /v1/appCustomProductPages/{id}
AppCustomProductPagesAPI appCustomProductPagesGetInstance GET /v1/appCustomProductPages/{id}
AppCustomProductPagesAPI appCustomProductPagesUpdateInstance PATCH /v1/appCustomProductPages/{id}
AppEncryptionDeclarationsAPI appEncryptionDeclarationsAppGetToOneRelated GET /v1/appEncryptionDeclarations/{id}/app
AppEncryptionDeclarationsAPI appEncryptionDeclarationsBuildsCreateToManyRelationship POST /v1/appEncryptionDeclarations/{id}/relationships/builds
AppEncryptionDeclarationsAPI appEncryptionDeclarationsGetCollection GET /v1/appEncryptionDeclarations
AppEncryptionDeclarationsAPI appEncryptionDeclarationsGetInstance GET /v1/appEncryptionDeclarations/{id}
AppEventLocalizationsAPI appEventLocalizationsAppEventScreenshotsGetToManyRelated GET /v1/appEventLocalizations/{id}/appEventScreenshots
AppEventLocalizationsAPI appEventLocalizationsAppEventVideoClipsGetToManyRelated GET /v1/appEventLocalizations/{id}/appEventVideoClips
AppEventLocalizationsAPI appEventLocalizationsCreateInstance POST /v1/appEventLocalizations
AppEventLocalizationsAPI appEventLocalizationsDeleteInstance DELETE /v1/appEventLocalizations/{id}
AppEventLocalizationsAPI appEventLocalizationsGetInstance GET /v1/appEventLocalizations/{id}
AppEventLocalizationsAPI appEventLocalizationsUpdateInstance PATCH /v1/appEventLocalizations/{id}
AppEventScreenshotsAPI appEventScreenshotsCreateInstance POST /v1/appEventScreenshots
AppEventScreenshotsAPI appEventScreenshotsDeleteInstance DELETE /v1/appEventScreenshots/{id}
AppEventScreenshotsAPI appEventScreenshotsGetInstance GET /v1/appEventScreenshots/{id}
AppEventScreenshotsAPI appEventScreenshotsUpdateInstance PATCH /v1/appEventScreenshots/{id}
AppEventVideoClipsAPI appEventVideoClipsCreateInstance POST /v1/appEventVideoClips
AppEventVideoClipsAPI appEventVideoClipsDeleteInstance DELETE /v1/appEventVideoClips/{id}
AppEventVideoClipsAPI appEventVideoClipsGetInstance GET /v1/appEventVideoClips/{id}
AppEventVideoClipsAPI appEventVideoClipsUpdateInstance PATCH /v1/appEventVideoClips/{id}
AppEventsAPI appEventsCreateInstance POST /v1/appEvents
AppEventsAPI appEventsDeleteInstance DELETE /v1/appEvents/{id}
AppEventsAPI appEventsGetInstance GET /v1/appEvents/{id}
AppEventsAPI appEventsLocalizationsGetToManyRelated GET /v1/appEvents/{id}/localizations
AppEventsAPI appEventsUpdateInstance PATCH /v1/appEvents/{id}
AppInfoLocalizationsAPI appInfoLocalizationsCreateInstance POST /v1/appInfoLocalizations
AppInfoLocalizationsAPI appInfoLocalizationsDeleteInstance DELETE /v1/appInfoLocalizations/{id}
AppInfoLocalizationsAPI appInfoLocalizationsGetInstance GET /v1/appInfoLocalizations/{id}
AppInfoLocalizationsAPI appInfoLocalizationsUpdateInstance PATCH /v1/appInfoLocalizations/{id}
AppInfosAPI appInfosAgeRatingDeclarationGetToOneRelated GET /v1/appInfos/{id}/ageRatingDeclaration
AppInfosAPI appInfosAppInfoLocalizationsGetToManyRelated GET /v1/appInfos/{id}/appInfoLocalizations
AppInfosAPI appInfosGetInstance GET /v1/appInfos/{id}
AppInfosAPI appInfosPrimaryCategoryGetToOneRelated GET /v1/appInfos/{id}/primaryCategory
AppInfosAPI appInfosPrimarySubcategoryOneGetToOneRelated GET /v1/appInfos/{id}/primarySubcategoryOne
AppInfosAPI appInfosPrimarySubcategoryTwoGetToOneRelated GET /v1/appInfos/{id}/primarySubcategoryTwo
AppInfosAPI appInfosSecondaryCategoryGetToOneRelated GET /v1/appInfos/{id}/secondaryCategory
AppInfosAPI appInfosSecondarySubcategoryOneGetToOneRelated GET /v1/appInfos/{id}/secondarySubcategoryOne
AppInfosAPI appInfosSecondarySubcategoryTwoGetToOneRelated GET /v1/appInfos/{id}/secondarySubcategoryTwo
AppInfosAPI appInfosUpdateInstance PATCH /v1/appInfos/{id}
AppPreOrdersAPI appPreOrdersCreateInstance POST /v1/appPreOrders
AppPreOrdersAPI appPreOrdersDeleteInstance DELETE /v1/appPreOrders/{id}
AppPreOrdersAPI appPreOrdersGetInstance GET /v1/appPreOrders/{id}
AppPreOrdersAPI appPreOrdersUpdateInstance PATCH /v1/appPreOrders/{id}
AppPreviewSetsAPI appPreviewSetsAppPreviewsGetToManyRelated GET /v1/appPreviewSets/{id}/appPreviews
AppPreviewSetsAPI appPreviewSetsAppPreviewsGetToManyRelationship GET /v1/appPreviewSets/{id}/relationships/appPreviews
AppPreviewSetsAPI appPreviewSetsAppPreviewsReplaceToManyRelationship PATCH /v1/appPreviewSets/{id}/relationships/appPreviews
AppPreviewSetsAPI appPreviewSetsCreateInstance POST /v1/appPreviewSets
AppPreviewSetsAPI appPreviewSetsDeleteInstance DELETE /v1/appPreviewSets/{id}
AppPreviewSetsAPI appPreviewSetsGetInstance GET /v1/appPreviewSets/{id}
AppPreviewsAPI appPreviewsCreateInstance POST /v1/appPreviews
AppPreviewsAPI appPreviewsDeleteInstance DELETE /v1/appPreviews/{id}
AppPreviewsAPI appPreviewsGetInstance GET /v1/appPreviews/{id}
AppPreviewsAPI appPreviewsUpdateInstance PATCH /v1/appPreviews/{id}
AppPricePointsAPI appPricePointsGetCollection GET /v1/appPricePoints
AppPricePointsAPI appPricePointsGetInstance GET /v1/appPricePoints/{id}
AppPricePointsAPI appPricePointsTerritoryGetToOneRelated GET /v1/appPricePoints/{id}/territory
AppPriceTiersAPI appPriceTiersGetCollection GET /v1/appPriceTiers
AppPriceTiersAPI appPriceTiersGetInstance GET /v1/appPriceTiers/{id}
AppPriceTiersAPI appPriceTiersPricePointsGetToManyRelated GET /v1/appPriceTiers/{id}/pricePoints
AppPricesAPI appPricesGetInstance GET /v1/appPrices/{id}
AppScreenshotSetsAPI appScreenshotSetsAppScreenshotsGetToManyRelated GET /v1/appScreenshotSets/{id}/appScreenshots
AppScreenshotSetsAPI appScreenshotSetsAppScreenshotsGetToManyRelationship GET /v1/appScreenshotSets/{id}/relationships/appScreenshots
AppScreenshotSetsAPI appScreenshotSetsAppScreenshotsReplaceToManyRelationship PATCH /v1/appScreenshotSets/{id}/relationships/appScreenshots
AppScreenshotSetsAPI appScreenshotSetsCreateInstance POST /v1/appScreenshotSets
AppScreenshotSetsAPI appScreenshotSetsDeleteInstance DELETE /v1/appScreenshotSets/{id}
AppScreenshotSetsAPI appScreenshotSetsGetInstance GET /v1/appScreenshotSets/{id}
AppScreenshotsAPI appScreenshotsCreateInstance POST /v1/appScreenshots
AppScreenshotsAPI appScreenshotsDeleteInstance DELETE /v1/appScreenshots/{id}
AppScreenshotsAPI appScreenshotsGetInstance GET /v1/appScreenshots/{id}
AppScreenshotsAPI appScreenshotsUpdateInstance PATCH /v1/appScreenshots/{id}
AppStoreReviewAttachmentsAPI appStoreReviewAttachmentsCreateInstance POST /v1/appStoreReviewAttachments
AppStoreReviewAttachmentsAPI appStoreReviewAttachmentsDeleteInstance DELETE /v1/appStoreReviewAttachments/{id}
AppStoreReviewAttachmentsAPI appStoreReviewAttachmentsGetInstance GET /v1/appStoreReviewAttachments/{id}
AppStoreReviewAttachmentsAPI appStoreReviewAttachmentsUpdateInstance PATCH /v1/appStoreReviewAttachments/{id}
AppStoreReviewDetailsAPI appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelated GET /v1/appStoreReviewDetails/{id}/appStoreReviewAttachments
AppStoreReviewDetailsAPI appStoreReviewDetailsCreateInstance POST /v1/appStoreReviewDetails
AppStoreReviewDetailsAPI appStoreReviewDetailsGetInstance GET /v1/appStoreReviewDetails/{id}
AppStoreReviewDetailsAPI appStoreReviewDetailsUpdateInstance PATCH /v1/appStoreReviewDetails/{id}
AppStoreVersionExperimentTreatmentLocalizationsAPI appStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelated GET /v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appPreviewSets
AppStoreVersionExperimentTreatmentLocalizationsAPI appStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelated GET /v1/appStoreVersionExperimentTreatmentLocalizations/{id}/appScreenshotSets
AppStoreVersionExperimentTreatmentLocalizationsAPI appStoreVersionExperimentTreatmentLocalizationsCreateInstance POST /v1/appStoreVersionExperimentTreatmentLocalizations
AppStoreVersionExperimentTreatmentLocalizationsAPI appStoreVersionExperimentTreatmentLocalizationsDeleteInstance DELETE /v1/appStoreVersionExperimentTreatmentLocalizations/{id}
AppStoreVersionExperimentTreatmentLocalizationsAPI appStoreVersionExperimentTreatmentLocalizationsGetInstance GET /v1/appStoreVersionExperimentTreatmentLocalizations/{id}
AppStoreVersionExperimentTreatmentsAPI appStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelated GET /v1/appStoreVersionExperimentTreatments/{id}/appStoreVersionExperimentTreatmentLocalizations
AppStoreVersionExperimentTreatmentsAPI appStoreVersionExperimentTreatmentsCreateInstance POST /v1/appStoreVersionExperimentTreatments
AppStoreVersionExperimentTreatmentsAPI appStoreVersionExperimentTreatmentsDeleteInstance DELETE /v1/appStoreVersionExperimentTreatments/{id}
AppStoreVersionExperimentTreatmentsAPI appStoreVersionExperimentTreatmentsGetInstance GET /v1/appStoreVersionExperimentTreatments/{id}
AppStoreVersionExperimentTreatmentsAPI appStoreVersionExperimentTreatmentsUpdateInstance PATCH /v1/appStoreVersionExperimentTreatments/{id}
AppStoreVersionExperimentsAPI appStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelated GET /v1/appStoreVersionExperiments/{id}/appStoreVersionExperimentTreatments
AppStoreVersionExperimentsAPI appStoreVersionExperimentsCreateInstance POST /v1/appStoreVersionExperiments
AppStoreVersionExperimentsAPI appStoreVersionExperimentsDeleteInstance DELETE /v1/appStoreVersionExperiments/{id}
AppStoreVersionExperimentsAPI appStoreVersionExperimentsGetInstance GET /v1/appStoreVersionExperiments/{id}
AppStoreVersionExperimentsAPI appStoreVersionExperimentsUpdateInstance PATCH /v1/appStoreVersionExperiments/{id}
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsAppPreviewSetsGetToManyRelated GET /v1/appStoreVersionLocalizations/{id}/appPreviewSets
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelated GET /v1/appStoreVersionLocalizations/{id}/appScreenshotSets
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsCreateInstance POST /v1/appStoreVersionLocalizations
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsDeleteInstance DELETE /v1/appStoreVersionLocalizations/{id}
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsGetInstance GET /v1/appStoreVersionLocalizations/{id}
AppStoreVersionLocalizationsAPI appStoreVersionLocalizationsUpdateInstance PATCH /v1/appStoreVersionLocalizations/{id}
AppStoreVersionPhasedReleasesAPI appStoreVersionPhasedReleasesCreateInstance POST /v1/appStoreVersionPhasedReleases
AppStoreVersionPhasedReleasesAPI appStoreVersionPhasedReleasesDeleteInstance DELETE /v1/appStoreVersionPhasedReleases/{id}
AppStoreVersionPhasedReleasesAPI appStoreVersionPhasedReleasesUpdateInstance PATCH /v1/appStoreVersionPhasedReleases/{id}
AppStoreVersionPromotionsAPI appStoreVersionPromotionsCreateInstance POST /v1/appStoreVersionPromotions
AppStoreVersionReleaseRequestsAPI appStoreVersionReleaseRequestsCreateInstance POST /v1/appStoreVersionReleaseRequests
AppStoreVersionSubmissionsAPI appStoreVersionSubmissionsCreateInstance POST /v1/appStoreVersionSubmissions
AppStoreVersionSubmissionsAPI appStoreVersionSubmissionsDeleteInstance DELETE /v1/appStoreVersionSubmissions/{id}
AppStoreVersionsAPI appStoreVersionsAgeRatingDeclarationGetToOneRelated GET /v1/appStoreVersions/{id}/ageRatingDeclaration
AppStoreVersionsAPI appStoreVersionsAppClipDefaultExperienceGetToOneRelated GET /v1/appStoreVersions/{id}/appClipDefaultExperience
AppStoreVersionsAPI appStoreVersionsAppClipDefaultExperienceGetToOneRelationship GET /v1/appStoreVersions/{id}/relationships/appClipDefaultExperience
AppStoreVersionsAPI appStoreVersionsAppClipDefaultExperienceUpdateToOneRelationship PATCH /v1/appStoreVersions/{id}/relationships/appClipDefaultExperience
AppStoreVersionsAPI appStoreVersionsAppStoreReviewDetailGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreReviewDetail
AppStoreVersionsAPI appStoreVersionsAppStoreVersionExperimentsGetToManyRelated GET /v1/appStoreVersions/{id}/appStoreVersionExperiments
AppStoreVersionsAPI appStoreVersionsAppStoreVersionLocalizationsGetToManyRelated GET /v1/appStoreVersions/{id}/appStoreVersionLocalizations
AppStoreVersionsAPI appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreVersionPhasedRelease
AppStoreVersionsAPI appStoreVersionsAppStoreVersionSubmissionGetToOneRelated GET /v1/appStoreVersions/{id}/appStoreVersionSubmission
AppStoreVersionsAPI appStoreVersionsBuildGetToOneRelated GET /v1/appStoreVersions/{id}/build
AppStoreVersionsAPI appStoreVersionsBuildGetToOneRelationship GET /v1/appStoreVersions/{id}/relationships/build
AppStoreVersionsAPI appStoreVersionsBuildUpdateToOneRelationship PATCH /v1/appStoreVersions/{id}/relationships/build
AppStoreVersionsAPI appStoreVersionsCreateInstance POST /v1/appStoreVersions
AppStoreVersionsAPI appStoreVersionsDeleteInstance DELETE /v1/appStoreVersions/{id}
AppStoreVersionsAPI appStoreVersionsGetInstance GET /v1/appStoreVersions/{id}
AppStoreVersionsAPI appStoreVersionsIdfaDeclarationGetToOneRelated GET /v1/appStoreVersions/{id}/idfaDeclaration
AppStoreVersionsAPI appStoreVersionsRoutingAppCoverageGetToOneRelated GET /v1/appStoreVersions/{id}/routingAppCoverage
AppStoreVersionsAPI appStoreVersionsUpdateInstance PATCH /v1/appStoreVersions/{id}
AppsAPI appsAppClipsGetToManyRelated GET /v1/apps/{id}/appClips
AppsAPI appsAppCustomProductPagesGetToManyRelated GET /v1/apps/{id}/appCustomProductPages
AppsAPI appsAppEventsGetToManyRelated GET /v1/apps/{id}/appEvents
AppsAPI appsAppInfosGetToManyRelated GET /v1/apps/{id}/appInfos
AppsAPI appsAppStoreVersionsGetToManyRelated GET /v1/apps/{id}/appStoreVersions
AppsAPI appsAvailableTerritoriesGetToManyRelated GET /v1/apps/{id}/availableTerritories
AppsAPI appsBetaAppLocalizationsGetToManyRelated GET /v1/apps/{id}/betaAppLocalizations
AppsAPI appsBetaAppReviewDetailGetToOneRelated GET /v1/apps/{id}/betaAppReviewDetail
AppsAPI appsBetaGroupsGetToManyRelated GET /v1/apps/{id}/betaGroups
AppsAPI appsBetaLicenseAgreementGetToOneRelated GET /v1/apps/{id}/betaLicenseAgreement
AppsAPI appsBetaTestersDeleteToManyRelationship DELETE /v1/apps/{id}/relationships/betaTesters
AppsAPI appsBuildsGetToManyRelated GET /v1/apps/{id}/builds
AppsAPI appsCiProductGetToOneRelated GET /v1/apps/{id}/ciProduct
AppsAPI appsEndUserLicenseAgreementGetToOneRelated GET /v1/apps/{id}/endUserLicenseAgreement
AppsAPI appsGameCenterEnabledVersionsGetToManyRelated GET /v1/apps/{id}/gameCenterEnabledVersions
AppsAPI appsGetCollection GET /v1/apps
AppsAPI appsGetInstance GET /v1/apps/{id}
AppsAPI appsInAppPurchasesGetToManyRelated GET /v1/apps/{id}/inAppPurchases
AppsAPI appsPerfPowerMetricsGetToManyRelated GET /v1/apps/{id}/perfPowerMetrics
AppsAPI appsPreOrderGetToOneRelated GET /v1/apps/{id}/preOrder
AppsAPI appsPreReleaseVersionsGetToManyRelated GET /v1/apps/{id}/preReleaseVersions
AppsAPI appsPricePointsGetToManyRelated GET /v1/apps/{id}/pricePoints
AppsAPI appsPricesGetToManyRelated GET /v1/apps/{id}/prices
AppsAPI appsReviewSubmissionsGetToManyRelated GET /v1/apps/{id}/reviewSubmissions
AppsAPI appsUpdateInstance PATCH /v1/apps/{id}
BetaAppClipInvocationLocalizationsAPI betaAppClipInvocationLocalizationsCreateInstance POST /v1/betaAppClipInvocationLocalizations
BetaAppClipInvocationLocalizationsAPI betaAppClipInvocationLocalizationsDeleteInstance DELETE /v1/betaAppClipInvocationLocalizations/{id}
BetaAppClipInvocationLocalizationsAPI betaAppClipInvocationLocalizationsUpdateInstance PATCH /v1/betaAppClipInvocationLocalizations/{id}
BetaAppClipInvocationsAPI betaAppClipInvocationsCreateInstance POST /v1/betaAppClipInvocations
BetaAppClipInvocationsAPI betaAppClipInvocationsDeleteInstance DELETE /v1/betaAppClipInvocations/{id}
BetaAppClipInvocationsAPI betaAppClipInvocationsGetInstance GET /v1/betaAppClipInvocations/{id}
BetaAppClipInvocationsAPI betaAppClipInvocationsUpdateInstance PATCH /v1/betaAppClipInvocations/{id}
BetaAppLocalizationsAPI betaAppLocalizationsAppGetToOneRelated GET /v1/betaAppLocalizations/{id}/app
BetaAppLocalizationsAPI betaAppLocalizationsCreateInstance POST /v1/betaAppLocalizations
BetaAppLocalizationsAPI betaAppLocalizationsDeleteInstance DELETE /v1/betaAppLocalizations/{id}
BetaAppLocalizationsAPI betaAppLocalizationsGetCollection GET /v1/betaAppLocalizations
BetaAppLocalizationsAPI betaAppLocalizationsGetInstance GET /v1/betaAppLocalizations/{id}
BetaAppLocalizationsAPI betaAppLocalizationsUpdateInstance PATCH /v1/betaAppLocalizations/{id}
BetaAppReviewDetailsAPI betaAppReviewDetailsAppGetToOneRelated GET /v1/betaAppReviewDetails/{id}/app
BetaAppReviewDetailsAPI betaAppReviewDetailsGetCollection GET /v1/betaAppReviewDetails
BetaAppReviewDetailsAPI betaAppReviewDetailsGetInstance GET /v1/betaAppReviewDetails/{id}
BetaAppReviewDetailsAPI betaAppReviewDetailsUpdateInstance PATCH /v1/betaAppReviewDetails/{id}
BetaAppReviewSubmissionsAPI betaAppReviewSubmissionsBuildGetToOneRelated GET /v1/betaAppReviewSubmissions/{id}/build
BetaAppReviewSubmissionsAPI betaAppReviewSubmissionsCreateInstance POST /v1/betaAppReviewSubmissions
BetaAppReviewSubmissionsAPI betaAppReviewSubmissionsGetCollection GET /v1/betaAppReviewSubmissions
BetaAppReviewSubmissionsAPI betaAppReviewSubmissionsGetInstance GET /v1/betaAppReviewSubmissions/{id}
BetaBuildLocalizationsAPI betaBuildLocalizationsBuildGetToOneRelated GET /v1/betaBuildLocalizations/{id}/build
BetaBuildLocalizationsAPI betaBuildLocalizationsCreateInstance POST /v1/betaBuildLocalizations
BetaBuildLocalizationsAPI betaBuildLocalizationsDeleteInstance DELETE /v1/betaBuildLocalizations/{id}
BetaBuildLocalizationsAPI betaBuildLocalizationsGetCollection GET /v1/betaBuildLocalizations
BetaBuildLocalizationsAPI betaBuildLocalizationsGetInstance GET /v1/betaBuildLocalizations/{id}
BetaBuildLocalizationsAPI betaBuildLocalizationsUpdateInstance PATCH /v1/betaBuildLocalizations/{id}
BetaGroupsAPI betaGroupsAppGetToOneRelated GET /v1/betaGroups/{id}/app
BetaGroupsAPI betaGroupsBetaTestersCreateToManyRelationship POST /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsAPI betaGroupsBetaTestersDeleteToManyRelationship DELETE /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsAPI betaGroupsBetaTestersGetToManyRelated GET /v1/betaGroups/{id}/betaTesters
BetaGroupsAPI betaGroupsBetaTestersGetToManyRelationship GET /v1/betaGroups/{id}/relationships/betaTesters
BetaGroupsAPI betaGroupsBuildsCreateToManyRelationship POST /v1/betaGroups/{id}/relationships/builds
BetaGroupsAPI betaGroupsBuildsDeleteToManyRelationship DELETE /v1/betaGroups/{id}/relationships/builds
BetaGroupsAPI betaGroupsBuildsGetToManyRelated GET /v1/betaGroups/{id}/builds
BetaGroupsAPI betaGroupsBuildsGetToManyRelationship GET /v1/betaGroups/{id}/relationships/builds
BetaGroupsAPI betaGroupsCreateInstance POST /v1/betaGroups
BetaGroupsAPI betaGroupsDeleteInstance DELETE /v1/betaGroups/{id}
BetaGroupsAPI betaGroupsGetCollection GET /v1/betaGroups
BetaGroupsAPI betaGroupsGetInstance GET /v1/betaGroups/{id}
BetaGroupsAPI betaGroupsUpdateInstance PATCH /v1/betaGroups/{id}
BetaLicenseAgreementsAPI betaLicenseAgreementsAppGetToOneRelated GET /v1/betaLicenseAgreements/{id}/app
BetaLicenseAgreementsAPI betaLicenseAgreementsGetCollection GET /v1/betaLicenseAgreements
BetaLicenseAgreementsAPI betaLicenseAgreementsGetInstance GET /v1/betaLicenseAgreements/{id}
BetaLicenseAgreementsAPI betaLicenseAgreementsUpdateInstance PATCH /v1/betaLicenseAgreements/{id}
BetaTesterInvitationsAPI betaTesterInvitationsCreateInstance POST /v1/betaTesterInvitations
BetaTestersAPI betaTestersAppsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/apps
BetaTestersAPI betaTestersAppsGetToManyRelated GET /v1/betaTesters/{id}/apps
BetaTestersAPI betaTestersAppsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/apps
BetaTestersAPI betaTestersBetaGroupsCreateToManyRelationship POST /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersAPI betaTestersBetaGroupsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersAPI betaTestersBetaGroupsGetToManyRelated GET /v1/betaTesters/{id}/betaGroups
BetaTestersAPI betaTestersBetaGroupsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/betaGroups
BetaTestersAPI betaTestersBuildsCreateToManyRelationship POST /v1/betaTesters/{id}/relationships/builds
BetaTestersAPI betaTestersBuildsDeleteToManyRelationship DELETE /v1/betaTesters/{id}/relationships/builds
BetaTestersAPI betaTestersBuildsGetToManyRelated GET /v1/betaTesters/{id}/builds
BetaTestersAPI betaTestersBuildsGetToManyRelationship GET /v1/betaTesters/{id}/relationships/builds
BetaTestersAPI betaTestersCreateInstance POST /v1/betaTesters
BetaTestersAPI betaTestersDeleteInstance DELETE /v1/betaTesters/{id}
BetaTestersAPI betaTestersGetCollection GET /v1/betaTesters
BetaTestersAPI betaTestersGetInstance GET /v1/betaTesters/{id}
BuildBetaDetailsAPI buildBetaDetailsBuildGetToOneRelated GET /v1/buildBetaDetails/{id}/build
BuildBetaDetailsAPI buildBetaDetailsGetCollection GET /v1/buildBetaDetails
BuildBetaDetailsAPI buildBetaDetailsGetInstance GET /v1/buildBetaDetails/{id}
BuildBetaDetailsAPI buildBetaDetailsUpdateInstance PATCH /v1/buildBetaDetails/{id}
BuildBetaNotificationsAPI buildBetaNotificationsCreateInstance POST /v1/buildBetaNotifications
BuildBundlesAPI buildBundlesAppClipDomainCacheStatusGetToOneRelated GET /v1/buildBundles/{id}/appClipDomainCacheStatus
BuildBundlesAPI buildBundlesAppClipDomainDebugStatusGetToOneRelated GET /v1/buildBundles/{id}/appClipDomainDebugStatus
BuildBundlesAPI buildBundlesBetaAppClipInvocationsGetToManyRelated GET /v1/buildBundles/{id}/betaAppClipInvocations
BuildBundlesAPI buildBundlesBuildBundleFileSizesGetToManyRelated GET /v1/buildBundles/{id}/buildBundleFileSizes
BuildsAPI buildsAppEncryptionDeclarationGetToOneRelated GET /v1/builds/{id}/appEncryptionDeclaration
BuildsAPI buildsAppEncryptionDeclarationGetToOneRelationship GET /v1/builds/{id}/relationships/appEncryptionDeclaration
BuildsAPI buildsAppEncryptionDeclarationUpdateToOneRelationship PATCH /v1/builds/{id}/relationships/appEncryptionDeclaration
BuildsAPI buildsAppGetToOneRelated GET /v1/builds/{id}/app
BuildsAPI buildsAppStoreVersionGetToOneRelated GET /v1/builds/{id}/appStoreVersion
BuildsAPI buildsBetaAppReviewSubmissionGetToOneRelated GET /v1/builds/{id}/betaAppReviewSubmission
BuildsAPI buildsBetaBuildLocalizationsGetToManyRelated GET /v1/builds/{id}/betaBuildLocalizations
BuildsAPI buildsBetaGroupsCreateToManyRelationship POST /v1/builds/{id}/relationships/betaGroups
BuildsAPI buildsBetaGroupsDeleteToManyRelationship DELETE /v1/builds/{id}/relationships/betaGroups
BuildsAPI buildsBuildBetaDetailGetToOneRelated GET /v1/builds/{id}/buildBetaDetail
BuildsAPI buildsDiagnosticSignaturesGetToManyRelated GET /v1/builds/{id}/diagnosticSignatures
BuildsAPI buildsGetCollection GET /v1/builds
BuildsAPI buildsGetInstance GET /v1/builds/{id}
BuildsAPI buildsIconsGetToManyRelated GET /v1/builds/{id}/icons
BuildsAPI buildsIndividualTestersCreateToManyRelationship POST /v1/builds/{id}/relationships/individualTesters
BuildsAPI buildsIndividualTestersDeleteToManyRelationship DELETE /v1/builds/{id}/relationships/individualTesters
BuildsAPI buildsIndividualTestersGetToManyRelated GET /v1/builds/{id}/individualTesters
BuildsAPI buildsIndividualTestersGetToManyRelationship GET /v1/builds/{id}/relationships/individualTesters
BuildsAPI buildsPerfPowerMetricsGetToManyRelated GET /v1/builds/{id}/perfPowerMetrics
BuildsAPI buildsPreReleaseVersionGetToOneRelated GET /v1/builds/{id}/preReleaseVersion
BuildsAPI buildsUpdateInstance PATCH /v1/builds/{id}
BundleIdCapabilitiesAPI bundleIdCapabilitiesCreateInstance POST /v1/bundleIdCapabilities
BundleIdCapabilitiesAPI bundleIdCapabilitiesDeleteInstance DELETE /v1/bundleIdCapabilities/{id}
BundleIdCapabilitiesAPI bundleIdCapabilitiesUpdateInstance PATCH /v1/bundleIdCapabilities/{id}
BundleIdsAPI bundleIdsAppGetToOneRelated GET /v1/bundleIds/{id}/app
BundleIdsAPI bundleIdsBundleIdCapabilitiesGetToManyRelated GET /v1/bundleIds/{id}/bundleIdCapabilities
BundleIdsAPI bundleIdsCreateInstance POST /v1/bundleIds
BundleIdsAPI bundleIdsDeleteInstance DELETE /v1/bundleIds/{id}
BundleIdsAPI bundleIdsGetCollection GET /v1/bundleIds
BundleIdsAPI bundleIdsGetInstance GET /v1/bundleIds/{id}
BundleIdsAPI bundleIdsProfilesGetToManyRelated GET /v1/bundleIds/{id}/profiles
BundleIdsAPI bundleIdsUpdateInstance PATCH /v1/bundleIds/{id}
CertificatesAPI certificatesCreateInstance POST /v1/certificates
CertificatesAPI certificatesDeleteInstance DELETE /v1/certificates/{id}
CertificatesAPI certificatesGetCollection GET /v1/certificates
CertificatesAPI certificatesGetInstance GET /v1/certificates/{id}
CiArtifactsAPI ciArtifactsGetInstance GET /v1/ciArtifacts/{id}
CiBuildActionsAPI ciBuildActionsArtifactsGetToManyRelated GET /v1/ciBuildActions/{id}/artifacts
CiBuildActionsAPI ciBuildActionsBuildRunGetToOneRelated GET /v1/ciBuildActions/{id}/buildRun
CiBuildActionsAPI ciBuildActionsGetInstance GET /v1/ciBuildActions/{id}
CiBuildActionsAPI ciBuildActionsIssuesGetToManyRelated GET /v1/ciBuildActions/{id}/issues
CiBuildActionsAPI ciBuildActionsTestResultsGetToManyRelated GET /v1/ciBuildActions/{id}/testResults
CiBuildRunsAPI ciBuildRunsActionsGetToManyRelated GET /v1/ciBuildRuns/{id}/actions
CiBuildRunsAPI ciBuildRunsBuildsGetToManyRelated GET /v1/ciBuildRuns/{id}/builds
CiBuildRunsAPI ciBuildRunsCreateInstance POST /v1/ciBuildRuns
CiBuildRunsAPI ciBuildRunsGetInstance GET /v1/ciBuildRuns/{id}
CiIssuesAPI ciIssuesGetInstance GET /v1/ciIssues/{id}
CiMacOsVersionsAPI ciMacOsVersionsGetCollection GET /v1/ciMacOsVersions
CiMacOsVersionsAPI ciMacOsVersionsGetInstance GET /v1/ciMacOsVersions/{id}
CiMacOsVersionsAPI ciMacOsVersionsXcodeVersionsGetToManyRelated GET /v1/ciMacOsVersions/{id}/xcodeVersions
CiProductsAPI ciProductsAdditionalRepositoriesGetToManyRelated GET /v1/ciProducts/{id}/additionalRepositories
CiProductsAPI ciProductsAppGetToOneRelated GET /v1/ciProducts/{id}/app
CiProductsAPI ciProductsBuildRunsGetToManyRelated GET /v1/ciProducts/{id}/buildRuns
CiProductsAPI ciProductsDeleteInstance DELETE /v1/ciProducts/{id}
CiProductsAPI ciProductsGetCollection GET /v1/ciProducts
CiProductsAPI ciProductsGetInstance GET /v1/ciProducts/{id}
CiProductsAPI ciProductsPrimaryRepositoriesGetToManyRelated GET /v1/ciProducts/{id}/primaryRepositories
CiProductsAPI ciProductsWorkflowsGetToManyRelated GET /v1/ciProducts/{id}/workflows
CiTestResultsAPI ciTestResultsGetInstance GET /v1/ciTestResults/{id}
CiWorkflowsAPI ciWorkflowsBuildRunsGetToManyRelated GET /v1/ciWorkflows/{id}/buildRuns
CiWorkflowsAPI ciWorkflowsCreateInstance POST /v1/ciWorkflows
CiWorkflowsAPI ciWorkflowsDeleteInstance DELETE /v1/ciWorkflows/{id}
CiWorkflowsAPI ciWorkflowsGetInstance GET /v1/ciWorkflows/{id}
CiWorkflowsAPI ciWorkflowsRepositoryGetToOneRelated GET /v1/ciWorkflows/{id}/repository
CiWorkflowsAPI ciWorkflowsUpdateInstance PATCH /v1/ciWorkflows/{id}
CiXcodeVersionsAPI ciXcodeVersionsGetCollection GET /v1/ciXcodeVersions
CiXcodeVersionsAPI ciXcodeVersionsGetInstance GET /v1/ciXcodeVersions/{id}
CiXcodeVersionsAPI ciXcodeVersionsMacOsVersionsGetToManyRelated GET /v1/ciXcodeVersions/{id}/macOsVersions
DevicesAPI devicesCreateInstance POST /v1/devices
DevicesAPI devicesGetCollection GET /v1/devices
DevicesAPI devicesGetInstance GET /v1/devices/{id}
DevicesAPI devicesUpdateInstance PATCH /v1/devices/{id}
DiagnosticSignaturesAPI diagnosticSignaturesLogsGetToManyRelated GET /v1/diagnosticSignatures/{id}/logs
EndUserLicenseAgreementsAPI endUserLicenseAgreementsCreateInstance POST /v1/endUserLicenseAgreements
EndUserLicenseAgreementsAPI endUserLicenseAgreementsDeleteInstance DELETE /v1/endUserLicenseAgreements/{id}
EndUserLicenseAgreementsAPI endUserLicenseAgreementsGetInstance GET /v1/endUserLicenseAgreements/{id}
EndUserLicenseAgreementsAPI endUserLicenseAgreementsTerritoriesGetToManyRelated GET /v1/endUserLicenseAgreements/{id}/territories
EndUserLicenseAgreementsAPI endUserLicenseAgreementsUpdateInstance PATCH /v1/endUserLicenseAgreements/{id}
FinanceReportsAPI financeReportsGetCollection GET /v1/financeReports
GameCenterEnabledVersionsAPI gameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationship POST /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsAPI gameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationship DELETE /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsAPI gameCenterEnabledVersionsCompatibleVersionsGetToManyRelated GET /v1/gameCenterEnabledVersions/{id}/compatibleVersions
GameCenterEnabledVersionsAPI gameCenterEnabledVersionsCompatibleVersionsGetToManyRelationship GET /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
GameCenterEnabledVersionsAPI gameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationship PATCH /v1/gameCenterEnabledVersions/{id}/relationships/compatibleVersions
IdfaDeclarationsAPI idfaDeclarationsCreateInstance POST /v1/idfaDeclarations
IdfaDeclarationsAPI idfaDeclarationsDeleteInstance DELETE /v1/idfaDeclarations/{id}
IdfaDeclarationsAPI idfaDeclarationsUpdateInstance PATCH /v1/idfaDeclarations/{id}
InAppPurchasesAPI inAppPurchasesGetInstance GET /v1/inAppPurchases/{id}
PreReleaseVersionsAPI preReleaseVersionsAppGetToOneRelated GET /v1/preReleaseVersions/{id}/app
PreReleaseVersionsAPI preReleaseVersionsBuildsGetToManyRelated GET /v1/preReleaseVersions/{id}/builds
PreReleaseVersionsAPI preReleaseVersionsGetCollection GET /v1/preReleaseVersions
PreReleaseVersionsAPI preReleaseVersionsGetInstance GET /v1/preReleaseVersions/{id}
ProfilesAPI profilesBundleIdGetToOneRelated GET /v1/profiles/{id}/bundleId
ProfilesAPI profilesCertificatesGetToManyRelated GET /v1/profiles/{id}/certificates
ProfilesAPI profilesCreateInstance POST /v1/profiles
ProfilesAPI profilesDeleteInstance DELETE /v1/profiles/{id}
ProfilesAPI profilesDevicesGetToManyRelated GET /v1/profiles/{id}/devices
ProfilesAPI profilesGetCollection GET /v1/profiles
ProfilesAPI profilesGetInstance GET /v1/profiles/{id}
ReviewSubmissionItemsAPI reviewSubmissionItemsCreateInstance POST /v1/reviewSubmissionItems
ReviewSubmissionItemsAPI reviewSubmissionItemsDeleteInstance DELETE /v1/reviewSubmissionItems/{id}
ReviewSubmissionItemsAPI reviewSubmissionItemsUpdateInstance PATCH /v1/reviewSubmissionItems/{id}
ReviewSubmissionsAPI reviewSubmissionsCreateInstance POST /v1/reviewSubmissions
ReviewSubmissionsAPI reviewSubmissionsGetCollection GET /v1/reviewSubmissions
ReviewSubmissionsAPI reviewSubmissionsGetInstance GET /v1/reviewSubmissions/{id}
ReviewSubmissionsAPI reviewSubmissionsItemsGetToManyRelated GET /v1/reviewSubmissions/{id}/items
ReviewSubmissionsAPI reviewSubmissionsUpdateInstance PATCH /v1/reviewSubmissions/{id}
RoutingAppCoveragesAPI routingAppCoveragesCreateInstance POST /v1/routingAppCoverages
RoutingAppCoveragesAPI routingAppCoveragesDeleteInstance DELETE /v1/routingAppCoverages/{id}
RoutingAppCoveragesAPI routingAppCoveragesGetInstance GET /v1/routingAppCoverages/{id}
RoutingAppCoveragesAPI routingAppCoveragesUpdateInstance PATCH /v1/routingAppCoverages/{id}
SalesReportsAPI salesReportsGetCollection GET /v1/salesReports
ScmGitReferencesAPI scmGitReferencesGetInstance GET /v1/scmGitReferences/{id}
ScmProvidersAPI scmProvidersGetCollection GET /v1/scmProviders
ScmProvidersAPI scmProvidersGetInstance GET /v1/scmProviders/{id}
ScmProvidersAPI scmProvidersRepositoriesGetToManyRelated GET /v1/scmProviders/{id}/repositories
ScmPullRequestsAPI scmPullRequestsGetInstance GET /v1/scmPullRequests/{id}
ScmRepositoriesAPI scmRepositoriesGetCollection GET /v1/scmRepositories
ScmRepositoriesAPI scmRepositoriesGetInstance GET /v1/scmRepositories/{id}
ScmRepositoriesAPI scmRepositoriesGitReferencesGetToManyRelated GET /v1/scmRepositories/{id}/gitReferences
ScmRepositoriesAPI scmRepositoriesPullRequestsGetToManyRelated GET /v1/scmRepositories/{id}/pullRequests
TerritoriesAPI territoriesGetCollection GET /v1/territories
UserInvitationsAPI userInvitationsCreateInstance POST /v1/userInvitations
UserInvitationsAPI userInvitationsDeleteInstance DELETE /v1/userInvitations/{id}
UserInvitationsAPI userInvitationsGetCollection GET /v1/userInvitations
UserInvitationsAPI userInvitationsGetInstance GET /v1/userInvitations/{id}
UserInvitationsAPI userInvitationsVisibleAppsGetToManyRelated GET /v1/userInvitations/{id}/visibleApps
UsersAPI usersDeleteInstance DELETE /v1/users/{id}
UsersAPI usersGetCollection GET /v1/users
UsersAPI usersGetInstance GET /v1/users/{id}
UsersAPI usersUpdateInstance PATCH /v1/users/{id}
UsersAPI usersVisibleAppsCreateToManyRelationship POST /v1/users/{id}/relationships/visibleApps
UsersAPI usersVisibleAppsDeleteToManyRelationship DELETE /v1/users/{id}/relationships/visibleApps
UsersAPI usersVisibleAppsGetToManyRelated GET /v1/users/{id}/visibleApps
UsersAPI usersVisibleAppsGetToManyRelationship GET /v1/users/{id}/relationships/visibleApps
UsersAPI usersVisibleAppsReplaceToManyRelationship PATCH /v1/users/{id}/relationships/visibleApps

Documentation For Models

Documentation For Authorization

itc-bearer-token

  • Type: HTTP basic authentication

Author

GitHub

View Github