Skip to main content

Get Measurement Chart

GET 

/api/v1/measurement-charts/:style_id

Get Measurement Chart

Request​

Path Parameters

    style_id stringrequired

Responses​

OK

Schema

    data

    object

    Measurement charts data

    clientUpdatedDate date-time

    The last updated date from the client system of the Measurement Chart

    measurements

    object[]

    List of measurement charts

  • Array [

  • caption stringrequired

    Caption of the point of measurement

    isPomCritical boolean

    Measurement is critical or not

    pom stringrequired

    Possible values: non-empty

    Point of measurement of the measurement chart

    setId stringnullable

    The external id of the measurement set. Use this field when you want to group POMs in a specified set

    sizes

    object[]

    Sizes in a measurement chart

  • Array [

  • measurement numberrequired

    Measurement value of a size

    size stringrequired

    Possible values: non-empty

    Size name

  • ]

  • tolerance numbernullable

    Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance

    toleranceLower numbernullable

    Tolerance Lower, use this attribute together with toleranceUpper if your organization has enabled Unequal Tolerance

    toleranceUpper numbernullable

    Tolerance Upper, use this attribute together with toleranceLower if your organization has enabled Unequal Tolerance

    unit stringrequired

    Unit used for measurement. Current values: inch, cm, mm

  • ]

  • source stringnullable

    The source from which the Measurement Chart data comes

Loading...