Skip to main content
GET
/
v1
/
entities
/
{entity}
Get Entity
curl --request GET \
  --url https://metrics.eu.confidence.dev/v1/entities/{entity} \
  --header 'Authorization: Bearer <token>'
{
  "displayName": "<string>",
  "primaryKeyType": {},
  "createTime": {},
  "updateTime": {},
  "creator": "<string>",
  "updater": "<string>",
  "name": "<string>",
  "labels": [
    {}
  ],
  "owner": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

entity
string
required

Response

200 - application/json

OK

Description of a uniquely identifiable entity.

displayName
string
required

Human friendly name of the entity.

primaryKeyType
object
required

The type of the identifier in the data warehouse storage.

createTime
object
required

Time when the entity was first created.

updateTime
object
required

Time when the entity was last updated.

creator
string
required

Reference to the identity that created this entity.

updater
string
required

Reference to the identity that last updated this entity.

name
string

Unique identifier of the entity. For example: entities/0smva5nxuhv4yts6paxt

labels
object[]

Custom labels for this entity.

owner
string

The owner of the resource. If not set will default to the creator.