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": "e2bbf919-cbcf-49c7-8eda-721a7b2cb66b",
"AccountId": "70973355-b535-4956-984d-5fe88104314c",
"LicenseTypeId": "88d1dde1-c857-4741-b601-0eff77df3124",
"StartDate": "2026-07-30T21:03:27.7045794+00:00",
"FinishDate": "2026-07-30T21:03:27.7045794+00:00",
"Active": true,
"UserId": "5e4cb04a-7753-424c-8562-d9718c36325b"
}
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>70973355-b535-4956-984d-5fe88104314c</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2026-07-30T21:03:27.7045794+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>e2bbf919-cbcf-49c7-8eda-721a7b2cb66b</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>88d1dde1-c857-4741-b601-0eff77df3124</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2026-07-30T21:03:27.7045794+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>5e4cb04a-7753-424c-8562-d9718c36325b</_x003C_UserId_x003E_k__BackingField> </License>