NextGen APIs

File: Revision 1 (2025 W2)

Resource Fields

PII

SI

Field

Description

Format



id (resourceId)

Resource Id. Primary key on database

Integer



version

File version number, useful for tracking changes over time.

Integer



deleted

Indicates whether the file has been logically deleted (not physically removed).

Boolean



active

Indicates if the file is active and available.

Boolean



draft

Indicates if the file is a draft in progress.

Boolean



uuid

Universally Unique Identifier (UUID) of the file. Used to uniquely identify the file at the system level, regardless of the database.

String



name

File name.

String



directoryUuid

UUID of the parent directory. Used to organize files in a hierarchical structure.

String



uuidPath

Full path of the file, represented as a sequence of parent UUIDs, separated by a delimiter (e.g., /parentUuid1/parentUuid2/uuid).

String



creationDate

File creation date and time (UTC).

Date-time



creationDateCentral

File creation date and time, converted to a central timezone.

Date-time



editDate

File last modification date and time (UTC).

Date-time



editDateCentral

file last modification date and time, converted to a central timezone.

Date-time



authorId

Identifier of the user who created the file.

Integer



editorId

Identifier of the user who last modified the file.

Integer



typeId

Identifier of the file type (FILE or DIRECTORY).

Integer



startValidityDate

File start validity date.

Date-time



endValidityDate

File end validity date.

Date-time



system


Boolean



originId

Identifier of the file's origin system or application.

Integer



physicalPath

The physical path of the file on the server.

String



fileExtension

the file extension.

String



byteDimension

File size in bytes.

Integer



originalName

The original name of the file.

String


API list