curl --location --request GET 'https://api.synap.ac/v3/chart-js?type='
{
"data": [
{
"id": "FID001",
"type": "ChartJs",
"attributes": {
"type": "portal-activity",
"chart": {
"type": "line",
"options": {},
"data": {
"labels": [
"string"
],
"datasets": [
{}
]
}
}
},
"relationships": {}
}
],
"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": {}
}
}
}
],
"links": {
"self": "https://some-url.com/path?query=true"
},
"meta": {}
}