List attachments
Get all users attachments.
GET /images
Required scope:
- images:r
Parameters
|
page optional integer
|
Page to display, used for pagination. Minimum:>= 0Default value: 0 |
|
per_page optional integer
|
Number of resource objects to return. Minimum:>= 10Maximum: =< 500Default value: 200 |
|
since optional string
|
Return all attachments that were modified since timestamp. Format:date-time |
|
status optional string
|
Return only attachments with a specific status. Possible values:new, uploaded, error, deleting |
|
include_deleted optional boolean
|
Include deleted attachments. |
* denotes required field/parameter.