Get Entity Access
DescriptionGets a list of dashboard entity access by ids
Request
URLURL
Query Parameters
Query Parameters
Entity Id
Authentication
Response
Response BodyResponse Body
200 OK
array
of
PublicApiEntityAccessDto
of type */*
{
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"entityType": "QUERY",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"owner": "string",
"private": false,
"readRoles": [
{
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"datasetList": [
{
"constraints": {
"constraints": [
{
"fieldName": "text",
"operator": "CONTAINS",
"value": "error"
}
],
"fieldName": "string",
"operator": "AND",
"tags": [
"string"
],
"value": "string"
},
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"restrictAutocomplete": false,
"restricts": false
}
],
"defaultRole": false,
"description": "string",
"displayName": "string",
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"description": "string",
"name": "CONTENT.*"
}
],
"id": "string",
"internal": false,
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string"
}
],
"requesterRoles": [
{
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"datasetList": [
{
"constraints": {
"constraints": [
{
"fieldName": "text",
"operator": "CONTAINS",
"value": "error"
}
],
"fieldName": "string",
"operator": "AND",
"tags": [
"string"
],
"value": "string"
},
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"restrictAutocomplete": false,
"restricts": false
}
],
"defaultRole": false,
"description": "string",
"displayName": "string",
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"description": "string",
"name": "CONTENT.*"
}
],
"id": "string",
"internal": false,
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string"
}
],
"updateRoles": [
{
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"datasetList": [
{
"constraints": {
"constraints": [
{
"fieldName": "text",
"operator": "CONTAINS",
"value": "error"
}
],
"fieldName": "string",
"operator": "AND",
"tags": [
"string"
],
"value": "string"
},
"createdAt": "string",
"createdBy": "string",
"cspOrgId": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"restrictAutocomplete": false,
"restricts": false
}
],
"defaultRole": false,
"description": "string",
"displayName": "string",
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"description": "string",
"name": "CONTENT.*"
}
],
"id": "string",
"internal": false,
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string"
}
]
}
Set of feature access read roles for given entity
A unique entity access identifier.
Set of feature access update roles for given entity
ISO8601 date string that informs when this entity access was created
Email ID of the user who created this entity access
Email ID of the user who updated this entity access
Unique ID associated with the org
All allowed entity types (QUERY, ALERT,DASHBOARD, INGESTION, EVENT_FORWARDING, METRIC_EXTRACTION, EXTRACTED_FIELD)
Possible values are: QUERY , ALERT , DASHBOARD , INGESTION , EVENT_FORWARDING , METRIC_EXTRACTION , EXTRACTED_FIELD
Set of feature access requester roles for given entity
ISO8601 date string that informs when this entity access was last updated