Replies: 2 comments 1 reply
-
|
Hi @lombao, correct request: |
Beta Was this translation helpful? Give feedback.
-
|
sorry about the username typo, I know about the case, that is NOT the problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am uncertain on how to classify this. My apologies in advance if I missed something in the doc, but I would have assume that the reply of both internal openidm.read and REST api should be basically the same
In the ast version 7.0.2 of openidm I am seeing the following
If I use CURL to get a fields like "_fields=username,manager/userName"... then I get the expected response
{ "_id":"...." "userName": The right username .. "manager" { .... "userName": " Username of the manager" } }But if I request the same using openidm.read , the reply is like
{ "_id": "the correct id as before" "userName": The username of the Manager !!!!!!! "manager" { ..... } }It is like when using openidm.read there is a clash or problem when using "/"
Is it a bug ? Is it expected behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions