kananga
(John K)
June 28, 2024, 4:41pm
21
Thanks @Olga and @klincecum , that looks like it should be a good workaround for my use case!
I am still gonna keep after support on the REST method though. If it should be returning more than it does it’s broken. If it’s some kind of security or process that’s attempting to limit scope that’s not working correctly or consistently either.
1 Like
Olga
(Olga Klimova)
June 28, 2024, 4:53pm
22
OData REST is just built on top of GetRows. So it returns whatever that method returns. If it is not what you want, you have to use another method.
klincecum
(Kevin Lincecum)
June 28, 2024, 5:11pm
23
I can’t get my ODATA REST call to return jack no matter what I do.
I think there is something wonky with it.
Olga
(Olga Klimova)
June 28, 2024, 5:16pm
24
what is the url you call?
1 Like
klincecum
(Kevin Lincecum)
June 28, 2024, 5:18pm
25
Hold on, I’ll go do it again.
klincecum
(Kevin Lincecum)
June 28, 2024, 5:22pm
26
I was here: /server/api/help/v2/odata/Ice.BO.menuSvc/index.html#/OData/GetRows_Menus
But today, it magically worked fine.
2 Likes
Olga
(Olga Klimova)
June 28, 2024, 5:25pm
27
It is GetRows custom method, not odata. or not. your link it to help page, not REST call, so I am not sure
1 Like
klincecum
(Kevin Lincecum)
June 28, 2024, 5:27pm
28
Yes, that one always returned properly. I couldn’t get the ODATA one to return, so I couldn’t help him.
It works now, which is good, and probably means I’m an idiot.
2 Likes