Method
|
GET
|
URL
|
/v2/query?q=select *,io_owner.* from io_showcase order by io_created_on desc
|
Parameters
|
q
|
Response Content Type
|
application/json
|
|
Each returned record includes the __object_identifier pseudo-field, which contains the full identifier of the object to which the record belongs. In this case, the related field io_owner is also expanded as an inner record, and also includes the __object_identifier pseudo-field that points to an instance of the User object.
|