GET api2020/PrePopulatedPunchList/Get?db={db}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Collection of string [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": [
"sample string 1",
"sample string 2"
],
"sample string 2": [
"sample string 1",
"sample string 2"
]
}
text/xml
Sample:
<ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringArrayOfstringty7Ep6D1>
<Key>sample string 1</Key>
<Value>
<string>sample string 1</string>
<string>sample string 2</string>
</Value>
</KeyValueOfstringArrayOfstringty7Ep6D1>
<KeyValueOfstringArrayOfstringty7Ep6D1>
<Key>sample string 2</Key>
<Value>
<string>sample string 1</string>
<string>sample string 2</string>
</Value>
</KeyValueOfstringArrayOfstringty7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1>