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": "d5dd5399-4641-47b6-ab8c-09ba922dbbec",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-09-08T11:04:14.1129659+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "d5dd5399-4641-47b6-ab8c-09ba922dbbec",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-09-08T11:04:14.1129659+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": "5b2182ff-39c4-4a57-8298-a373ad32b239",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-09-08T11:04:14.1129659+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "5b2182ff-39c4-4a57-8298-a373ad32b239",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-09-08T11:04:14.1129659+00:00",
"NeedUpdate": true
}
]