GET /datasets/tags
Description
Get a list of available permission Tags for a dataset. Permission Tags correspond to an App connected by a dataset owner's Workspace. The returned movementAppId
can be used upon dataset submission to add permission Tags for granting access to a dataset.
These dataset tags are scoped to the installation ID provided to receive a client access token. Individual datasets can only be viewed or retrieved by tagged Apps.
Parameters
None
URL Structure
https://app.movementinfrastructure.org/api/v1/datasets/tags
Example Response Body
{
"metadata":{"count": 2},
"data":[
{
"appName":"An Example CRM App",
"movementAppId":"11ex3a3-mpl3-43e0-o198-n45e9a58b1cd"
},
{
"appName":"My Test DXAPI App",
"movementAppId":"89ex3a5-mpl3-43f0-e198-x45a9m58p1ee"
}
]
}
Updated about 1 month ago