GET Artwork/Logo

Retrieves logos for artwork. [retrieveArtworkLogo]

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ArtworkLogo
NameDescriptionTypeAdditional information
ArtLogoId

integer

None.

Name

string

None.

Description

string

None.

InstitutionCode

string

None.

ImageName

string

None.

ImagePath

string

None.

IsActive

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ArtLogoId": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "InstitutionCode": "sample string 4",
    "ImageName": "sample string 5",
    "ImagePath": "sample string 6",
    "IsActive": 7
  },
  {
    "ArtLogoId": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "InstitutionCode": "sample string 4",
    "ImageName": "sample string 5",
    "ImagePath": "sample string 6",
    "IsActive": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfArtworkLogo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Img.MyiCLC.Mobile.Api.Models.DataObjects.Artwork">
  <ArtworkLogo>
    <ArtLogoId>1</ArtLogoId>
    <Description>sample string 3</Description>
    <ImageName>sample string 5</ImageName>
    <ImagePath>sample string 6</ImagePath>
    <InstitutionCode>sample string 4</InstitutionCode>
    <IsActive>7</IsActive>
    <Name>sample string 2</Name>
  </ArtworkLogo>
  <ArtworkLogo>
    <ArtLogoId>1</ArtLogoId>
    <Description>sample string 3</Description>
    <ImageName>sample string 5</ImageName>
    <ImagePath>sample string 6</ImagePath>
    <InstitutionCode>sample string 4</InstitutionCode>
    <IsActive>7</IsActive>
    <Name>sample string 2</Name>
  </ArtworkLogo>
</ArrayOfArtworkLogo>