Can't Fetch a Business Object with a Subset of Items
Content
Hi, experts,
I need to fetch an object data and all the objects data linked to it.
I'm trying to fetch an object with a linked object as in the attached image.
Used the fields parameter as in chapter 4 of the following tutorial:
But when I send this request with "fields=ano;FeriadoAno:dataFeriado":
I set REST-Framework-Version to 6
Got this error:
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "URL request parameter fields with value ano;FeriadoAno:dataFeriado is not valid.",
Tagged:
0