I'm using a ShPG workflow in order to pull out the names of people assigned to open issues in an OOTB issues list. I use the CALL action with "this" as follows:
http://site.subsite/_api/web/lists/getbytitle('Issues')/Items?$select=AssignedTo
But it does not work and if I enter it in the browser it ends in a http400 error message. However, if i.e. I would use
http://site.subsite/_api/web/lists/getbytitle('Issues')/Items?$select=Title,Status
it works fine and delivers the requested results when entered into the browser.
There are 4 entries in the list, each of them has all fields correctly filled.
Is there any miraculous with the AssignedTo field? What am I doing wrong?
Thank you very much!