edge-fqm API (v1)

edge-fqm API

entityTypes

getEntityTypeSummary

Get names for a list of entity type ids.

query Parameters
ids
Array of strings <UUID> [ items <UUID > ]

List of entity type ids

includeInaccessible
boolean

Include inaccessible entity types in the result

includeAll
boolean

Include all entity types (including private ones) in the result

Responses

Response samples

Content type
application/json
{
  • "entityTypes": [
    ],
  • "_version": "string"
}