Response - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

The Bulk Data Graph API endpoint returns the URL to poll for the status of the bulk Data Graph operation workflow. Use the Check Workflow Status endpoint to retrieve the status of the workflow and the URL of each operation's result file.

Response body properties

Ancestors Property Type Description
  statusUrl string URI endpoint to poll for the workflow status.

Response examples

Example status code responses for this method are shown here.

Examples
{
  "statusUrl": "http://localhost:8080/api/workflows/status/sample-workflow-id"
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-SFB-1004",
      "detail": "Invalid File Id"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1001",
      "detail": "Unauthorized"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1002",
      "detail": "Not Authorized to access this API"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1005",
      "detail": "Rate limit exceeded"
    }
  ]
}
 {
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1003",
      "detail": "Issue with internal services"
    }
  ]
}
{
  "id": "124fe974-cc53-4722-861e-7f4bf582a5ec",
  "errors": [
    {
      "code": "DIS-1003",
      "detail": "Issue with internal services"
    }
  ]
}