GetNeedleSequence

Get the needle sequence list of an embroidery file.Currently supported for TC (Z00) and TBF embroidery file formats.

It is necessary to set the embroidery type:
"EmbroideryType": "TC"
or
"EmbroideryType": "TBF"

Json request:


{
  "RequestType": "GetNeedleSequence",
  "EmbroideryType": "TBF",
  "EmbroideryBase64": "base64 encoded embroidery data"
}

  

Json response:


[
  1,
  1,
  2,
  2,
  1,
  2,
  1,
  3,
  4,
  1
]

  

The returned list contains the used needle number for each sequence of the embroidery file.