Discover referenced resources

Finds all resource references from a set of specified resource identifiers.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

options
resourceIdentifierslist of objectsOptional
Array of resource identifiers to find references for.
recursivebooleanOptionalDefaults to false
If true, recursively looks up resources on all referenced resources.
includeResourcesbooleanOptionalDefaults to false
If true, include the full resource document in each resource reference object.
ignoremap from strings to enumsOptional
An object of resource types to directions that will not be included in discovery. Cannot be used with include.
Allowed values:
includemap from strings to enumsOptional
An object of resource types and directions to be included in discovery. Cannot be used with ignore.
Allowed values:
removeCyclesbooleanOptionalDefaults to false
If true, removes all cyclic relationships from the list of resource references.

Response

References
messagestring
datamap from strings to lists of objects or null
metadataobject

Errors

500
Internal Server Error