Get Certification Status
Get the certification status of your card or dataset. The entityType can either beCARD or DATA_SOURCE (Dataset).
Playground
Query Parameters
| 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). |
HTTP Request
HTTP Response
Returns status of 200 if successful.Certify Content
Certify a Card or a Dataset.Query Parameters
| 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). |
HTTP Request
HTTP Response
Returns status of 200 if successful.Delete a Certification
Removes certification on a Card or Dataset.Playground
Query Parameters
| 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). |