GET api/v1/bots/lifxbots/{id}/Scenes
List the scenes available to the LifxBot
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
LifxSceneDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | globally unique identifier | 
                             None.  | 
                |
| Name | string | 
                             None.  | 
                
Response Formats
application/json, text/json, application/senml+json
            Sample:
        
{
  "Id": "5f4079ba-ae03-4076-851c-153556eb0efd",
  "Name": "sample string 2"
}
        application/xml, text/xml
            Sample:
<LifxSceneDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnalysisUK.Tinamous.www.ApiControllers.Models.Bots.LifxBot"> <Id>5f4079ba-ae03-4076-851c-153556eb0efd</Id> <Name>sample string 2</Name> </LifxSceneDto>