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": "bcb3f7eb-1be8-4ef7-a949-a961279dd48d",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-07-18T01:06:42.3837511+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "bcb3f7eb-1be8-4ef7-a949-a961279dd48d",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-07-18T01:06:42.3837511+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": "7af6d00b-4889-4724-b1ce-5611c667415e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-07-18T01:06:42.3993427+00:00",
    "NeedUpdate": true
  },
  {
    "AppVersionId": "7af6d00b-4889-4724-b1ce-5611c667415e",
    "PluginType": "sample string 2",
    "LastUpdateDate": "2024-07-18T01:06:42.3993427+00:00",
    "NeedUpdate": true
  }
]