GET Artwork/GetArtwork/{Id}?CustomId={CustomId}

Retrieves artwork submission, based on Id or CustomId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

None.

CustomId

integer

None.

Body Parameters

None.

Response Information

Resource Description

ArtDetailApi
NameDescriptionTypeAdditional information
Id

integer

None.

ArtType

eArtworkType

None.

Status

eArtStatus

None.

CustomId

integer

None.

LicenseDescription

string

None.

DesignNo

string

None.

Colors

string

None.

OrderPending

boolean

None.

RetailerName

string

None.

BlankGoods

boolean

None.

SubmitDate

date

None.

ClcDecisionDate

date

None.

InstitutionDecisionDate

date

None.

ClcDecisionType

eArtworkClcDecision

None.

SupplierName

string

None.

ProductCombinations

Collection of ProductCombinationApi

None.

LogoApplications

Collection of eArtworkLogoApplication

None.

MaterialContents

Collection of eArtworkMaterialContent

None.

Comments

Collection of ArtCommentApi

None.

Reviewers

Collection of ArtReviewerApi

None.

Upis

Collection of ArtUpiApi

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ArtType": "NotSet",
  "Status": "NotSet",
  "CustomId": 1,
  "LicenseDescription": "sample string 1",
  "DesignNo": "sample string 2",
  "Colors": "sample string 3",
  "OrderPending": true,
  "RetailerName": "sample string 5",
  "BlankGoods": true,
  "SubmitDate": "2025-04-30T20:56:21.2051594+00:00",
  "ClcDecisionDate": "2025-04-30T20:56:21.2051594+00:00",
  "InstitutionDecisionDate": "2025-04-30T20:56:21.2051594+00:00",
  "ClcDecisionType": "NotSet",
  "SupplierName": "sample string 7",
  "ProductCombinations": [
    {
      "DistributionChannels": "NotSet",
      "ProductName": "sample string 1"
    },
    {
      "DistributionChannels": "NotSet",
      "ProductName": "sample string 1"
    }
  ],
  "LogoApplications": [
    "NotSet",
    "NotSet"
  ],
  "MaterialContents": [
    "NotSet",
    "NotSet"
  ],
  "Comments": [
    {
      "CreatedBy": "sample string 1",
      "CreatedDate": "2025-04-30T20:56:21.2051594+00:00",
      "Comment": "sample string 3",
      "FileId": "1832d85d-8afa-4ce3-8a2c-4216fb256f76"
    },
    {
      "CreatedBy": "sample string 1",
      "CreatedDate": "2025-04-30T20:56:21.2051594+00:00",
      "Comment": "sample string 3",
      "FileId": "1832d85d-8afa-4ce3-8a2c-4216fb256f76"
    }
  ],
  "Reviewers": [
    {
      "AssignedTo": "sample string 1",
      "ReviewedDate": "2025-04-30T20:56:21.2236531+00:00",
      "Decision": "NotSet"
    },
    {
      "AssignedTo": "sample string 1",
      "ReviewedDate": "2025-04-30T20:56:21.2236531+00:00",
      "Decision": "NotSet"
    }
  ],
  "Upis": [
    {
      "UpiName": "sample string 1",
      "ReportingBeginDate": "2025-04-30T20:56:21.2236531+00:00",
      "ReportingEndDate": "2025-04-30T20:56:21.2236531+00:00"
    },
    {
      "UpiName": "sample string 1",
      "ReportingBeginDate": "2025-04-30T20:56:21.2236531+00:00",
      "ReportingEndDate": "2025-04-30T20:56:21.2236531+00:00"
    }
  ]
}