Data
| API | Description |
|---|---|
| GET Data/GetLogo?organizationCode={organizationCode} |
Get Organization Logo |
Artwork
| API | Description |
|---|---|
| POST Artwork/SubmitArtwork |
Puts submitted item into the queue for the processing |
| GET Artwork/GetMaterialContents |
Retrieves a list of available Material Contents |
| GET Artwork/GetLogoApplications |
Retrieves a list of the available Logo Applications |
| GET Artwork/GetAvailableLicenses |
Retrieves a list of the available licenses |
| GET Artwork/GetAvailableAssociatedAuthorizedManufacturers |
Retrieves available associated manufacturers |
| GET Artwork/GetSubmittedArtQueues?withErrorsOnly={withErrorsOnly} |
Retrieves all submited items from the queue. |
| GET Artwork/GetSubmittedArtQueueById/{id} |
Retrieves submited item by Id. |
| GET Artwork/GetSubmittedArtQueueByCustomId?customId={customId} |
Retrieves submited item by CustomId |
| POST Artwork/UpdateArtQueue |
Updates the item in queue based on the provided properties |
| GET Artwork/GetAvailableRights?licenseCode={licenseCode} |
Retrieves all available rights or rights for a specific license if the licenseCode is populated |
| GET Artwork/DownloadFileById?fileId={fileId} |
Retrieves a file based on the provided file ID |
| GET Artwork/GetArtwork/{Id}?CustomId={CustomId} |
Retrieves artwork submission, based on Id or CustomId |
| POST Artwork/GetArtworks |
Retrieves artwork submissions |
| POST Artwork/PostArtworkComment |
Posting comment for artwork submission, based on Id or CustomId |
| POST Artwork/InsertUpi |
Creating UPI for artwork submission, based on Id or CustomId |
| POST Artwork/UpdateUpi |
Updating UPI in artwork submission, based on Id or CustomId |
| DELETE Artwork/DeleteUpi |
Deleting UPI in artwork submission, based on Id or CustomId |
| GET Artwork/GetArtworkJpgImage/{Id}?CustomId={CustomId} |
No documentation available. |
| GET Artwork/GetWebhookExample |
No documentation available. |