Request

Response

    Objects

    BasicItem

    object

    Represents a file that does not contain components or drawings.


    Fields

    id*
    ID! non-null
    A system-generated ID that uniquely identifies the file.
    hubAn object representing the hub that contains this file.
    projectAn object representing the project that contains this file.
    parentFolderThe folder that contains this file.
    nameA human-readable name to identify this file.
    createdOnIndicates when this file was created.
    createdByAn object representing the user who created this file.
    lastModifiedOnIndicates when this folder was most recently modified.
    lastModifiedByAn object representing the user who made the most recent modification.
    tipVersionThe most recent version of the file.
    versionsAn array containing objects that represent all versions of the file.
    extensionTypeThe extension type of the file.
    * Required


    Implements

    UsageUsed ByDescription
    Interface Item Represents an Item. An item refers to a file that exists within a folder.