|
Method
|
GET
|
|
URL
|
/v2/<object_full_identifier>/<record_uuid>/<target_object_full_identifier>/<multiple_relationship_full_identifier>
|
|
Parameters
|
|
|
Response Content Type
|
application/json
|
GET https://localhost:8080/v2/io_user/bb78d74e-b9dc-11e0-adfd-00ff8314382b/io_role/io_users
[{
" {
"__object_identifier": "io_role",
"io_updated_by": "764f0869-8b2a-4e43-8f23-88f593863eff",
"io_name": "Standard User",
"io_active": true,
"io_tags": null,
"io_description": null,
"io_overrides": null,
"io_deleted": false,
"io_private": false,
"io_notes": null
....
},
{
"__object_identifier": "io_role",
"io_updated_by": "764f0869-8b2a-4e43-8f23-88f593863eff",
"io_name": "System Administrator",
"io_active": true,
"io_tags": null,
"io_description": null,
"io_overrides": null,
"io_deleted": false,
"io_private": false,
"io_notes": null, ...},{},....
]
|
|
The __object_identifier key defines the full identifier of the object to which the related record belongs.
|
GET https://localhost:8080/v2/io_user/bb78d74e-b9dc-11e0-adfd-00ff8314382b/io_users
400: Missing or invalid required parameter. There are more than one relationships with identifier io_users and target Object io_user. Please specify target Object in the URL.