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": "2026-02-02T23:05:07.7906843+00:00",
"ClcDecisionDate": "2026-02-02T23:05:07.7906843+00:00",
"InstitutionDecisionDate": "2026-02-02T23:05:07.7906843+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": "2026-02-02T23:05:07.7906843+00:00",
"Comment": "sample string 3",
"FileId": "31d84bc1-5bc2-47ec-a135-fe6ed4bbad3e"
},
{
"CreatedBy": "sample string 1",
"CreatedDate": "2026-02-02T23:05:07.7906843+00:00",
"Comment": "sample string 3",
"FileId": "31d84bc1-5bc2-47ec-a135-fe6ed4bbad3e"
}
],
"Reviewers": [
{
"AssignedTo": "sample string 1",
"ReviewedDate": "2026-02-02T23:05:07.7906843+00:00",
"Decision": "NotSet"
},
{
"AssignedTo": "sample string 1",
"ReviewedDate": "2026-02-02T23:05:07.7906843+00:00",
"Decision": "NotSet"
}
],
"Upis": [
{
"UpiName": "sample string 1",
"ReportingBeginDate": "2026-02-02T23:05:07.7906843+00:00",
"ReportingEndDate": "2026-02-02T23:05:07.7906843+00:00"
},
{
"UpiName": "sample string 1",
"ReportingBeginDate": "2026-02-02T23:05:07.7906843+00:00",
"ReportingEndDate": "2026-02-02T23:05:07.7906843+00:00"
}
]
}