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": "9c36ebed-6738-4e6a-a6e8-a607f4b341c9",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-18T23:29:54.5221381+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "9c36ebed-6738-4e6a-a6e8-a607f4b341c9",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-18T23:29:54.5221381+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": "f3c8dd01-5b74-4f3c-8a00-1b72f34a1826",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-18T23:29:54.5221381+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "f3c8dd01-5b74-4f3c-8a00-1b72f34a1826",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-07-18T23:29:54.5221381+00:00",
    "NeedUpdate": true
  }
]