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": "569c936f-2604-413e-b2d9-e6cd9c253de7",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-01T16:18:13.5232976+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "569c936f-2604-413e-b2d9-e6cd9c253de7",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-01T16:18:13.5232976+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": "5ebcbafa-30ac-4849-ace0-3476dca38324",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-01T16:18:13.5388505+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "5ebcbafa-30ac-4849-ace0-3476dca38324",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-01T16:18:13.5388505+00:00",
"NeedUpdate": true
}
]