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
LicenseName | 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": "b75fe745-e61e-495c-8f3e-857982907d3f", "AccountId": "af5b3006-3c7d-482e-a489-76afb7d16c54", "LicenseTypeId": "f1e098ef-5521-4c2d-8042-924aecf4f389", "StartDate": "2025-04-01T13:03:32.2654927+00:00", "FinishDate": "2025-04-01T13:03:32.2654927+00:00", "Active": true, "UserId": "7e8adbfc-95e9-4199-91d1-778df91cf53a" }
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>af5b3006-3c7d-482e-a489-76afb7d16c54</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2025-04-01T13:03:32.2654927+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>b75fe745-e61e-495c-8f3e-857982907d3f</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>f1e098ef-5521-4c2d-8042-924aecf4f389</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2025-04-01T13:03:32.2654927+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>7e8adbfc-95e9-4199-91d1-778df91cf53a</_x003C_UserId_x003E_k__BackingField> </License>