Where to find required lines needed for API text?
Need help with this API text - as either I have a syntax error or a missing line.
displayname=Days In Due Diligence
descriptionkey=resolveProject
linkedname=resolveProject
listsort=nested(resolveProject).issue
querysort=resolveProject:entryDate
textmode=true
valueexpression=ABS(DATEDIFF({resolveProject:entryDate},$$TODAY),0)
valueformat=int
Is there an article, video, or other posting - that lists out the MINIMUM REQUIRED lines needed to successful execute API Text Mode?
Meaning - when do I use "listsort" vs "listmethod" vs neither vs use both or never use both together?
Meaning - is descriptionkey and linkedname both always needed or optional?
Meaning - when is listsort vs querysort needed vs use both?
Creation of the valueexpression or valuefield is pretty well documented - but what lines goes with that expression is the grey area for me.
I am trying to become more efficient and independent at API Text Mode - but I'm needed more articles/documentation/video's on the down and dirty details.
Thanks for helping me with the above syntax and thanks for the help on pointing me to help.