GET GetCompset?SID={SID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfListOfPropertiesEntityName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | Collection of PropertiesEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": [ { "SID": 1, "HMID": 1, "Name": "sample string 1", "isDeleted": true, "IsTemporary": 2, "CompSetID": 3, "LowerThreshold": 1.0, "HigherThreshold": 1.0, "IsPercentage": true, "Weightage": 1.0, "SortOrder": 5, "BrandName": "sample string 6", "PGHID": 7, "MarketDroneEnabled": true, "DHISCOSupported": true, "IsSecondary": true, "TotalCompsets": 10 }, { "SID": 1, "HMID": 1, "Name": "sample string 1", "isDeleted": true, "IsTemporary": 2, "CompSetID": 3, "LowerThreshold": 1.0, "HigherThreshold": 1.0, "IsPercentage": true, "Weightage": 1.0, "SortOrder": 5, "BrandName": "sample string 6", "PGHID": 7, "MarketDroneEnabled": true, "DHISCOSupported": true, "IsSecondary": true, "TotalCompsets": 10 } ] }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":[{"SID":1,"HMID":1,"Name":"sample string 1","isDeleted":true,"IsTemporary":2,"CompSetID":3,"LowerThreshold":1.0,"HigherThreshold":1.0,"IsPercentage":true,"Weightage":1.0,"SortOrder":5,"BrandName":"sample string 6","PGHID":7,"MarketDroneEnabled":true,"DHISCOSupported":true,"IsSecondary":true,"TotalCompsets":10},{"SID":1,"HMID":1,"Name":"sample string 1","isDeleted":true,"IsTemporary":2,"CompSetID":3,"LowerThreshold":1.0,"HigherThreshold":1.0,"IsPercentage":true,"Weightage":1.0,"SortOrder":5,"BrandName":"sample string 6","PGHID":7,"MarketDroneEnabled":true,"DHISCOSupported":true,"IsSecondary":true,"TotalCompsets":10}]}
application/xml, text/xml
Sample:
<ResponseOfArrayOfPropertiesEntityQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body> <PropertiesEntity> <BrandName>sample string 6</BrandName> <CompSetID>3</CompSetID> <DHISCOSupported>true</DHISCOSupported> <HMID>1</HMID> <HigherThreshold>1</HigherThreshold> <IsPercentage>true</IsPercentage> <IsSecondary>true</IsSecondary> <IsTemporary>2</IsTemporary> <LowerThreshold>1</LowerThreshold> <MarketDroneEnabled>true</MarketDroneEnabled> <Name>sample string 1</Name> <PGHID>7</PGHID> <SID>1</SID> <SortOrder>5</SortOrder> <TotalCompsets>10</TotalCompsets> <Weightage>1</Weightage> <isDeleted>true</isDeleted> </PropertiesEntity> <PropertiesEntity> <BrandName>sample string 6</BrandName> <CompSetID>3</CompSetID> <DHISCOSupported>true</DHISCOSupported> <HMID>1</HMID> <HigherThreshold>1</HigherThreshold> <IsPercentage>true</IsPercentage> <IsSecondary>true</IsSecondary> <IsTemporary>2</IsTemporary> <LowerThreshold>1</LowerThreshold> <MarketDroneEnabled>true</MarketDroneEnabled> <Name>sample string 1</Name> <PGHID>7</PGHID> <SID>1</SID> <SortOrder>5</SortOrder> <TotalCompsets>10</TotalCompsets> <Weightage>1</Weightage> <isDeleted>true</isDeleted> </PropertiesEntity> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfArrayOfPropertiesEntityQzIzD0mn>