GET api/DCMComplianceOwner?license={license}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
license | boolean |
Required |
|
clientId | globally unique identifier |
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": "60f5db52-8db7-436d-8283-009c0ca7ea7a", "licenseOwnerEmailId": "sample string 2" }, { "licenseOwnerId": "60f5db52-8db7-436d-8283-009c0ca7ea7a", "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>60f5db52-8db7-436d-8283-009c0ca7ea7a</licenseOwnerId> </LicenseOwner> <LicenseOwner> <licenseOwnerEmailId>sample string 2</licenseOwnerEmailId> <licenseOwnerId>60f5db52-8db7-436d-8283-009c0ca7ea7a</licenseOwnerId> </LicenseOwner> </ArrayOfLicenseOwner>