When I try to execute the request to GET ../api/data/<version>/officedocuments
and at least 10 entities, I get an error:
{"error":{"code":"0x80040800","message":"The 'RetrieveMultiple' method does not support entities of type 'officedocument'."}}
The same problem I faced when I was trying to get full JSON of specific entity records
{"error":{"code":"0x80040800","message":"The 'Retrieve' method does not support entities of type 'roletemplate'."}}
Can someone suggest me how can I list all entity records for example for officedocument
entity and get full JSON for mentioned above roletemplate
records?