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": "2bffffe8-48b1-4504-b13a-67b7b3ee5d67",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-04-03T23:38:17.1647802+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "2bffffe8-48b1-4504-b13a-67b7b3ee5d67",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-04-03T23:38:17.1647802+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": "09e6e433-00ea-4aa6-8448-fc2ee45e76c7",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-04-03T23:38:17.1804031+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "09e6e433-00ea-4aa6-8448-fc2ee45e76c7",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-04-03T23:38:17.1804031+00:00",
    "NeedUpdate": true
  }
]