Hi All,
I have an API user that need to access the api/v1/Attachment service to retrieve an attachment list filtered by parentId (with other attributes like file size and content type).
The problem is that when I try GETting a result from that endpoint, the system always respond with '403 Forbidden' Status, and I have no way to set Attachment read permission on roles since there is no Attachment entity.
Is there any workaround on this?
Thank you very much
I have an API user that need to access the api/v1/Attachment service to retrieve an attachment list filtered by parentId (with other attributes like file size and content type).
The problem is that when I try GETting a result from that endpoint, the system always respond with '403 Forbidden' Status, and I have no way to set Attachment read permission on roles since there is no Attachment entity.
Is there any workaround on this?
Thank you very much
Comment