GET Artwork/GetArtwork/{Id}?CustomId={CustomId}
Retrieves artwork submission, based on Id or CustomId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
ArtDetailApi| Name | Description | Type | Additional 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-10-27T23:03:27.8762496+00:00",
"ClcDecisionDate": "2025-10-27T23:03:27.8762496+00:00",
"InstitutionDecisionDate": "2025-10-27T23:03:27.8762496+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-10-27T23:03:27.8918722+00:00",
"Comment": "sample string 3",
"FileId": "15cdcd76-d775-4824-94ea-163cd56c68f2"
},
{
"CreatedBy": "sample string 1",
"CreatedDate": "2025-10-27T23:03:27.8918722+00:00",
"Comment": "sample string 3",
"FileId": "15cdcd76-d775-4824-94ea-163cd56c68f2"
}
],
"Reviewers": [
{
"AssignedTo": "sample string 1",
"ReviewedDate": "2025-10-27T23:03:27.8918722+00:00",
"Decision": "NotSet"
},
{
"AssignedTo": "sample string 1",
"ReviewedDate": "2025-10-27T23:03:27.8918722+00:00",
"Decision": "NotSet"
}
],
"Upis": [
{
"UpiName": "sample string 1",
"ReportingBeginDate": "2025-10-27T23:03:27.8918722+00:00",
"ReportingEndDate": "2025-10-27T23:03:27.8918722+00:00"
},
{
"UpiName": "sample string 1",
"ReportingBeginDate": "2025-10-27T23:03:27.8918722+00:00",
"ReportingEndDate": "2025-10-27T23:03:27.8918722+00:00"
}
]
}