For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTAdd one or more components to project
        • POSTCreate a new component group document
        • POSTCreate a new project
        • POSTCreate a new template document
        • POSTCreate a new workflow document
        • DELDelete a component group document
        • DELDelete a project and any components it contains
        • DELDelete a template document
        • POSTDiscover referenced resources
        • GETExport a template document
        • GETExport project as JSON document
        • GETGet a list of all the apps and adapters
        • GETGet a page of component group documents
        • GETGet a page of template documents
        • GETGet a page of workflow documents
        • GETGet a project's thumbnail
        • GETGet component group document
        • GETGet details of a workflow
        • GETGet project
        • GETGet references to a particular document
        • GETGet task details
        • POSTGet task details
        • GETGet template document
        • POSTImport a new component group document
        • POSTImport a new template document
        • POSTImport a new workflow document
        • POSTImport a project document from a JSON document
        • GETList all available rest calls
        • DELRemove a component from a project
        • PUTReplace a component group document
        • PUTReplace a template document
        • PUTReplace a workflow document
        • GETSearch projects
        • PUTSet a project's thumbnail image
        • PATCHUpdate an existing project
        • POSTValidate a workflow
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceAutomation Studio

Get references to a particular document

Deprecated
GET
http://localhost:3000/automation-studio/references-to
GET
/automation-studio/references-to
$curl http://localhost:3000/automation-studio/references-to \
> -u "<username>:<password>"
1{
2 "referencesByTarget": [
3 {
4 "target": {
5 "identifer": "940a1b4f-399a-44df-a42e-d37da51c7637",
6 "type": "workflow"
7 },
8 "totalReferencingInstances": 1.1,
9 "totalReferences": 1.1,
10 "references": {
11 "type": "workflow",
12 "_id": "940a1b4f-399a-44df-a42e-d37da51c7637",
13 "name": "string",
14 "referencePaths": [
15 "string"
16 ]
17 }
18 }
19 ]
20}
Returns references to a particular document.
Was this page helpful?
Previous

Get task details

Next
Built with

Authentication

AuthorizationBasic

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

Query parameters

target-typestringOptional
Type of document to search for references to.
target-identifiersstringOptional
IDs of the components to search for references to.
referrer-typestringOptional
Type of documents to search for references in.

Response

Response object.
referencesByTargetlist of objects

Errors

500
Internal Server Error