GET Artwork/GetAvailableLicenses

Retrieves a list of the available licenses

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ArtworkSubmitPropertyApi
NameDescriptionTypeAdditional information
IsNewLicense

boolean

None.

LicenseType

string

None.

LicenseName

string

None.

LicenseCode

string

None.

InstitutionName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IsNewLicense": true,
    "LicenseType": "sample string 2",
    "LicenseName": "sample string 3",
    "LicenseCode": "sample string 4",
    "InstitutionName": "sample string 5"
  },
  {
    "IsNewLicense": true,
    "LicenseType": "sample string 2",
    "LicenseName": "sample string 3",
    "LicenseCode": "sample string 4",
    "InstitutionName": "sample string 5"
  }
]