Resource API
List Team Dashboards
API Documentation
Customer API
Resource API
Partners API
End User API [Deprecated]
End User Group API [Deprecated]
Resource API
List Team Dashboards
GET
/
api
/
dashboard
curl --location --request GET 'https://api.explo.co/api/dashboard/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"dashboards": [
{
"team_id": 1,
"name": "Example Dashboard",
"embed_id": "vcjTgL2wdX",
"attributes": [
{
"attribute": "Team",
"value": "Engineering"
}
]
},
{
"team_id": 1,
"name": "Production Dashboard",
"embed_id": "JQvCTLT76V",
"attributes": [
{
"attribute": "Status",
"value": "Ready"
},
{
"attribute": "Team",
"value": "Marketing"
}
]
}
]
}
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
curl --location --request GET 'https://api.explo.co/api/dashboard/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"dashboards": [
{
"team_id": 1,
"name": "Example Dashboard",
"embed_id": "vcjTgL2wdX",
"attributes": [
{
"attribute": "Team",
"value": "Engineering"
}
]
},
{
"team_id": 1,
"name": "Production Dashboard",
"embed_id": "JQvCTLT76V",
"attributes": [
{
"attribute": "Status",
"value": "Ready"
},
{
"attribute": "Team",
"value": "Marketing"
}
]
}
]
}
curl --location --request GET 'https://api.explo.co/api/dashboard/' \
--header 'Content-Type: application/json' \
--header 'Explo-Authorization: Token <token>'
{
"success": 1,
"dashboards": [
{
"team_id": 1,
"name": "Example Dashboard",
"embed_id": "vcjTgL2wdX",
"attributes": [
{
"attribute": "Team",
"value": "Engineering"
}
]
},
{
"team_id": 1,
"name": "Production Dashboard",
"embed_id": "JQvCTLT76V",
"attributes": [
{
"attribute": "Status",
"value": "Ready"
},
{
"attribute": "Team",
"value": "Marketing"
}
]
}
]
}