Get collections by "dsn" and "type"

This API is used to retrieve the list of collections by input "dsn" and collection "type".

{
    "collections":[
        {
            "collection_uuid":"e12553f2-2280-4340-938f-fd813bd3d49d"
            "name":"Room102"
            "type":"GROUP"
            "devices":[
                {
                    "dsn":"TESTDSN_086402_001"
                    "product_name":"TESTDEVICE_001"
                    "oem_model":"ledevb"
                    "lan_enabled":false
                    "connected_at":"2020-07-06T09:32:44Z"
                    "connection_status":"Offline"
                }
                {
                    "dsn":"TESTDSN_255199_000"
                    "product_name":"TESTDEVICE_000"
                    "oem_model":"ledevb-test"
                    "lan_enabled":false
                    "connected_at":"2020-10-29T20:25:37Z"
                    "connection_status":"Offline"
                }
                {
                    "dsn":"TESTDSN_876581_000"
                    "product_name":"TESTDEVICE_000"
                    "oem_model":"ledevb-test"
                    "lan_enabled":false
                    "connected_at":"2020-03-10T03:32:54Z"
                    "connection_status":"Offline"
                }
                {
                    "dsn":"TESTDSN_292527_000"
                    "product_name":"TESTDEVICE_000"
                    "oem_model":"ledevb"
                    "lan_enabled":false
                    "connected_at":"2020-02-03T10:05:07Z"
                    "connection_status":"Offline"
                }
            ]
            "child_collections":[
                {
                    "collection_uuid":"3378223c-b1b8-4ce7-916a-158602901869"
                    "name":"Room103"
                }
            ]
            "custom_attributes":{
                "color":"#F08080"
                "sort_order":"ascending"
            }
        }
    ]
    "total":1
    "previous_page":NULL
    "next_page":NULL
    "current_page_number":1
    "start_count_on_page":1
    "end_count_on_page":1
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!