1

I'm receiving this response when I try to create a user filter in the GoodData API, does anybody knows what is this error and how to solve it?

{
   "error" : {
      "parameters" : [
         "[/gdc/md/PROJECT_ID/obj/OBJECT_ID]=[/gdc/md/PROJECT_ID/obj/OBJECT_ID/elements?id=ELEMENT_ID] OR [/gdc/md/PROJECT_ID/obj/OBJECT_ID]=[/gdc/md/PROJECT_ID/obj/OBJECT_ID/elements?id=ELEMENT_ID]"
      ],
      "requestId" : "REQUEST_ID",
      "component" : "Resource::Obj::Service",
      "errorClass" : "GDC::Exception::User",
      "message" : "Expression not allowed in userFilter '%s'."
   }
}

1 Answers1

1

Well I was picking the wrong id, I was using de url value instead the "formOf" value found in the /gdc/md/PROJECT_ID/obj/OBJECT_ID

  • Hello João, I believe it has solve the issue. Is that correct? Thanks Filip – Filip Sep 20 '17 at 06:57
  • Hello Filip, yes, I think that the message should be different indicating that I was trying to use an incorrect ID. But fortunately it was solved. Thank you. – João Paulo Moraes Sep 22 '17 at 12:08