GET api/DashboardApi/GetSubBuildingsCategoryId?categoryId={categoryId}&assetId={assetId}&dateFrom={dateFrom}&dateTo={dateTo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
categoryId | globally unique identifier |
Required |
|
assetId | globally unique identifier |
Required |
|
dateFrom | date |
Required |
|
dateTo | date |
Required |
Body Parameters
None.
Response Information
Resource Description
CategorieSubBuildingsName | Description | Type | Additional information |
---|---|---|---|
CategoryId | globally unique identifier |
None. |
|
CategoryName | string |
None. |
|
SubBuildings | Collection of ItemsDashboard |
None. |
Response Formats
application/json, text/json
Sample:
{ "CategoryId": "1e9e17e2-7304-4a15-9331-0d7de468e3f4", "CategoryName": "sample string 2", "SubBuildings": [ { "ItemId": "92b29973-5327-4e39-a630-75d5767f1188", "EnName": "sample string 2", "ArName": "sample string 3", "Score": 4.0 }, { "ItemId": "92b29973-5327-4e39-a630-75d5767f1188", "EnName": "sample string 2", "ArName": "sample string 3", "Score": 4.0 } ] }
text/html, multipart/form-data
Sample:
{"CategoryId":"1e9e17e2-7304-4a15-9331-0d7de468e3f4","CategoryName":"sample string 2","SubBuildings":[{"ItemId":"92b29973-5327-4e39-a630-75d5767f1188","EnName":"sample string 2","ArName":"sample string 3","Score":4.0},{"ItemId":"92b29973-5327-4e39-a630-75d5767f1188","EnName":"sample string 2","ArName":"sample string 3","Score":4.0}]}
application/xml, text/xml
Sample:
<CategorieSubBuildings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <CategoryId>1e9e17e2-7304-4a15-9331-0d7de468e3f4</CategoryId> <CategoryName>sample string 2</CategoryName> <SubBuildings> <ItemsDashboard> <ArName>sample string 3</ArName> <EnName>sample string 2</EnName> <ItemId>92b29973-5327-4e39-a630-75d5767f1188</ItemId> <Score>4</Score> </ItemsDashboard> <ItemsDashboard> <ArName>sample string 3</ArName> <EnName>sample string 2</EnName> <ItemId>92b29973-5327-4e39-a630-75d5767f1188</ItemId> <Score>4</Score> </ItemsDashboard> </SubBuildings> </CategorieSubBuildings>