Rate this page:
Provides endpoints to retrieve active migrations and migration details
Disclaimer: Atlassian Connect Resource. Replace the product-specific-path
with the corresponding product API i.e.,
your-site.atlassian.net/wiki/rest/atlassian-connect/1/migration/
for Confluenceyour-site.atlassian.net/rest/atlassian-connect/1/migration/
for JiraGET /migration/
Returns a list of migrations available for the provided cloudAppKey
1 2 3
curl --request GET \
--url 'https://product-specific-path/migration/' \
--header 'Accept: */*'
OK
Content type | Value |
---|---|
*/* | Array<MigrationMetadata> |
Rate this page: