GET api/Adapter/GetPlugins
Request Information
URI Parameters
None.
Body Parameters
Collection of PluginItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersionId | globally unique identifier |
None. |
|
| PluginType | string |
None. |
|
| LastUpdateDate | date |
None. |
|
| NeedUpdate | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AppVersionId": "6d3c77c5-5021-41af-9f9c-77ccc9937fc9",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-05-01T17:03:21.6227797+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "6d3c77c5-5021-41af-9f9c-77ccc9937fc9",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-05-01T17:03:21.6227797+00:00",
"NeedUpdate": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PluginItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersionId | globally unique identifier |
None. |
|
| PluginType | string |
None. |
|
| LastUpdateDate | date |
None. |
|
| NeedUpdate | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AppVersionId": "cdf830d8-61af-4f7e-9013-3bd12a871a6f",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-05-01T17:03:21.6383947+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "cdf830d8-61af-4f7e-9013-3bd12a871a6f",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-05-01T17:03:21.6383947+00:00",
"NeedUpdate": true
}
]