GET api/Adapter/GetPlugins
Request Information
URI Parameters
None.
Body Parameters
Collection of PluginItemName | 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": "b08897ba-5d42-46c7-8fd0-fb576ada33e8", "PluginType": "sample string 2", "LastUpdateDate": "2025-10-19T15:38:08.8537313+00:00", "NeedUpdate": true }, { "AppVersionId": "b08897ba-5d42-46c7-8fd0-fb576ada33e8", "PluginType": "sample string 2", "LastUpdateDate": "2025-10-19T15:38:08.8537313+00:00", "NeedUpdate": true } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PluginItemName | 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": "c5f62706-7e7f-41c7-b41a-b57b81d99907", "PluginType": "sample string 2", "LastUpdateDate": "2025-10-19T15:38:08.8537313+00:00", "NeedUpdate": true }, { "AppVersionId": "c5f62706-7e7f-41c7-b41a-b57b81d99907", "PluginType": "sample string 2", "LastUpdateDate": "2025-10-19T15:38:08.8537313+00:00", "NeedUpdate": true } ]