Get all files

This API will result a paginated response (limit 30) of the list of certificates created under your account.

End Point

{{base_url}}/recent-files?page=1

API Description

This API provides a paginated response, limiting the results to 30 certificates per page, and showcasing a comprehensive list of certificates created under your account.

The primary_version_id parameter denotes the identifier for the initial version associated with a file, offering insight into the evolution of each certificate. This enables efficient tracking and management of certificates associated with your account, facilitating a seamless understanding of their creation history.

Method

GET

Attributes

Attribute
Type
Description

status

Integer

Represents the status of the API response.

message

String

Provides a message indicating the success or failure of the API request.

result

Array

An array containing objects with information about different categories.

result.id

Integer

Unique identifier for a category.

result.primary_version_id

String

Unique identifier for the primary version of the file.

result.name

String

The name of the file.

result.contributor

String

The contributor of the file.

result.status

String

The status of the file (e.g., "completed").

result.createdAt

String

The timestamp when the file was created.

result.updatedAt

String

The timestamp when the file was last updated.

result.lastUpdatedAt

String

The timestamp of the last update to the file.

result.userId

String

Unique identifier for the user associated with the file.

Request

Response

Last updated