GET api/License

Get License

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LicenseDates
NameDescriptionTypeAdditional information
Module

Modules

None.

Start

date

None.

End

date

None.

Type

LicenseType

None.

Loaned

boolean

None.

Response Formats

Sample:
[
  {
    "Module": "WorkRequest",
    "Start": "2024-11-14T16:41:18.1520463+00:00",
    "End": "2024-11-14T16:41:18.1520463+00:00",
    "Type": "UseIt",
    "Loaned": true
  },
  {
    "Module": "WorkRequest",
    "Start": "2024-11-14T16:41:18.1520463+00:00",
    "End": "2024-11-14T16:41:18.1520463+00:00",
    "Type": "UseIt",
    "Loaned": true
  }
]
Sample:
<ArrayOfLicenseAPI.LicenseDates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models.Parametrizacao">
  <LicenseAPI.LicenseDates>
    <End>2024-11-14T16:41:18.1520463+00:00</End>
    <Loaned>true</Loaned>
    <Module>WorkRequest</Module>
    <Start>2024-11-14T16:41:18.1520463+00:00</Start>
    <Type>UseIt</Type>
  </LicenseAPI.LicenseDates>
  <LicenseAPI.LicenseDates>
    <End>2024-11-14T16:41:18.1520463+00:00</End>
    <Loaned>true</Loaned>
    <Module>WorkRequest</Module>
    <Start>2024-11-14T16:41:18.1520463+00:00</Start>
    <Type>UseIt</Type>
  </LicenseAPI.LicenseDates>
</ArrayOfLicenseAPI.LicenseDates>
Sample:

Sample not available.