Intelliprint integration (Productivity, Communication). Imported from open-connector.
https://api.intelliprint.net/v1/prints
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Intelliprint objects to return. The official API supports… |
| skip | integer | optional | The number of Intelliprint objects to skip before returning results. |
| sortOrder | string | optional | The sort direction for the Intelliprint list request. |
| fields | array | optional | The optional Intelliprint response fields to request. |
| sortField | string | optional | The Intelliprint print field used to sort the list response. |
| testmode | boolean | optional | Whether to return only test mode print jobs. |
| confirmed | boolean | optional | Whether to filter print jobs by confirmation state. |
| type | string | optional | The Intelliprint print job type to filter by. |
| reference | string | optional | A print job reference filter. |
| letterStatus | string | optional | The letter status filter sent as letters.status. |
| returnedAcknowledged | boolean | optional | Whether to filter returned letters by the acknowledged flag. |
/prints/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Intelliprint print job ID to retrieve. |
/backgrounds
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Intelliprint objects to return. The official API supports… |
| skip | integer | optional | The number of Intelliprint objects to skip before returning results. |
| sortOrder | string | optional | The sort direction for the Intelliprint list request. |
| fields | array | optional | The optional Intelliprint response fields to request. |
| sortField | string | optional | The Intelliprint background field used to sort the list response. |
| team | string | optional | The Intelliprint team ID used to filter reusable backgrounds. |
/backgrounds/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Intelliprint background ID to retrieve. |
/mailing_lists
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Intelliprint objects to return. The official API supports… |
| skip | integer | optional | The number of Intelliprint objects to skip before returning results. |
| sortOrder | string | optional | The sort direction for the Intelliprint list request. |
| fields | array | optional | The optional Intelliprint response fields to request. |
| sortField | string | optional | The Intelliprint mailing list field used to sort the list response. |
/mailing_lists/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Intelliprint mailing list ID to retrieve. |
/mailing_lists/{mailingListId}/recipients
| Param | Type | Required | Description |
|---|---|---|---|
| mailingListId | string | required | The Intelliprint mailing list ID whose recipients are listed. |
| limit | integer | optional | The maximum number of Intelliprint objects to return. The official API supports… |
| skip | integer | optional | The number of Intelliprint objects to skip before returning results. |
| sortOrder | string | optional | The sort direction for the Intelliprint list request. |
| fields | array | optional | The optional Intelliprint response fields to request. |
| sortField | string | optional | The Intelliprint mailing list recipient field used to sort the list response. |
/mailing_lists/{mailingListId}/recipients/{recipientId}
| Param | Type | Required | Description |
|---|---|---|---|
| mailingListId | string | required | The Intelliprint mailing list ID containing the recipient. |
| id | string | optional | The Intelliprint mailing list recipient ID to retrieve. |
| recipientId | string | required | Path parameter: recipientId |