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 (
Deliveries can also have attached files — for example, a scanned copy of the contents (
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 iD of the business linked to this record.
Filter by iD of the coworker linked to this record.
Filter by the coworker coworker type value for this coworker delivery.
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 iD of the contract contact linked to this record.
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 current file name of the file data (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the file data.
Filter by set to true to remove the current file data file.
Filter by current file name of the signature (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the signature.
Filter by set to true to remove the current signature file.
Filter by current file name of the scanned file data (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the scanned file data.
Filter by set to true to remove the current scanned file data file.
Filter by current file name of the forwarded file data (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the forwarded file data.
Filter by set to true to remove the current 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 whether notified is enabled.
Filter by date and time the customer collected the delivery.
Filter by whether billed is enabled.
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 iD of the forwarding address unique associated with this record.
Filter by iD of the check deposited product unique associated with this record.
Filter by iD of the forwarded product unique associated with this record.
Filter by iD of the scanned product unique associated with this record.
Filter by iD of the recycled product unique associated with this record.
Filter by iD of the shredded product unique associated with this record.
Filter by iD of the stored for collection product unique associated with this record.
Filter by iD of the returned to sender product unique associated with this record.
Filter by iD of the collected product unique associated with this record.
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