Hi ,
Can we get custom attributes in the inline parameter in a single call.
Below i am try to get the documents under a folder Id , if i include a custom attribute it throws a error .
I am trying to minimize round trips to get the custom attributes .
Below works when custom attributes are not included
/repositories/era2dev/folders/0b1eb3708023ee0c/documents.json?inline=true&view=r_object_id,a_content_type,authors
Does not work
/repositories/era2dev/folders/0b1eb3708023ee0c/documents.json?inline=true&view=r_object_id,a_content_type,authors,custom_attr
{
"status": 400,
"code": "E_INPUT_ILLEGAL_ARGUMENTS",
"message": "There are illegal arguments provided.",
"details": "(DM_QUERY2_E_UNRECOGNIZED_HINT) RETURN_RANGE is an unknown hint or is being used incorrectly."
}