Apex
CloudFiles Client
Query Document
to use query document docid\ dm3eh gzaocyoqd5y0r8d action in apex, you would have to use the querydocument of the client class, definition for which is as follows global static list\<string> querydocument(list\<types querydocumentpayload> payloads, string runas) parameters a list of types querydocumentpayload docid\ qye san0dxwijui4e2zn9 string runas, usually this would be a static value 'integrationuser' return type a list\<string> example list\<cldfs types querydocumentpayload> querydocuments = new list\<cldfs types querydocumentpayload>{ new cldfs types querydocumentpayload( 'query', 'processeddocumentid' ) }; cldfs client querydocument(querydocuments, 'integrationuser');