Import status

GET /public/v1/projects/{projectId}/import/{importId}

Headers

  • X-COMPANY-ID string Required

    The company's unique ID

Path parameters

  • importId string(uuid) Required

Responses

  • 500 */*

    Internal Server Error

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • projectId integer(int64)
    • message string
    • importId string(uuid)
GET /public/v1/projects/{projectId}/import/{importId}
curl \
 --request GET 'https://live.smartpmtech.com/public/v1/projects/{projectId}/import/{importId}' \
 --header "X-API-KEY: $API_KEY" \
 --header "X-COMPANY-ID: string"
Response examples (500)
{}
Response examples (200)
{
  "projectId": 42,
  "message": "string",
  "importId": "string"
}