Cloud
Assets / Guides / REST API
POST

Post import start {id}

Start configured imports. To see an ongoing import see the Progress resource

Data Security Policy: Exempt from app access rules

Request

Path parameters

id

string

Required

Responses

application/json

Progress

Used for long running processes in Assets

POST/import/start/{id}
1 2 3 4 curl --request POST \ --url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/import/start/{id}' \ --header 'Authorization: Bearer <access_token>' \ --header 'Accept: application/json'
200Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "progressInPercent": 0, "resourceId": "9fa74b56-d540-4494-b9b2-f27a9bad9e6a", "category": "imports", "status": "IN_PROGRESS", "stepDescription": "Placeholder", "currentStep": 1, "numberOfSteps": 6, "currentWorkUnits": 0, "currentWorkDescription": "rlabs-import-type-csvimport started...", "currentStepTotalWorkUnits": 0, "totalWorkUnits": 0, "actor": "6g2c42d1f6fgd2112cgc66dc", "startDate": "2021-04-20T13:57:52.404Z", "executionUUID": "b36ebb89-4a75-4df3-9101-f40d2771db32" }

Rate this page: