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 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": "db26315a-9f39-4921-b4d1-8a0c424261bc", "AccountId": "e3595f61-99ee-4f42-8d3a-f9efa51d7a9e", "LicenseTypeId": "8e9dbbe2-e335-4016-9d73-47f31bcf94da", "StartDate": "2024-11-03T01:28:20.4653363+00:00", "FinishDate": "2024-11-03T01:28:20.4653363+00:00", "Active": true, "UserId": "6d352c22-ec2a-4801-91b8-6701bdddaf88" }, { "LicenseId": "db26315a-9f39-4921-b4d1-8a0c424261bc", "AccountId": "e3595f61-99ee-4f42-8d3a-f9efa51d7a9e", "LicenseTypeId": "8e9dbbe2-e335-4016-9d73-47f31bcf94da", "StartDate": "2024-11-03T01:28:20.4653363+00:00", "FinishDate": "2024-11-03T01:28:20.4653363+00:00", "Active": true, "UserId": "6d352c22-ec2a-4801-91b8-6701bdddaf88" } ]
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>e3595f61-99ee-4f42-8d3a-f9efa51d7a9e</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-03T01:28:20.4653363+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>db26315a-9f39-4921-b4d1-8a0c424261bc</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>8e9dbbe2-e335-4016-9d73-47f31bcf94da</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-03T01:28:20.4653363+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>6d352c22-ec2a-4801-91b8-6701bdddaf88</_x003C_UserId_x003E_k__BackingField> </License> <License> <_x003C_AccountId_x003E_k__BackingField>e3595f61-99ee-4f42-8d3a-f9efa51d7a9e</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-03T01:28:20.4653363+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>db26315a-9f39-4921-b4d1-8a0c424261bc</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>8e9dbbe2-e335-4016-9d73-47f31bcf94da</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-03T01:28:20.4653363+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>6d352c22-ec2a-4801-91b8-6701bdddaf88</_x003C_UserId_x003E_k__BackingField> </License> </ArrayOfLicense>