I tried many things but I am unable to get only the count of documents that is belonging to a given contactId.
This is my REST: /v1/Archive/FindDocument?$select count(documentId):HideDetail:Footer&$filter=contactId=38
But not only do I get all documents on the contactId=38, but I don't get the count as a column, which I expected. Of cause RowCount works but that was not the idea.
Can someone help?
All Replies (1)
Pretty sure you need a groupby clause here? 'GroupBy(columnName):Footer' (docs)
17 Feb 2026 | 09:58 AM
Add reply
info
Please log in to post a reply.