Get Resources With Adapter Kind

Get Resources With Adapter Kind

This API provides the Resources by passing specified Adapter Kind Key

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

The Adapter Kind Identifier

Query Parameters
integer
page
Optional
Constraints: default: 0

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

integer
pageSize
Optional
Constraints: default: 1000

Expected number of entries per page


Authentication
This operation uses the following authentication methods.
Responses
200

The set of Resources

Returns resources of type(s) application/json
"No Custom Example is Available"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
resourceList
Optional

The Collection of Resources


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/adapterkinds/{adapterKindKey}/resources