curl --location --request GET 'https://api.synap.ac/v3/tags/'
{
"data": {
"id": "FID001",
"type": "Tag",
"attributes": {
"label": "string",
"facet": "exam",
"feedback": "string",
"isVisibleToStudents": true
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
},
"tagSet": {
"data": {
"id": "FID001",
"type": "TagSet"
}
}
}
}
}