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": "53909841-a496-4e2a-a490-b4327da45e0e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "53909841-a496-4e2a-a490-b4327da45e0e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-09-16T14:29:01.2807257+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": "694b4885-134b-4b28-b006-f773ab40eef5",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "694b4885-134b-4b28-b006-f773ab40eef5",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00",
    "NeedUpdate": true
  }
]