GET api/License/GetLicense
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseID | integer |
None. |
|
| Response | GetLicenseResponseVM |
None. |
|
| EntityID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
AdapterResponseVMOfGetLicenseResponseVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Alerts | Collection of Object |
None. |
|
| ResponseVM | GetLicenseResponseVM |
None. |
Response Formats
application/json, text/json
Sample:
{
"Alerts": null,
"ResponseVM": {
"DateFrom": "09/12/2025 15:12:41",
"DateTo": "09/12/2025 15:12:41",
"Description": "sample string 3",
"FormatedDateFrom": "09/12/2025",
"FormatedDateTo": "09/12/2025",
"EntityID": 4
}
}
application/xml, text/xml
Sample:
<AdapterResponseVMOfGetLicenseResponseVME9VEPO_Sh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
<Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
<ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Clockits.ViewModels">
<d2p1:EntityID>4</d2p1:EntityID>
<d2p1:DateFrom>2025-12-09T15:12:41.7537095-03:00</d2p1:DateFrom>
<d2p1:DateTo>2025-12-09T15:12:41.7537095-03:00</d2p1:DateTo>
<d2p1:Description>sample string 3</d2p1:Description>
</ResponseVM>
</AdapterResponseVMOfGetLicenseResponseVME9VEPO_Sh>