GET api/AppLicense/GetAppLicenseHistoryByUser
Devuelve el histórico de licencias compradas para la aplicacion y usuario actual de la solicitud.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de License
Collection of 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": "f533d372-6e21-4117-a041-e046a4caac59",
"AccountId": "2dc54a88-a095-4400-8bc4-886c98688d3f",
"LicenseTypeId": "6b0f5261-8d35-41e4-8d1c-3fe21a681b2d",
"StartDate": "2026-07-30T21:02:57.6488816+00:00",
"FinishDate": "2026-07-30T21:02:57.6488816+00:00",
"Active": true,
"UserId": "5a5f048b-1423-4c34-b880-3002c227589b"
},
{
"LicenseId": "f533d372-6e21-4117-a041-e046a4caac59",
"AccountId": "2dc54a88-a095-4400-8bc4-886c98688d3f",
"LicenseTypeId": "6b0f5261-8d35-41e4-8d1c-3fe21a681b2d",
"StartDate": "2026-07-30T21:02:57.6488816+00:00",
"FinishDate": "2026-07-30T21:02:57.6488816+00:00",
"Active": true,
"UserId": "5a5f048b-1423-4c34-b880-3002c227589b"
}
]
application/xml, text/xml
Sample:
<ArrayOfLicense xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gosocket.SDK.Domain">
<License>
<_x003C_AccountId_x003E_k__BackingField>2dc54a88-a095-4400-8bc4-886c98688d3f</_x003C_AccountId_x003E_k__BackingField>
<_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
<_x003C_FinishDate_x003E_k__BackingField>2026-07-30T21:02:57.6488816+00:00</_x003C_FinishDate_x003E_k__BackingField>
<_x003C_LicenseId_x003E_k__BackingField>f533d372-6e21-4117-a041-e046a4caac59</_x003C_LicenseId_x003E_k__BackingField>
<_x003C_LicenseTypeId_x003E_k__BackingField>6b0f5261-8d35-41e4-8d1c-3fe21a681b2d</_x003C_LicenseTypeId_x003E_k__BackingField>
<_x003C_StartDate_x003E_k__BackingField>2026-07-30T21:02:57.6488816+00:00</_x003C_StartDate_x003E_k__BackingField>
<_x003C_UserId_x003E_k__BackingField>5a5f048b-1423-4c34-b880-3002c227589b</_x003C_UserId_x003E_k__BackingField>
</License>
<License>
<_x003C_AccountId_x003E_k__BackingField>2dc54a88-a095-4400-8bc4-886c98688d3f</_x003C_AccountId_x003E_k__BackingField>
<_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
<_x003C_FinishDate_x003E_k__BackingField>2026-07-30T21:02:57.6488816+00:00</_x003C_FinishDate_x003E_k__BackingField>
<_x003C_LicenseId_x003E_k__BackingField>f533d372-6e21-4117-a041-e046a4caac59</_x003C_LicenseId_x003E_k__BackingField>
<_x003C_LicenseTypeId_x003E_k__BackingField>6b0f5261-8d35-41e4-8d1c-3fe21a681b2d</_x003C_LicenseTypeId_x003E_k__BackingField>
<_x003C_StartDate_x003E_k__BackingField>2026-07-30T21:02:57.6488816+00:00</_x003C_StartDate_x003E_k__BackingField>
<_x003C_UserId_x003E_k__BackingField>5a5f048b-1423-4c34-b880-3002c227589b</_x003C_UserId_x003E_k__BackingField>
</License>
</ArrayOfLicense>