POST api/v1/Monitor/AllOwners

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "OwnerId": 1,
    "OwnerDescription": "sample string 2",
    "DefaultFileSetId": 3,
    "DefaultUPosFileSetId": 4
  },
  {
    "OwnerId": 1,
    "OwnerDescription": "sample string 2",
    "DefaultFileSetId": 3,
    "DefaultUPosFileSetId": 4
  },
  {
    "OwnerId": 1,
    "OwnerDescription": "sample string 2",
    "DefaultFileSetId": 3,
    "DefaultUPosFileSetId": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <Owner>
    <DefaultFileSetId>3</DefaultFileSetId>
    <DefaultUPosFileSetId>4</DefaultUPosFileSetId>
    <OwnerDescription>sample string 2</OwnerDescription>
    <OwnerId>1</OwnerId>
  </Owner>
  <Owner>
    <DefaultFileSetId>3</DefaultFileSetId>
    <DefaultUPosFileSetId>4</DefaultUPosFileSetId>
    <OwnerDescription>sample string 2</OwnerDescription>
    <OwnerId>1</OwnerId>
  </Owner>
  <Owner>
    <DefaultFileSetId>3</DefaultFileSetId>
    <DefaultUPosFileSetId>4</DefaultUPosFileSetId>
    <OwnerDescription>sample string 2</OwnerDescription>
    <OwnerId>1</OwnerId>
  </Owner>
</ArrayOfOwner>