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": "b6add745-b1b4-4a27-abd0-1f18c45c46c8",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-11T13:18:00.3229369+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "b6add745-b1b4-4a27-abd0-1f18c45c46c8",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-11T13:18:00.3229369+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": "59152810-6f19-40ed-8046-65cedf972a9f",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-11T13:18:00.3229369+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "59152810-6f19-40ed-8046-65cedf972a9f",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-11T13:18:00.3229369+00:00",
"NeedUpdate": true
}
]