Get Associations
Returns information about resources that are associated with the given resource. Id and type of the resource for which associated resources are to be fetched are to be specified as query parameter in the URI. Resource type of the associated resources must be specified as query parameter.
Comma separated list of fields that should be included to result of query
Resource type valid for use as target in association API
The resource for which associated resources are to be fetched
Fetch complete list of associated resources considering containment and nesting
Maximum number of results to return in this page (server may return fewer)
Field by which records are sorted
Opaque cursor to be used for getting next page of records (supplied by current result page)
sort_ascending
Resource type valid for use as source in association API
Success
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
}
]
}
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code