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": "a2be9cb6-bafe-4b81-84c8-ba23e8f626f9", "PluginType": "sample string 2", "LastUpdateDate": "2025-07-12T07:23:11.7252636+00:00", "NeedUpdate": true }, { "AppVersionId": "a2be9cb6-bafe-4b81-84c8-ba23e8f626f9", "PluginType": "sample string 2", "LastUpdateDate": "2025-07-12T07:23:11.7252636+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": "eef3c50f-71ef-4e1f-a309-70d7dd6414fc", "PluginType": "sample string 2", "LastUpdateDate": "2025-07-12T07:23:11.7252636+00:00", "NeedUpdate": true }, { "AppVersionId": "eef3c50f-71ef-4e1f-a309-70d7dd6414fc", "PluginType": "sample string 2", "LastUpdateDate": "2025-07-12T07:23:11.7252636+00:00", "NeedUpdate": true } ]