pixi Developer & Integration Documentation

pixiReadItemTags

Description

API call to get all available item tags


Request Parameters

# Name Type Required Example Description
1 Start integer 0 123 Start tag id (last id from your last request)
2 RowCount integer 0 123 Amount of rows to be returned

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiReadItemTags>
         <dem:Start>123</dem:Start>
         <dem:RowCount>123</dem:RowCount>
      </dem:pixiReadItemTags>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: Result set

# Name Type Description
1 TagKey integer TagKey
2 TagName string TagName
3 TagDescription string TagDescription
4 IsSystemTag boolean IsSystemTag

Additional Notes

System tags ids have negative values