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": "87153e9c-e0cb-40e3-ae92-04a81114a61f", "AccountId": "dbd8dee9-a39e-4189-98c1-dc51669581e6", "LicenseTypeId": "74aa09fc-41a4-4acb-b1fe-3a2976715c65", "StartDate": "2024-11-03T13:10:11.9697509+00:00", "FinishDate": "2024-11-03T13:10:11.9697509+00:00", "Active": true, "UserId": "6be563e0-51f5-44c3-82d6-19235c132688" }, { "LicenseId": "87153e9c-e0cb-40e3-ae92-04a81114a61f", "AccountId": "dbd8dee9-a39e-4189-98c1-dc51669581e6", "LicenseTypeId": "74aa09fc-41a4-4acb-b1fe-3a2976715c65", "StartDate": "2024-11-03T13:10:11.9697509+00:00", "FinishDate": "2024-11-03T13:10:11.9697509+00:00", "Active": true, "UserId": "6be563e0-51f5-44c3-82d6-19235c132688" } ]
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>dbd8dee9-a39e-4189-98c1-dc51669581e6</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-03T13:10:11.9697509+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>87153e9c-e0cb-40e3-ae92-04a81114a61f</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>74aa09fc-41a4-4acb-b1fe-3a2976715c65</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-03T13:10:11.9697509+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>6be563e0-51f5-44c3-82d6-19235c132688</_x003C_UserId_x003E_k__BackingField> </License> <License> <_x003C_AccountId_x003E_k__BackingField>dbd8dee9-a39e-4189-98c1-dc51669581e6</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-03T13:10:11.9697509+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>87153e9c-e0cb-40e3-ae92-04a81114a61f</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>74aa09fc-41a4-4acb-b1fe-3a2976715c65</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-03T13:10:11.9697509+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>6be563e0-51f5-44c3-82d6-19235c132688</_x003C_UserId_x003E_k__BackingField> </License> </ArrayOfLicense>