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": "0b249064-1c7d-4e64-b051-0af25be02470",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-06T01:31:31.0664513+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "0b249064-1c7d-4e64-b051-0af25be02470",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-06T01:31:31.0664513+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": "8bdbc991-c843-409b-93b6-6d64d4cbd93e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-06T01:31:31.0664513+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "8bdbc991-c843-409b-93b6-6d64d4cbd93e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-06T01:31:31.0664513+00:00",
    "NeedUpdate": true
  }
]