Hi, i wanted to list attachments with some filters:
I have ApiUser with a Role where everything is enabled.
I am sending the request with "X-Api-Key: <api-key>" header correctly.
Other API request works correctly, but this particular case doesn't, because i am getting 403.
Is Attachment listing disabled for API or am i just missing something?
Code:
http://domain/api/v1/Attachment? where[0][type]=in& where[0][attribute]=id& where[0][value][]=667ae1cfcaa0e4b79& where[0][value][]=667ae1cfcaa0ea496& maxSize=5& offset=0& orderBy=createdAt& order=desc
I have ApiUser with a Role where everything is enabled.
I am sending the request with "X-Api-Key: <api-key>" header correctly.
Other API request works correctly, but this particular case doesn't, because i am getting 403.
Is Attachment listing disabled for API or am i just missing something?
Comment