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": "882758fa-15b8-4592-8083-763eec5d567b",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-03-12T15:29:45.7485295+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "882758fa-15b8-4592-8083-763eec5d567b",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-03-12T15:29:45.7485295+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": "087893ee-b082-4c85-ac9d-ac241bc51338",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-03-12T15:29:45.7485295+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "087893ee-b082-4c85-ac9d-ac241bc51338",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2026-03-12T15:29:45.7485295+00:00",
    "NeedUpdate": true
  }
]