Forge API endpoint
Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
array<string>
OK
1
2
3
4
5
6
7
8
9
curl --request POST \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/message/{transferId}/status' \
--header 'Content-Type: application/json' \
--data '{
"status": "SUCCESS",
"messageIds": [
"<string>"
]
}'Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
Requiredarray<string>
trueOK
1
2
3
4
5
6
7
curl --request POST \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/mapping/{transferId}/find?namespace={namespace}' \
--header 'Accept: */*' \
--header 'Content-Type: application/json' \
--data '[
"<string>"
]'Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
OK
1
2
3
4
5
6
curl --request POST \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/log/{transferId}' \
--header 'Content-Type: application/json' \
--data '{
"message": "<string>"
}'Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
Requiredstring
integer
OK
1
2
3
curl --request GET \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/mapping/{transferId}/page?namespace={namespace}' \
--header 'Accept: */*'Forge and OAuth2 apps cannot access this REST resource.
string
RequiredOK
array<ForgeFileMappingDto>
true1
2
3
curl --request GET \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/data/{transferId}/all' \
--header 'Accept: */*'Forge and OAuth2 apps cannot access this REST resource.
string
RequiredOK
1
2
3
curl --request GET \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/data/{fileKey}' \
--header 'Accept: */*'Forge and OAuth2 apps cannot access this REST resource.
string
RequiredOK
string
1
2
3
curl --request GET \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/data/{fileKey}/payload' \
--header 'Accept: application/octet-stream'Forge and OAuth2 apps cannot access this REST resource.
string
Requiredstring
Requiredstring
integer
OK
1
2
3
curl --request GET \
--url 'https://{cloud-site-name}.atlassian.net/rest/api/latest/app/migration/forge/v1/container/{transferId}/page?containerType={containerType}' \
--header 'Accept: */*'Rate this page: