v1

latestOpenAPI 3.1.02026-07-14636.1 KB

List digital files

Retrieves a list of digital files with pagination and filtering.

get/digital-files

Query parameters

countinteger

Number of records to retrieve (default: 50, max: 100).

offsetinteger

Number of records to skip.

sort'created' | 'created_asc' | 'created_desc' | 'title' | 'title_desc'

Sorting order for the results. Defaults to creation date.

since_idinteger

Retrieve digital files with an ID greater than this value.

created_beforestring date-time

Retrieve digital files created before this date (ISO 8601 format).

created_afterstring date-time

Retrieve digital files created after this date (ISO 8601 format).

fieldsstring

Comma-separated list of fields to include in the response.

Response

A list of digital files.

idinteger

Unique identifier for the digital file.

createdstring date-time

Timestamp when the digital file was created.

namestring

The name of the digital file.

extensionstring

The file extension (alphanumeric only).

tagstring

A tag associated with the digital file.

sourceUrlstring

The URL of the externally hosted digital file.

isUploadedboolean

Indicates if the digital file has been uploaded.

All 6 operations