Get resource id by resource name
GET/resourcetypes/:resource_type/resources/:resource_name
Returns ResourceId and ResourceName for the given resource type and name. Supports types such as datasets, dashboards, datasources, roles, and schedules. resource_type is matched case-insensitively. Datasets may use domain::DatasetName when the name alone is not unique. Caller must have access to the resource (roles skip that check). Not found returns IPV-1002; unsupported types such as domains or tenants return GE-1106.
Request
Responses
- 200
- 400
- 500
Resource id and name returned
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid input or not authorized. Common codes include IPV-1002 (not found), AUTH-1026 (no access), DS-1068 (ambiguous dataset name), IPV-1004 (unsupported type), and GE-1106
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Something went wrong at backend
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers