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": "676d52b6-c113-40e4-885f-ac78322e5185",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-04-24T10:44:27.2264628+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "676d52b6-c113-40e4-885f-ac78322e5185",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-04-24T10:44:27.2264628+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": "e1c8c152-ad5a-403c-a9a2-80c99b96ce25",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-04-24T10:44:27.2733385+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "e1c8c152-ad5a-403c-a9a2-80c99b96ce25",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-04-24T10:44:27.2733385+00:00",
    "NeedUpdate": true
  }
]