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": "ce1b5045-6327-4f03-9f7c-0357b3e8d0e1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-05-21T18:36:45.9454151+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "ce1b5045-6327-4f03-9f7c-0357b3e8d0e1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-05-21T18:36:45.9454151+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": "82a7f6fa-8845-4038-8af1-e20b51bd99d1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-05-21T18:36:45.9610373+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "82a7f6fa-8845-4038-8af1-e20b51bd99d1",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2025-05-21T18:36:45.9610373+00:00",
    "NeedUpdate": true
  }
]