With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

Get the Guide on Moving from spreadsheets to software.


Get the guide

Want to join us? Become a partner. 



Become a partner

API Documentation

Category Methods

Method Description
GET list Return a list of all categories

GET list

Return a list of all categories

EXAMPLE URL

https://api.xero.com/workflowmax/3.0/category.api/list

Example Response

<Response>
  <Status>OK</Status> 
  <Categories>
    <Category>
      <UUID>c257b062-fbc9-4dc7-9132-f18ee956c4f9</UUID>
      <Name>Design</Name> 
    </Category>
    <Category>
      <UUID>892049ff-74d9-4aec-9a8a-e6412e997e4b</UUID>
      <Name>Development</Name> 
    </Category>
  </Categories>
</Response>