{
"queryParameters": {
"target-type": "Ut",
"target-identifiers": "deserunt qui elit reprehenderit",
"referrer-type": "voluptate ipsum non in cillum"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"queryParameters": {
"title": "queryParameters",
"type": "object",
"description": "Options passed to the endpoint.",
"properties": {
"target-type": {
"type": "string",
"description": "Type of document to search for references to."
},
"target-identifiers": {
"type": "string",
"description": "IDs of the components to search for references to."
},
"referrer-type": {
"type": "string",
"description": "Type of documents to search for references in."
}
}
}
},
"required": [
"queryParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name
Type
Description
response
object
Response object.
Copied to Clipboard
{
"referencesByTarget": [
{
"target": {
"identifer": "940a1b4f-399a-44df-a42e-d37da51c7637",
"type": "command-template"
},
"totalReferencingInstances": -5638835.569463789,
"totalReferences": 46562770.33120507,
"references": {
"type": "command-template",
"_id": "5eb596edf955d0e5288f84ef",
"name": "fugiat Duis Ut",
"referencePaths": [
"fugiat irure dolor incididunt",
"Ut",
"sed",
"esse ad ipsum ullamco",
"Excepteur enim in qui"
]
}
},
{
"target": {
"identifer": "5eb596edf955d0e5288f84ef",
"type": "form"
},
"totalReferencingInstances": 6906857.439137638,
"totalReferences": 39162828.80272207,
"references": {
"type": "analytic-template",
"_id": "5eb596edf955d0e5288f84ef",
"name": "esse Duis ad quis",
"referencePaths": [
"fugiat ut do cillum qui",
"dolore aliqua in Excepteur",
"minim",
"incididunt officia id",
"minim magna ut"
]
}
}
]
}