GET api/AppLicense/GetAppLicense
Devuelve la última licencia comprada para acceder a la aplicacion actual de la solicitud.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
License
License| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| LicenseTypeId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| FinishDate | date |
None. |
|
| Active | boolean |
None. |
|
| UserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"LicenseId": "f5a3f24f-f840-4e7e-ac33-8ee686ebe607",
"AccountId": "24a927a8-a940-41bc-b85f-361f5410c0fd",
"LicenseTypeId": "3103640c-cb82-4bd6-94b2-a50499673ae0",
"StartDate": "2026-09-10T10:58:51.6418726+00:00",
"FinishDate": "2026-09-10T10:58:51.6418726+00:00",
"Active": true,
"UserId": "55e8d700-4eed-4010-976c-a718c91aceef"
}
application/xml, text/xml
Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.SDK.Domain"> <_x003C_AccountId_x003E_k__BackingField>24a927a8-a940-41bc-b85f-361f5410c0fd</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2026-09-10T10:58:51.6418726+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>f5a3f24f-f840-4e7e-ac33-8ee686ebe607</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>3103640c-cb82-4bd6-94b2-a50499673ae0</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2026-09-10T10:58:51.6418726+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>55e8d700-4eed-4010-976c-a718c91aceef</_x003C_UserId_x003E_k__BackingField> </License>