DataPoint: {
    bypass: BypassType;
    dateTime: Date;
    devMode: boolean;
    id: number;
    inspectionId?: number;
    locationId: number;
    note?: string;
    partId?: number;
    processRevisionId: number;
    testLabel?: string;
    traceability: RequiredTraceRecord[];
}

Type declaration

  • bypass: BypassType

    Whether this data point is bypassed

  • dateTime: Date

    Date and time of the data point

  • devMode: boolean

    Whether this data point was stored using developer mode

  • id: number

    Internal ID of the data point

  • OptionalinspectionId?: number

    If an inspection was used to submit this data point, the internal ID of that inspection

  • locationId: number

    Internal ID of the location associated with this data point

  • Optionalnote?: string

    Note associated with the data point

  • OptionalpartId?: number

    Internal ID of the part associated with this data point

  • processRevisionId: number

    Internal ID of the revision of the process associated with this data point

  • OptionaltestLabel?: string

    If this data point was submitted from an inspection, the label of the test in the inspection

  • traceability: RequiredTraceRecord[]

    Traceability values of the data point