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": "3831ff8b-36ed-4735-8be5-eb467ba4fed3",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-05-01T21:57:11.5859243+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "3831ff8b-36ed-4735-8be5-eb467ba4fed3",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-05-01T21:57:11.5859243+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": "a6d53f47-d9e4-45cc-a4b5-67155baf30b0",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-05-01T21:57:11.5962994+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "a6d53f47-d9e4-45cc-a4b5-67155baf30b0",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-05-01T21:57:11.5962994+00:00",
    "NeedUpdate": true
  }
]