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": "86eaa4d2-3108-4d68-9529-9fb447103b27",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-11T11:01:45.1116591+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "86eaa4d2-3108-4d68-9529-9fb447103b27",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-11T11:01:45.1116591+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": "779ea06e-a05d-4181-9199-47210e314c48",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-11T11:01:45.1116591+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "779ea06e-a05d-4181-9199-47210e314c48",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-11T11:01:45.1116591+00:00",
"NeedUpdate": true
}
]