GET api/DCMComplianceOwner?license={license}&clientId={clientId}&ByOwner={ByOwner}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
license | boolean |
Required |
|
clientId | globally unique identifier |
Required |
|
ByOwner | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LicenseOwnerName | Description | Type | Additional information |
---|---|---|---|
licenseOwnerId | globally unique identifier |
None. |
|
licenseOwnerEmailId | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "licenseOwnerId": "609927d3-46b2-4510-9538-16ef27b0658d", "licenseOwnerEmailId": "sample string 2" }, { "licenseOwnerId": "609927d3-46b2-4510-9538-16ef27b0658d", "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>609927d3-46b2-4510-9538-16ef27b0658d</licenseOwnerId> </LicenseOwner> <LicenseOwner> <licenseOwnerEmailId>sample string 2</licenseOwnerEmailId> <licenseOwnerId>609927d3-46b2-4510-9538-16ef27b0658d</licenseOwnerId> </LicenseOwner> </ArrayOfLicenseOwner>