I am getting only some fields while calling Workfront API through postman. how to get all the fields?
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.