POST Artwork/GetArtworks
Retrieves artwork submissions
Request Information
URI Parameters
None.
Body Parameters
ArtworkSearchParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Archived | boolean |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortingOptions | Collection of SortingOption |
None. |
|
| SearchOptions | Collection of SearchOption |
None. |
Request Formats
application/json, text/json
Sample:
{
"Archived": true,
"Page": 1,
"PageSize": 1,
"SortingOptions": [
{
"Field": "sample string 1",
"Descending": true,
"FieldMapped": "sample string 3"
},
{
"Field": "sample string 1",
"Descending": true,
"FieldMapped": "sample string 3"
}
],
"SearchOptions": [
{
"Operator": "IsLessThan",
"Field": "sample string 1",
"Value": "sample string 2",
"FieldMapped": "sample string 3"
},
{
"Operator": "IsLessThan",
"Field": "sample string 1",
"Value": "sample string 2",
"FieldMapped": "sample string 3"
}
],
"Errors": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
GridWrapperApiOfArtGridApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| Data | Collection of ArtGridApi |
None. |
Response Formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"TotalRecords": 3,
"Data": [
{
"Id": 1,
"ArtType": "NotSet",
"Status": "NotSet",
"CustomId": 1,
"LicenseCode": "sample string 1",
"DesignNo": "sample string 2",
"Colors": "sample string 3",
"OrderPending": true,
"RetailerName": "sample string 5",
"BlankGoods": true,
"SubmitDate": "2025-10-28T06:03:40.3132992+00:00",
"ClcDecisionDate": "2025-10-28T06:03:40.3132992+00:00",
"InstitutionDecisionDate": "2025-10-28T06:03:40.3132992+00:00",
"ClcDecisionType": "NotSet",
"LicenseDescription": "sample string 7",
"ArtUpiList": "sample string 8"
},
{
"Id": 1,
"ArtType": "NotSet",
"Status": "NotSet",
"CustomId": 1,
"LicenseCode": "sample string 1",
"DesignNo": "sample string 2",
"Colors": "sample string 3",
"OrderPending": true,
"RetailerName": "sample string 5",
"BlankGoods": true,
"SubmitDate": "2025-10-28T06:03:40.3132992+00:00",
"ClcDecisionDate": "2025-10-28T06:03:40.3132992+00:00",
"InstitutionDecisionDate": "2025-10-28T06:03:40.3132992+00:00",
"ClcDecisionType": "NotSet",
"LicenseDescription": "sample string 7",
"ArtUpiList": "sample string 8"
}
]
}