Fetch Door Group Topology
GET
/api/v1/developer/door_groups/topology
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
Successful response
application/json
JSON "code": "string", "msg": "string", "data": [ { "id": "string", "name": "string", "type": "string", "resource_topologies": [ { "id": "string", "type": "string", "name": "string", "is_bind_hub": true, "resources": [ { "id": "string", "type": "string", "name": "string" } ] } ] } ]
{
}