POST api/v1/Monitor/ListUmisDevices
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| publication | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<Publication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor"> <DatabaseName>sample string 4</DatabaseName> <DefaultFileSetId>8</DefaultFileSetId> <ExpiryDays>5</ExpiryDays> <IsUpos>true</IsUpos> <LastSnapshotCTVersion>1</LastSnapshotCTVersion> <LastSnapshotCreated>2025-12-16T04:32:26.6297241+00:00</LastSnapshotCreated> <LicenceCount>9</LicenceCount> <Owner>7</Owner> <PiaBKey>sample string 11</PiaBKey> <PiaBPostcode>sample string 12</PiaBPostcode> <PublicationId>1</PublicationId> <PublicationName>sample string 2</PublicationName> <PublicationType>None</PublicationType> <ServerName>sample string 3</ServerName> <SnapshotFileName>sample string 6</SnapshotFileName> <UmisCompanyId>10</UmisCompanyId> <VersionString>sample string 14</VersionString> </Publication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"NetworkName": "sample string 1",
"FriendlyName": "sample string 2",
"TillId": "sample string 3",
"PublicationName": "sample string 4"
},
{
"NetworkName": "sample string 1",
"FriendlyName": "sample string 2",
"TillId": "sample string 3",
"PublicationName": "sample string 4"
},
{
"NetworkName": "sample string 1",
"FriendlyName": "sample string 2",
"TillId": "sample string 3",
"PublicationName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
<Device>
<FriendlyName>sample string 2</FriendlyName>
<NetworkName>sample string 1</NetworkName>
<PublicationName>sample string 4</PublicationName>
<TillId>sample string 3</TillId>
</Device>
<Device>
<FriendlyName>sample string 2</FriendlyName>
<NetworkName>sample string 1</NetworkName>
<PublicationName>sample string 4</PublicationName>
<TillId>sample string 3</TillId>
</Device>
<Device>
<FriendlyName>sample string 2</FriendlyName>
<NetworkName>sample string 1</NetworkName>
<PublicationName>sample string 4</PublicationName>
<TillId>sample string 3</TillId>
</Device>
</ArrayOfDevice>