I've been digging around trying to find out how to properly format the ObjectId for a folder but haven't found anything.
I'm trying to access calls like getSubFolders and getFolderContents via the API. I'm able to connect just fine and can perform searches, open documents etc. I've seen the following examples but neither are working for me:
!nrtdms:0:!session:[SERVER]:!database:[DATABASE]:!folder
rdinary,[prj_id]:
iwl:dms=[SERVER]&lib=[DATABASE]&folder=[prj_id]
Either of those results in the following error: Unable to access the object. It may have been deleted or you may not have security access.
I'm using the admin account for connecting (while testing) so permissions aren't an issue. I can generate that error by passing in valid or invalid prj_id's, or nothing at all in the ObjectId.
Any thoughts?