Get Adapter Kinds For Solution Using GET

Get Adapter Kinds For Solution Using GET

Get Adapter Kind details for the specified solution id

Request
URI
GET
https://{api_host}/api/solutions/{solutionId}/adapterkinds
COPY
Path Parameters
string
solutionId
Required

The id of the solution


Authentication
This operation uses the following authentication methods.
Responses
200

The adapter kind info

Returns adapter-kinds of type(s) application/json
{
    "adapter-kind": [
        {
            "adapterKindType": "string",
            "describeVersion": 0,
            "description": "string",
            "identifiers": [
                "string"
            ],
            "key": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "resourceKinds": [
                "string"
            ]
        }
    ]
}
adapter-kind
Optional

Collection of Adapter kinds


404

The specified Id does not exist in the system

Operation doesn't return any data structure