Suggest improvements

Predicts which unmatched instances are most likely to increase data quality if matched.

The caller needs to have read access to the view they are querying.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
advancedJoinExternalId
required
string (CogniteExternalId) <= 255 characters

The external ID provided by the client. Must be unique for the resource type.

limit
integer [ 1 .. 1000 ]
Default: 20
Responses
200

The resulting suggestions.

400

The response for a bad request.

429

The response for too many requests (concurrency or rate throttling).

post/advancedjoins/suggestimprovements
Request samples
application/json
{
  • "advancedJoinExternalId": "my.known.id",
  • "limit": 20
}
Response samples
application/json
{
  • "jobId": "string",
  • "status": "Queued",
  • "createdTime": 0,
  • "startTime": 0,
  • "statusTime": 0,
  • "errorMessage": null,
  • "advancedJoinExternalId": "my.known.id",
  • "improvementSuggestions": [
    • {
      }
    ]
}