Print is how you manage print client applications, printers and print jobs on your nShift Delivery account.
Bemærk
The REST API endpoints are only accessible via HTTPS and are located at api.unifaun.com.
https://api.unifaun.com/rs-extapi/v1 |
Before getting started you need to know your developer ID and create an API key.
GET |
Fetches a list of all Print client applications. Returns only partial list using pagination parameters page and size, which provides a way to narrow down the Print client selection.
GET |
Fetches a specific Print client application, identified by client ID.
GET |
Fetches a list of all printers that are connected to a specific Print client application, identified by client ID. Returns only partial list using pagination parameters page and size.
GET |
Fetches a list of all printers that are connected to any Print client application. Returns only partial list using pagination parameters page and size.
GET |
Fetches printer details for a printer, identified by printer ID, that is connected to a Print client.
GET |
Fetches a list of all print jobs sent to any Print client, possibly filtered by date and/or status. Returns only partial list using pagination parameters page and size.
GET |
Fetches a specific print job that has been sent to a Print client, using print job ID.
POST |
Sends print job for a shipment to any connected printer using shipment ID and print ID as identifiers. Returns the resulting print job.
POST |
Sends a print job for a shipment list to any connected printer using manifest ID and print ID as identifiers. Returns the resulting print job.
POST |
Sends a print job for a consolidated shipment to any connected printer using consolidated shipment ID and print ID as identifiers. Returns the resulting print job.
Vink
For schema and testing, please refer to https://api.unifaun.com/rs-docs/.
For description of properties, please refer to the Property reference guide.