List Inserts
Returns a paginated list of your active (non-deleted) inserts.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| search | String | No | N/A | Filters by partial match on name or description, or an exact insert id when the value is numeric. |
| sort | String | No | name |
One of: id, name, description, pages, created_ts, updated_ts. |
| order | String | No | asc |
asc or desc. |
| per_page | Int | No | 25 |
Page size between 1 and 100. The literal value All returns up to 1,000 rows. |