NextGen APIs

Directory: 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 directory has been logically deleted (not physically removed).

Boolean



active

Indicates if the directory is active and available.

Boolean



draft

Indicates if the directory is a draft in progress.

Boolean



uuid

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

String



name

directory name.

String



parentUuid

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


API list