Scot Simon
Scot Simon
My experience is that if I define a document with included data, and the JSON response does not include the data, the decoding fails. For instance, JSON decoding will fail...
I think that might be the issue... although I would have to get our API guy to reproduce that code again to confirm.
I will append a copy of the JSON that is causing the problem as soon as I can get my API guy to modify the endpoint. Thank you for your...
Ok, so my developer has gotten me both the server code and the response. The server code is here. You can see where some of the included fields have been...
Ugh, Github has 'helpfully' formatted that JSON for me into a barely readable format. Sorry.
So... the attributes are still returned in the Included response, but something is causing it to break during decoding -- and I assumed it was because the other objects were...
Let me try to clarify. The base json type is an "organization-group-member", which has a few attributes and a relationship to a "person" object. The response for the organization-group-member is...
Let me just share the code for both the **Organization-Group-Member** and the **Person**. This has been working... up until the point that we tried to limit the data coming back...
Well, Github mostly formatted the code correctly...
Matt, Thank you so much for your feedback! Essentially, my desire for an optional included object is completely dependent on making the relationship optional! I would probably never have caught...