Browse the extensions reference

unmappedElements

returns [UnmappedElement!]!

CoA elements not yet mapped to the reporting taxonomy.

Arguments

NameTypeDescription
mappingIdStringThe mapping to measure against. Omit for the active mapping.

Returns UnmappedElement

An element not yet mapped to the reporting taxonomy.

FieldTypeDescription
idString!
codeString
nameString!
traitString
liquidityString
balanceTypeString!
externalSourceString
suggestedTargets[SuggestedTarget!]!

Example

query
{ unmappedElements { id code name trait } }
curl
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 } }"}'