Get O1 1n Action

Get O1 1n Action

Get o11nAction by given category name and action name for tenant.

Request
URI
GET
https:///o11n-gateway-service/api/tenants/{tenantId}/actions/{categoryName}/{name}
COPY
Path Parameters
string
tenantId
Required

the tenant id

string
categoryName
Required

the parent category name

string
name
Required

the o11nAction


Responses
200

'Success' with the o11nAction

Returns o11n-action of type(s) */*
{
    "fqn": "string",
    "name": "string",
    "description": "string",
    "resultContentType": {
        "typeId": "string"
    },
    "inputParameters": [
        {
            "name": "string",
            "type": "string",
            "contentType": {
                "typeId": "string"
            }
        }
    ],
    "resultType": "string"
}
string
fqn
Required

fqn

string
name
Required

name

string
description
Required

description

resultContentType
Optional

resultContentType

inputParameters
Optional

inputParameters

string
resultType
Optional

resultType


404

'Not found' if no o11nAction for provided input

Operation doesn't return any data structure