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": "4aa21a78-a9f1-47fd-947d-2777230f4a36",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-25T07:15:08.6619356+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "4aa21a78-a9f1-47fd-947d-2777230f4a36",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-25T07:15:08.6619356+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": "838a72e4-17f2-4fc8-94cd-275890e68dac",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-25T07:15:08.6619356+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "838a72e4-17f2-4fc8-94cd-275890e68dac",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-25T07:15:08.6619356+00:00",
"NeedUpdate": true
}
]