Retrieve collection

This API is used to retrieve a specific collection belonging to the user.

{
    "collection_uuid":"a8ae010c-2dde-4140-8e19-116363eaa475"
    "name":"Room102"
    "type":"GROUP"
    "devices":[
        {
            "dsn":"TESTDSN_787294_001"
            "product_name":"TESTDEVICE_001"
            "oem_model":"ledevb"
            "lan_enabled":false
            "connected_at":"2020-07-06T11:08:03Z"
            "connection_status":"Offline"
        }
        {
            "dsn":"TESTDSN_899248_001"
            "product_name":"TESTDEVICE_001"
            "oem_model":"ledevb"
            "lan_enabled":false
            "connected_at":"2020-07-06T11:02:42Z"
            "connection_status":"Offline"
        }
    ]
    "child_collections":[
    ]
    "custom_attributes":{
    }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!