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": "ab42152c-da7f-487d-9bc6-de4c828c185c", "AccountId": "5cdad896-3d52-4454-bc3a-cfa265a4c5f8", "LicenseTypeId": "f3fca89d-8e06-457a-92e9-c80af6c75dfe", "StartDate": "2025-04-04T06:53:47.4949717+00:00", "FinishDate": "2025-04-04T06:53:47.4949717+00:00", "Active": true, "UserId": "32a886b9-079e-4378-9885-2845257cdcc7" }, { "LicenseId": "ab42152c-da7f-487d-9bc6-de4c828c185c", "AccountId": "5cdad896-3d52-4454-bc3a-cfa265a4c5f8", "LicenseTypeId": "f3fca89d-8e06-457a-92e9-c80af6c75dfe", "StartDate": "2025-04-04T06:53:47.4949717+00:00", "FinishDate": "2025-04-04T06:53:47.4949717+00:00", "Active": true, "UserId": "32a886b9-079e-4378-9885-2845257cdcc7" } ]
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>5cdad896-3d52-4454-bc3a-cfa265a4c5f8</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2025-04-04T06:53:47.4949717+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>ab42152c-da7f-487d-9bc6-de4c828c185c</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>f3fca89d-8e06-457a-92e9-c80af6c75dfe</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2025-04-04T06:53:47.4949717+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>32a886b9-079e-4378-9885-2845257cdcc7</_x003C_UserId_x003E_k__BackingField> </License> <License> <_x003C_AccountId_x003E_k__BackingField>5cdad896-3d52-4454-bc3a-cfa265a4c5f8</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2025-04-04T06:53:47.4949717+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>ab42152c-da7f-487d-9bc6-de4c828c185c</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>f3fca89d-8e06-457a-92e9-c80af6c75dfe</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2025-04-04T06:53:47.4949717+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>32a886b9-079e-4378-9885-2845257cdcc7</_x003C_UserId_x003E_k__BackingField> </License> </ArrayOfLicense>