GET api/AppLicense/GetAppLicenseHistoryByAccount
Devuelve el histórico de licencias compradas para la aplicacion y empresa del 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": "89aa685b-4b57-4dea-b928-1a6d76565193", "AccountId": "49aa7817-23d5-407a-9cd9-17dedfdafb7f", "LicenseTypeId": "b9e442d4-01f8-4ecc-9441-f759b001e3bf", "StartDate": "2024-11-05T21:34:01.2897192+00:00", "FinishDate": "2024-11-05T21:34:01.2897192+00:00", "Active": true, "UserId": "f214a3ed-8e43-4bce-af0f-5516870850b3" }, { "LicenseId": "89aa685b-4b57-4dea-b928-1a6d76565193", "AccountId": "49aa7817-23d5-407a-9cd9-17dedfdafb7f", "LicenseTypeId": "b9e442d4-01f8-4ecc-9441-f759b001e3bf", "StartDate": "2024-11-05T21:34:01.2897192+00:00", "FinishDate": "2024-11-05T21:34:01.2897192+00:00", "Active": true, "UserId": "f214a3ed-8e43-4bce-af0f-5516870850b3" } ]
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>49aa7817-23d5-407a-9cd9-17dedfdafb7f</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-05T21:34:01.2897192+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>89aa685b-4b57-4dea-b928-1a6d76565193</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>b9e442d4-01f8-4ecc-9441-f759b001e3bf</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-05T21:34:01.2897192+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>f214a3ed-8e43-4bce-af0f-5516870850b3</_x003C_UserId_x003E_k__BackingField> </License> <License> <_x003C_AccountId_x003E_k__BackingField>49aa7817-23d5-407a-9cd9-17dedfdafb7f</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-05T21:34:01.2897192+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>89aa685b-4b57-4dea-b928-1a6d76565193</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>b9e442d4-01f8-4ecc-9441-f759b001e3bf</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-05T21:34:01.2897192+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>f214a3ed-8e43-4bce-af0f-5516870850b3</_x003C_UserId_x003E_k__BackingField> </License> </ArrayOfLicense>