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": "4cf838fb-a2ff-4a38-bfa2-af66e8dc76e1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-06T10:22:32.4046921+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "4cf838fb-a2ff-4a38-bfa2-af66e8dc76e1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-06T10:22:32.4046921+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": "5eab7002-3f87-4788-94f0-a290c17d963b",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-06T10:22:32.4046921+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "5eab7002-3f87-4788-94f0-a290c17d963b",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-11-06T10:22:32.4046921+00:00",
    "NeedUpdate": true
  }
]