micha80
10 years agoExpert
User Resource in API V2 - Error Code 301
Hello,
I want to make an API V2 call for a user resource in a custom component. It looks like this:
<#assign LiQL_User = "SELECT * FROM users WHERE id = '19'" />
<#assign author = restadmin("2.0","/search?q=" + LiQL_User?url) />
But I always get the error 301. Does anyone know what I am doing wrong?
Kind regards,
Michael