Get Normalizations
Returns the list of normalized resources based on the query parameters. Id and Type of the resource on which the normalizations is to be performed, are to be specified as query parameters in the URI. The target resource types to which normalization is to be done should also be specified as query parameter.
Comma separated list of fields that should be included to result of query
Identifier of the resource on which normalization is to be performed
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)
Resource type valid for use as target in normalization API.
sort_ascending
Resource type valid for use as source in normalization 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