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": "ce80d029-4b55-428f-abd3-9d3fc5d847ee",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-09-09T14:13:21.4937726+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "ce80d029-4b55-428f-abd3-9d3fc5d847ee",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-09-09T14:13:21.4937726+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": "3e3312ba-7efc-4d11-8a02-6a59675a2c22",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-09-09T14:13:21.5093991+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "3e3312ba-7efc-4d11-8a02-6a59675a2c22",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-09-09T14:13:21.5093991+00:00",
    "NeedUpdate": true
  }
]