Request

Response

    Interfaces

    Item

    interface

    Represents an Item.

    An item refers to a file or sub-folder that exists within a folder.


    Fields

    id*
    ID! non-null
    The ID that uniquely identifies the item.
    hubAn object representing the hub that contains this item.
    projectAn object representing the project that contains this item.
    parentFolderThe folder that contains this item.
    nameA human-readable name to identify this item.
    createdOnIndicates when this item was created.
    createdByAn object representing the user who created this item.
    lastModifiedOnIndicates when this item was most recently modified.
    lastModifiedByAn object representing the user who made the most recent modification.
    extensionTypeThe extension type of the item.
    * Required
    Was this section useful?


    Where Used

    UsageUsed ByDescription
    Field Of ItemVersion Represents a version of an item.
    Query By item Retrieves an object representing an item. An item refers to a file or sub-folder that exists within a folder.
    Implemented By BasicItem Represents a basic item that does not contain components or drawings. A basic item is a container that stores data, information, settings, or commands used with a computer program.
    Implemented By ConfiguredDesignItem Represents an item that contains configurations.
    Implemented By DesignItem Represents an item that contains a product design.
    Implemented By DrawingItem Represents an item that contains 2D projected views of a product design.
    Was this section useful?