GET api/Adapter/GetPlugins

Request Information

URI Parameters

None.

Body Parameters

Collection of PluginItem
NameDescriptionTypeAdditional information
AppVersionId

globally unique identifier

None.

PluginType

string

None.

LastUpdateDate

date

None.

NeedUpdate

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AppVersionId": "defc51bd-1850-45b4-a949-162cf01f0d3e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-06-18T06:32:11.0243552+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "defc51bd-1850-45b4-a949-162cf01f0d3e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-06-18T06:32:11.0243552+00:00",
    "NeedUpdate": true
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IEnumerable`1'.

Response Information

Resource Description

Collection of PluginItem
NameDescriptionTypeAdditional information
AppVersionId

globally unique identifier

None.

PluginType

string

None.

LastUpdateDate

date

None.

NeedUpdate

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AppVersionId": "dc799e05-1834-4553-b4c5-d33882b7f8b8",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-06-18T06:32:11.0243552+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "dc799e05-1834-4553-b4c5-d33882b7f8b8",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-06-18T06:32:11.0243552+00:00",
    "NeedUpdate": true
  }
]