GET api/DCMComplianceOwner?license={license}&clientId={clientId}&ByOwner={ByOwner}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
license

boolean

Required

clientId

globally unique identifier

Required

ByOwner

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LicenseOwner
NameDescriptionTypeAdditional information
licenseOwnerId

globally unique identifier

None.

licenseOwnerEmailId

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "licenseOwnerId": "4dc541bf-8cf0-45dc-9d3f-bd794ede8edc",
    "licenseOwnerEmailId": "sample string 2"
  },
  {
    "licenseOwnerId": "4dc541bf-8cf0-45dc-9d3f-bd794ede8edc",
    "licenseOwnerEmailId": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLicenseOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <LicenseOwner>
    <licenseOwnerEmailId>sample string 2</licenseOwnerEmailId>
    <licenseOwnerId>4dc541bf-8cf0-45dc-9d3f-bd794ede8edc</licenseOwnerId>
  </LicenseOwner>
  <LicenseOwner>
    <licenseOwnerEmailId>sample string 2</licenseOwnerEmailId>
    <licenseOwnerId>4dc541bf-8cf0-45dc-9d3f-bd794ede8edc</licenseOwnerId>
  </LicenseOwner>
</ArrayOfLicenseOwner>