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": "9adeb93f-a99b-40d2-9b3c-8204a07493a4", "AccountId": "84c54403-515c-4bbc-92d5-4eefe7895bab", "LicenseTypeId": "5e98a619-9f50-4a79-9ff3-090b6127a7b9", "StartDate": "2024-11-15T03:15:43.5293049+00:00", "FinishDate": "2024-11-15T03:15:43.5293049+00:00", "Active": true, "UserId": "87a436a0-153b-46de-9146-3ff80e5ac307" }, { "LicenseId": "9adeb93f-a99b-40d2-9b3c-8204a07493a4", "AccountId": "84c54403-515c-4bbc-92d5-4eefe7895bab", "LicenseTypeId": "5e98a619-9f50-4a79-9ff3-090b6127a7b9", "StartDate": "2024-11-15T03:15:43.5293049+00:00", "FinishDate": "2024-11-15T03:15:43.5293049+00:00", "Active": true, "UserId": "87a436a0-153b-46de-9146-3ff80e5ac307" } ]
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>84c54403-515c-4bbc-92d5-4eefe7895bab</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-15T03:15:43.5293049+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>9adeb93f-a99b-40d2-9b3c-8204a07493a4</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>5e98a619-9f50-4a79-9ff3-090b6127a7b9</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-15T03:15:43.5293049+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>87a436a0-153b-46de-9146-3ff80e5ac307</_x003C_UserId_x003E_k__BackingField> </License> <License> <_x003C_AccountId_x003E_k__BackingField>84c54403-515c-4bbc-92d5-4eefe7895bab</_x003C_AccountId_x003E_k__BackingField> <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField> <_x003C_FinishDate_x003E_k__BackingField>2024-11-15T03:15:43.5293049+00:00</_x003C_FinishDate_x003E_k__BackingField> <_x003C_LicenseId_x003E_k__BackingField>9adeb93f-a99b-40d2-9b3c-8204a07493a4</_x003C_LicenseId_x003E_k__BackingField> <_x003C_LicenseTypeId_x003E_k__BackingField>5e98a619-9f50-4a79-9ff3-090b6127a7b9</_x003C_LicenseTypeId_x003E_k__BackingField> <_x003C_StartDate_x003E_k__BackingField>2024-11-15T03:15:43.5293049+00:00</_x003C_StartDate_x003E_k__BackingField> <_x003C_UserId_x003E_k__BackingField>87a436a0-153b-46de-9146-3ff80e5ac307</_x003C_UserId_x003E_k__BackingField> </License> </ArrayOfLicense>