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 License
NameDescriptionTypeAdditional 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": "3428b829-99a2-4f25-a924-6e9e5b4d04cf",
    "AccountId": "8840f747-c0e9-4d89-afc2-ab9f3d71d103",
    "LicenseTypeId": "11bb29f9-6aa7-4dfc-ba78-e07b5f29545b",
    "StartDate": "2024-05-08T20:17:58.9133135+00:00",
    "FinishDate": "2024-05-08T20:17:58.9133135+00:00",
    "Active": true,
    "UserId": "de4e8e10-6380-4b6e-bcbb-ec0f462b0393"
  },
  {
    "LicenseId": "3428b829-99a2-4f25-a924-6e9e5b4d04cf",
    "AccountId": "8840f747-c0e9-4d89-afc2-ab9f3d71d103",
    "LicenseTypeId": "11bb29f9-6aa7-4dfc-ba78-e07b5f29545b",
    "StartDate": "2024-05-08T20:17:58.9133135+00:00",
    "FinishDate": "2024-05-08T20:17:58.9133135+00:00",
    "Active": true,
    "UserId": "de4e8e10-6380-4b6e-bcbb-ec0f462b0393"
  }
]

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>8840f747-c0e9-4d89-afc2-ab9f3d71d103</_x003C_AccountId_x003E_k__BackingField>
    <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
    <_x003C_FinishDate_x003E_k__BackingField>2024-05-08T20:17:58.9133135+00:00</_x003C_FinishDate_x003E_k__BackingField>
    <_x003C_LicenseId_x003E_k__BackingField>3428b829-99a2-4f25-a924-6e9e5b4d04cf</_x003C_LicenseId_x003E_k__BackingField>
    <_x003C_LicenseTypeId_x003E_k__BackingField>11bb29f9-6aa7-4dfc-ba78-e07b5f29545b</_x003C_LicenseTypeId_x003E_k__BackingField>
    <_x003C_StartDate_x003E_k__BackingField>2024-05-08T20:17:58.9133135+00:00</_x003C_StartDate_x003E_k__BackingField>
    <_x003C_UserId_x003E_k__BackingField>de4e8e10-6380-4b6e-bcbb-ec0f462b0393</_x003C_UserId_x003E_k__BackingField>
  </License>
  <License>
    <_x003C_AccountId_x003E_k__BackingField>8840f747-c0e9-4d89-afc2-ab9f3d71d103</_x003C_AccountId_x003E_k__BackingField>
    <_x003C_Active_x003E_k__BackingField>true</_x003C_Active_x003E_k__BackingField>
    <_x003C_FinishDate_x003E_k__BackingField>2024-05-08T20:17:58.9133135+00:00</_x003C_FinishDate_x003E_k__BackingField>
    <_x003C_LicenseId_x003E_k__BackingField>3428b829-99a2-4f25-a924-6e9e5b4d04cf</_x003C_LicenseId_x003E_k__BackingField>
    <_x003C_LicenseTypeId_x003E_k__BackingField>11bb29f9-6aa7-4dfc-ba78-e07b5f29545b</_x003C_LicenseTypeId_x003E_k__BackingField>
    <_x003C_StartDate_x003E_k__BackingField>2024-05-08T20:17:58.9133135+00:00</_x003C_StartDate_x003E_k__BackingField>
    <_x003C_UserId_x003E_k__BackingField>de4e8e10-6380-4b6e-bcbb-ec0f462b0393</_x003C_UserId_x003E_k__BackingField>
  </License>
</ArrayOfLicense>