List all the extensions for A plugin

List all the extensions for A plugin

Get a list of all the extensions for a plugin

Request
URI
GET
https://{api_host}/component-registry/api/plugins/{id}/extensions
COPY
Path Parameters
string
id
Required

The id of plugin

Query Parameters
integer
page
Optional

Page Number

integer
limit
Optional

Number of entries per page

string
$orderby
Optional

Multiple comma-separated properties sorted in ascending or descending order

integer
$top
Optional

Sets the number of returned entries from the top of the response (total number per page in relation to skip)

integer
$skip
Optional

Sets how many entries you would like to skip

string
$filter
Optional

Boolean expression for whether a particular entry should be included in the response


Responses
200

successful operation

Returns PageExtensionInfo of type(s) */*
{
    "number": 0,
    "size": 0,
    "last": false,
    "numberOfElements": 0,
    "totalPages": 0,
    "content": [
        {
            "extensionPointId": "string",
            "plugin": {
                "pluginId": "string",
                "publisher": "string"
            },
            "permissions": [
                "string"
            ],
            "description": "string",
            "json": "string",
            "label": "string",
            "iconUrl": "string",
            "extensionId": "string"
        }
    ],
    "first": false,
    "totalElements": 0
}
integer As int32 As int32
number
Optional

number

integer As int32 As int32
size
Optional

size

boolean
last
Optional

last

integer As int32 As int32
numberOfElements
Optional

numberOfElements

integer As int32 As int32
totalPages
Optional

totalPages

sort
Optional

sort

content
Optional

content

boolean
first
Optional

first

integer As int64 As int64
totalElements
Optional

totalElements