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": "367ce443-ff58-43c0-bc7c-03b08cd4d08a",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-07-30T16:48:24.9214834+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "367ce443-ff58-43c0-bc7c-03b08cd4d08a",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-07-30T16:48:24.9214834+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": "7b1114b6-50da-43b2-8fc3-984f4a4747bd",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-07-30T16:48:24.9371017+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "7b1114b6-50da-43b2-8fc3-984f4a4747bd",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-07-30T16:48:24.9371017+00:00",
"NeedUpdate": true
}
]