OnTime REST API
OnTime REST API / FileAttachment Json Schema
In This Topic
    FileAttachment Json Schema
    In This Topic
    Description
    Represents a comprehensive FileAttachment record within the OnTime API.
    Overview
    FileAttachment
    Represents a comprehensive FileAttachment record within the OnTime API.
    ID : string
    The unique identifier for this FileAttachment record.
    FileName : string
    The exact file name of the FileAttachment.
    Contents : string
    An array of unsigned bytes representing the raw data for this FileAttachment.
    Timestamp : string
    The date and time that that this FileAttachment was created.
    Properties
    NameDescriptionData Type
    The unique identifier for this FileAttachment record.string
    The exact file name of the FileAttachment.string
    An array of unsigned bytes representing the raw data for this FileAttachment.string
    The date and time that that this FileAttachment was created.string
    See Also