Get Certification Status
Get the certification status of your card or dataset. The entityType can either beCARD or DATA_SOURCE (Dataset).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CARD or DATA_SOURCE (Dataset).
| Property Name | Type | Required | Description |
|---|---|---|---|
| entityId | String | Required | Id of the card or dataset you are requesting certification status for. |
| entityType | String | Required | The entityType can either be CARD or DATA_SOURCE (Dataset). |
GET https://{instance}.domo.com/api/tags/v3/{entityType}/{entityId}/system/CERTIFIED/state
HTTP/1.1
Accept: application/json
HTTP/1.1 200 SUCCESS
{
"tag": "CERTIFIED",
"state": null,
"metadata": null,
"updated": null
}
| Property Name | Type | Required | Description |
|---|---|---|---|
| entityId | String | Required | Id of the card or dataset you are requesting certification status for. |
| entityType | String | Required | The entityType can either be CARD or DATA_SOURCE (Dataset). |
PUT https://{instance}.domo.com/api/tags/v3/{entityType}/{entityId}/system/CERTIFIED/state/ACTIVE
HTTP/1.1
Accept: application/json
HTTP/1.1 200 SUCCESS
| Property Name | Type | Required | Description |
|---|---|---|---|
| entityId | String | Required | Id of the card or dataset you are requesting certification status for. |
| entityType | String | Required | The entityType can either be CARD or DATA_SOURCE (Dataset). |
DELETE https://{instance}.domo.com/api/tags/v3/{entityType}/{entityId}/system/CERTIFIED/state
HTTP/1.1
Accept: application/json
HTTP/1.1 204 No Content