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": "f7fa6dcc-1d19-4cab-a45c-5192145f3879",
"AccountId": "d6588000-b95c-4f99-8617-d4a0b72bacd2",
"LicenseTypeId": "55148ab7-bf7e-4cce-9f72-cbcef99372c1",
"StartDate": "2026-09-11T16:53:28.8607286+00:00",
"FinishDate": "2026-09-11T16:53:28.8607286+00:00",
"Active": true,
"UserId": "6a4a22b1-4f73-409a-acb2-d100bd9ba43e"
},
{
"LicenseId": "f7fa6dcc-1d19-4cab-a45c-5192145f3879",
"AccountId": "d6588000-b95c-4f99-8617-d4a0b72bacd2",
"LicenseTypeId": "55148ab7-bf7e-4cce-9f72-cbcef99372c1",
"StartDate": "2026-09-11T16:53:28.8607286+00:00",
"FinishDate": "2026-09-11T16:53:28.8607286+00:00",
"Active": true,
"UserId": "6a4a22b1-4f73-409a-acb2-d100bd9ba43e"
}
]
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>d6588000-b95c-4f99-8617-d4a0b72bacd2</_x003C_AccountId_x003E_k__BackingField>
<_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
<_x003C_FinishDate_x003E_k__BackingField>2026-09-11T16:53:28.8607286+00:00</_x003C_FinishDate_x003E_k__BackingField>
<_x003C_LicenseId_x003E_k__BackingField>f7fa6dcc-1d19-4cab-a45c-5192145f3879</_x003C_LicenseId_x003E_k__BackingField>
<_x003C_LicenseTypeId_x003E_k__BackingField>55148ab7-bf7e-4cce-9f72-cbcef99372c1</_x003C_LicenseTypeId_x003E_k__BackingField>
<_x003C_StartDate_x003E_k__BackingField>2026-09-11T16:53:28.8607286+00:00</_x003C_StartDate_x003E_k__BackingField>
<_x003C_UserId_x003E_k__BackingField>6a4a22b1-4f73-409a-acb2-d100bd9ba43e</_x003C_UserId_x003E_k__BackingField>
</License>
<License>
<_x003C_AccountId_x003E_k__BackingField>d6588000-b95c-4f99-8617-d4a0b72bacd2</_x003C_AccountId_x003E_k__BackingField>
<_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
<_x003C_FinishDate_x003E_k__BackingField>2026-09-11T16:53:28.8607286+00:00</_x003C_FinishDate_x003E_k__BackingField>
<_x003C_LicenseId_x003E_k__BackingField>f7fa6dcc-1d19-4cab-a45c-5192145f3879</_x003C_LicenseId_x003E_k__BackingField>
<_x003C_LicenseTypeId_x003E_k__BackingField>55148ab7-bf7e-4cce-9f72-cbcef99372c1</_x003C_LicenseTypeId_x003E_k__BackingField>
<_x003C_StartDate_x003E_k__BackingField>2026-09-11T16:53:28.8607286+00:00</_x003C_StartDate_x003E_k__BackingField>
<_x003C_UserId_x003E_k__BackingField>6a4a22b1-4f73-409a-acb2-d100bd9ba43e</_x003C_UserId_x003E_k__BackingField>
</License>
</ArrayOfLicense>