GET LicenseManagement/List

Retrieves list of license requests. [getLicRequestDashboard]

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RequestInfo
NameDescriptionTypeAdditional information
RequestId

globally unique identifier

None.

Type

eNewRequestType

None.

SubmitDate

date

None.

ReasonForRequest

string

None.

MarketingPlan

string

None.

StaffComment

string

None.

Status

eRequestDecision

None.

ManufacturerName

string

None.

Info

string

None.

License

string

None.

OnHold

boolean

None.

AccountManager

string

None.

Tags

string

None.

PropertyId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RequestId": "7d077497-b3f1-4663-a23f-f4505fd3eb69",
    "Type": 0,
    "SubmitDate": "2025-12-05T22:42:33.7314444-05:00",
    "ReasonForRequest": "sample string 3",
    "MarketingPlan": "sample string 4",
    "StaffComment": "sample string 5",
    "Status": 0,
    "ManufacturerName": "sample string 6",
    "Info": "sample string 7",
    "License": "sample string 8",
    "OnHold": true,
    "AccountManager": "sample string 10",
    "Tags": "sample string 11",
    "PropertyId": 12
  },
  {
    "RequestId": "7d077497-b3f1-4663-a23f-f4505fd3eb69",
    "Type": 0,
    "SubmitDate": "2025-12-05T22:42:33.7314444-05:00",
    "ReasonForRequest": "sample string 3",
    "MarketingPlan": "sample string 4",
    "StaffComment": "sample string 5",
    "Status": 0,
    "ManufacturerName": "sample string 6",
    "Info": "sample string 7",
    "License": "sample string 8",
    "OnHold": true,
    "AccountManager": "sample string 10",
    "Tags": "sample string 11",
    "PropertyId": 12
  }
]

application/xml, text/xml

Sample:
<ArrayOfRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.LicenseManagement">
  <RequestInfo>
    <AccountManager>sample string 10</AccountManager>
    <Info>sample string 7</Info>
    <License>sample string 8</License>
    <ManufacturerName>sample string 6</ManufacturerName>
    <MarketingPlan>sample string 4</MarketingPlan>
    <OnHold>true</OnHold>
    <ReasonForRequest>sample string 3</ReasonForRequest>
    <RequestId>7d077497-b3f1-4663-a23f-f4505fd3eb69</RequestId>
    <StaffComment>sample string 5</StaffComment>
    <Status>NotSet</Status>
    <SubmitDate>2025-12-05T22:42:33.7314444-05:00</SubmitDate>
    <Tags>sample string 11</Tags>
    <Type>LicenseRequest</Type>
  </RequestInfo>
  <RequestInfo>
    <AccountManager>sample string 10</AccountManager>
    <Info>sample string 7</Info>
    <License>sample string 8</License>
    <ManufacturerName>sample string 6</ManufacturerName>
    <MarketingPlan>sample string 4</MarketingPlan>
    <OnHold>true</OnHold>
    <ReasonForRequest>sample string 3</ReasonForRequest>
    <RequestId>7d077497-b3f1-4663-a23f-f4505fd3eb69</RequestId>
    <StaffComment>sample string 5</StaffComment>
    <Status>NotSet</Status>
    <SubmitDate>2025-12-05T22:42:33.7314444-05:00</SubmitDate>
    <Tags>sample string 11</Tags>
    <Type>LicenseRequest</Type>
  </RequestInfo>
</ArrayOfRequestInfo>