Search code examples
workfront-api

How to get all fields of Workfront object in Postman?


I am getting only some fields while calling Workfront API through postman. how to get all the fields?


Solution

  • If you want all fields for a specific object, you can pass the parameter ?fields=*. Note that this only pulls system fields but not custom fields, collections, or references.