• Aql
    • Icon
    • Import
    • Importsource
    • Iql
    • Object
    • Objectconnectedtickets
    • Objectschema
    • Objecttype
    • Objecttypeattribute
    • Operations
    • Progress
    • Config
    • Global
    Cloud
    Assets / Guides / REST API

    Import

    Postman Collection
    OpenAPI
    POST

    Post import start {id}

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

    Request

    Path parameters

    id

    string

    Required

    Responses

    application/json

    Progress

    Used for long running processes in Assets

    POST/import/start/{id}
    1 2 3 curl --request POST \ --url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/import/start/{id}' \ --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: