Get Resource Types For Adapter Type Using GET

Get Resource Types For Adapter Type Using GET

Contains optional parameter that specifies whether there is a need to report names in all localizations

Request
URI
GET
https://{api_host}/suite-api/api/adapterkinds/{key}/resourcekinds
COPY
Path Parameters
string
key
Required

The identifier of the adapter kind

Query Parameters
integer
page
Optional

Page number from which data needs to be displayed (0-based)

integer
pageSize
Optional

Expected number of entries per page

string
resourceKindType
Optional

The Category to which a Resource Kind belongs to

Possible values are : GENERAL, BUSINESS_SERVICE, TIER, TAG, ADAPTER_INSTANCE, GROUP, APPLICATION, NONE,
boolean
retrieveAllLocalizations
Optional

Optional param that specifies whether need to report names in all localizations


Authentication
This operation uses the following authentication methods.
Responses
200

The Resource Kinds of this Adapter

Returns resource-kinds of type(s) application/json
{
    "adapterKind": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    },
    "resource-kind": [
        {
            "adapterKind": "string",
            "adapterKindName": "string",
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "key": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "localizations": [
                {
                    "language": "string",
                    "longDescription": [
                        "string"
                    ],
                    "shortDescription": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "resourceIdentifierTypes": [
                {
                    "dataType": "string",
                    "extension": {
                        "anyObjects": [
                            {}
                        ]
                    },
                    "isPartOfUniqueness": false,
                    "links": [
                        {
                            "description": "string",
                            "href": "string",
                            "name": "string",
                            "rel": "string"
                        }
                    ],
                    "name": "string"
                }
            ],
            "resourceKindSubType": "string",
            "resourceKindType": "string"
        }
    ]
}
string
adapterKind
Required

The adapter Kind of all the specified resource kinds

array of link
links
Optional

Collection of links

pageInfo
Optional

pageInfo

resource-kind
Optional

List of Resource Kinds