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": "f92ed148-e416-44f1-906c-49e3cbc4728e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-12-25T12:26:37.0906127+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "f92ed148-e416-44f1-906c-49e3cbc4728e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-12-25T12:26:37.0906127+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": "c891f051-f4ae-4bdc-b24a-cb239d2461d4",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-12-25T12:26:37.1062421+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "c891f051-f4ae-4bdc-b24a-cb239d2461d4",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-12-25T12:26:37.1062421+00:00",
    "NeedUpdate": true
  }
]