CoworkerDeliveries
Search CoworkerDeliveries
Search and list CoworkerDelivery records with filtering, sorting, and pagination.
GET
Search CoworkerDeliveries
A CoworkerDelivery tracks a delivery (mail, parcel, check, or other item) received on behalf of a customer at a location, along with its current processing status and the customer’s handling preference. Each delivery records who it is for (Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerId or ContractContactId), what it is (DeliveryType), and how the customer wants it handled (HandlingPreference). Staff can then mark the delivery through its lifecycle — processed, collected, forwarded, scanned, recycled, shredded, or returned to sender — with corresponding timestamps.
Handling preferences control what happens to the delivery:
| HandlingPreference | Meaning |
|---|---|
| StoreForCollection | Hold for the customer to pick up |
| Forward | Forward to the customer’s address |
| OpenScanForward | Open, scan contents, then forward the original |
| OpenScanRecycle | Open, scan contents, then recycle the original |
| OpenScanShred | Open, scan contents, then shred the original |
| OpenScanStoreForCollection | Open, scan contents, then hold for collection |
| Recycle | Recycle the delivery |
| ReturnToSender | Return the delivery to the sender |
| Shred | Shred the delivery |
| DepositCheck | Deposit the enclosed check |
NewScannedFileDataUrl), a forwarding receipt (NewForwardedFileDataUrl), or a collection signature (NewSignatureUrl).
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerDelivery-List role.Enums
eDeliveryType — DeliveryType values
eDeliveryType — DeliveryType values
| Value | Name |
|---|---|
| 0 | None |
| 1 | |
| 2 | Parcel |
| 3 | Check |
| 4 | Publicity |
| 5 | Other |
eDeliveryHandlingPreference
eDeliveryHandlingPreference
| Value | Name |
|---|---|
| 0 | None |
| 1 | StoreForCollection |
| 2 | Forward |
| 3 | OpenScanForward |
| 4 | OpenScanRecycle |
| 5 | OpenScanShred |
| 6 | OpenScanStoreForCollection |
| 7 | Recycle |
| 8 | ReturnToSender |
| 9 | Shred |
| 10 | DepositCheck |
| 11 | Unknown |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by Business Id.
Filter by Coworker Id.
Filter by Coworker Coworker Type.
Filter by full name of the customer the delivery is for.
Filter by email address of the customer the delivery is for.
Filter by billing name of the customer the delivery is for.
Filter by company name of the customer the delivery is for.
Filter by team names the customer belongs to.
Filter by Contract Contact Id.
Filter by full name of the contract contact the delivery is for.
Filter by email address of the contract contact the delivery is for.
Filter by short label or description identifying the delivery item.
Filter by physical location where the delivery is being stored (e.g. mailroom shelf).
Filter by name of the staff member who received the delivery.
Filter by free-text notes about the delivery.
Filter by File Data File Name.
Filter by New File Data Url.
Filter by Clear File Data File.
Filter by Signature File Name.
Filter by New Signature Url.
Filter by Clear Signature File.
Filter by Scanned File Data File Name.
Filter by New Scanned File Data Url.
Filter by Clear Scanned File Data File.
Filter by Forwarded File Data File Name.
Filter by New Forwarded File Data Url.
Filter by Clear Forwarded File Data File.
Filter by whether the delivery has been processed according to the handling preference.
Filter by whether the customer has collected the delivery.
Filter by whether the customer must sign upon collection.
Filter by whether the customer has signed for the delivery.
Filter by Notified.
Filter by date and time the customer collected the delivery.
Filter by Billed.
Filter by type of delivery item (Mail, Parcel, Check, Publicity, or Other).
Filter by how the customer wants this delivery handled (e.g. StoreForCollection, Forward, Shred).
Filter by whether the enclosed check has been deposited.
Filter by whether the delivery has been forwarded to the customer.
Filter by whether the delivery contents have been scanned.
Filter by whether the delivery has been recycled.
Filter by whether the delivery has been shredded.
Filter by whether the delivery is being held for customer collection.
Filter by whether the delivery has been returned to sender.
Filter by date and time the check was deposited.
Filter by date and time the delivery was forwarded.
Filter by date and time the delivery contents were scanned.
Filter by date and time the delivery was recycled.
Filter by date and time the delivery was shredded.
Filter by date and time the delivery was placed in storage for collection.
Filter by date and time the delivery was returned to sender.
Filter by Forwarding Address Unique Id.
Filter by Check Deposited Product Unique Id.
Filter by Forwarded Product Unique Id.
Filter by Scanned Product Unique Id.
Filter by Recycled Product Unique Id.
Filter by Shredded Product Unique Id.
Filter by Stored For Collection Product Unique Id.
Filter by Returned To Sender Product Unique Id.
Filter by Collected Product Unique Id.
Range Filters
Filter by date and time the customer collected the delivery greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the customer collected the delivery less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the check was deposited greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the check was deposited less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was forwarded greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was forwarded less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery contents were scanned greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery contents were scanned less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was recycled greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was recycled less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was shredded greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was shredded less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was placed in storage for collection greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was placed in storage for collection less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was returned to sender greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date and time the delivery was returned to sender less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Name
Range filters
Response
200
The list of CoworkerDelivery records matching the query. See the Get one CoworkerDelivery endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search CoworkerDeliveries