Fetch Plugin Metadata

Fetch Plugin Metadata

Plug-in metadata contains information about the types that this plug-in defines and their attributes or relations.

Request
URI
GET
https:///vco/api/catalog/{namespace}/metadata
COPY
Path Parameters
string
namespace
Required

namespace

Query Parameters
boolean
showHiddenTypes
Optional

showHiddenTypes


Responses
200

The request is successful

Returns module-metadata of type(s) application/json
{
    "namespace": "string",
    "type": [
        {
            "icon-href": "string",
            "name": "string",
            "attribute": [
                {
                    "display-name": "string",
                    "name": "string",
                    "description": "string",
                    "possible-result-type": "string"
                }
            ],
            "relation": [
                {
                    "display-name": "string",
                    "name": "string",
                    "type": "string"
                }
            ]
        }
    ]
}
string
namespace
Optional

namespace

type
Optional

type


401

User is not authorized

Operation doesn't return any data structure