returns [UnmappedElement!]!
CoA elements not yet mapped to the reporting taxonomy.
| Name | Type | Description |
|---|---|---|
| mappingId | String | The mapping to measure against. Omit for the active mapping. |
An element not yet mapped to the reporting taxonomy.
| Field | Type | Description |
|---|---|---|
| id | String! | — |
| code | String | — |
| name | String! | — |
| trait | String | — |
| liquidity | String | — |
| balanceType | String! | — |
| externalSource | String | — |
| suggestedTargets | [SuggestedTarget!]! | — |
{ unmappedElements { id code name trait } }curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ unmappedElements { id code name trait } }"}'