curl --location --request GET 'https://api.synap.ac/v3/flags/'
{
"data": {
"id": "FID001",
"type": "Flag",
"attributes": {
"createdAt": "string",
"updatedAt": "string",
"comment": "string",
"source": "string",
"issue": "string",
"isReviewed": true
},
"relationships": {
"planter": {
"data": {
"id": "FID001",
"type": "User"
}
},
"question": {
"data": {
"id": "FID001",
"type": "QuizQuestion"
}
},
"portal": {
"data": {
"id": "FID001",
"type": "Portal"
}
}
}
},
"included": [
{
"id": "FID001",
"type": "_User",
"attributes": {},
"relationships": {
"property1": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
},
"property2": {
"data": {
"id": "FID001",
"type": "_User"
},
"links": {
"self": "string",
"related": "string"
},
"meta": {}
}
}
}
]
}