Measure mapped percentages

Required capabilities: entitymatchingAcl:READ

Measure the proportion of mapped instances in the advanced join's view, for each property.

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
space
required
string (SpaceSpecification) [ 1 .. 43 ] characters ^[a-zA-Z][a-zA-Z0-9_-]{0,41}[a-zA-Z0-9]?$
viewExternalId
required
string (DMSExternalId) [ 1 .. 255 ] characters ^[a-zA-Z]([a-zA-Z0-9_]{0,253}[a-zA-Z0-9])?$
viewVersion
required
string (DMSVersion) [ 1 .. 43 ] characters ^[a-zA-Z0-9]([.a-zA-Z0-9_-]{0,41}[a-zA-Z0-9])...
dummyResponse
boolean
Default: false

Whether to return a bogus response that complies with the expected schema. This will be removed in a future iteration.

Responses
200

The resulting advanced join job.

400

The response for a bad request.

429

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

post/advancedjoins/measuremappedpercentage
Request samples
application/json
{
  • "space": "string",
  • "viewExternalId": "string",
  • "viewVersion": "string",
  • "dummyResponse": false
}
Response samples
application/json
{
  • "jobId": "string",
  • "status": "Queued",
  • "createdTime": 1730204346000,
  • "startTime": 1730204346000,
  • "statusTime": 1730204346000,
  • "errorMessage": null,
  • "items": [
    • {
      }
    ]
}