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": "fb685e25-72c3-410f-9ef3-6ae8f1da4623",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-27T10:56:24.2746829+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "fb685e25-72c3-410f-9ef3-6ae8f1da4623",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-27T10:56:24.2746829+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": "18b3a809-232c-45d9-a6e0-19f5edbef45a",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-27T10:56:24.290309+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "18b3a809-232c-45d9-a6e0-19f5edbef45a",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-27T10:56:24.290309+00:00",
    "NeedUpdate": true
  }
]