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": "53909841-a496-4e2a-a490-b4327da45e0e", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00", "NeedUpdate": true }, { "AppVersionId": "53909841-a496-4e2a-a490-b4327da45e0e", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-16T14:29:01.2807257+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": "694b4885-134b-4b28-b006-f773ab40eef5", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00", "NeedUpdate": true }, { "AppVersionId": "694b4885-134b-4b28-b006-f773ab40eef5", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-16T14:29:01.2807257+00:00", "NeedUpdate": true } ]