GET api/licenses/copyAllOwner/count?ownerId={ownerId}
Gets count of licenses that can be copied from owner
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ownerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>