Get Action

Get Action

The returned definition contains base data for the action, as well the input parameter's definitions and the output type.

Request
URI
GET
https://{api_host}/vco/api/actions/{categoryName}/{actionName}
COPY
Path Parameters
string
categoryName
Required

categoryName

string
actionName
Required

actionName


Responses
200

The request is successful

Returns action of type(s) application/json
{
    "fqn": "string",
    "parameter": [
        {
            "scope": "string",
            "name": "string",
            "description": "string",
            "type": "string",
            "value": {
                "objectType": "string"
            },
            "updated": false
        }
    ],
    "name": "string",
    "description": "string",
    "output-type": "string",
    "href": "string",
    "id": "string",
    "relations": {
        "total": 0,
        "start": 0,
        "link": [
            {
                "rel": "string",
                "attribute": [
                    {
                        "displayValue": "string",
                        "name": "string",
                        "value": "string"
                    }
                ],
                "href": "string",
                "type": "string"
            }
        ]
    },
    "version": "string"
}
string
fqn
Optional

fqn

array of parameter
parameter
Optional

parameter

string
name
Optional

name

string
description
Optional

description

string
output-type
Optional

output-type

string
href
Optional

href

string
id
Optional

id

relations
Optional

relations

string
version
Optional

version


401

The user is not authorized

Operation doesn't return any data structure

404

Can not find an action with the specified name

Operation doesn't return any data structure