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": "094dd771-53a0-4988-8ef9-0ef598d1551e", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-05T12:37:08.142334+00:00", "NeedUpdate": true }, { "AppVersionId": "094dd771-53a0-4988-8ef9-0ef598d1551e", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-05T12:37:08.142334+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": "e3a3d03c-be15-4a34-995f-4b0f43939d5f", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-05T12:37:08.142334+00:00", "NeedUpdate": true }, { "AppVersionId": "e3a3d03c-be15-4a34-995f-4b0f43939d5f", "PluginType": "sample string 2", "LastUpdateDate": "2025-09-05T12:37:08.142334+00:00", "NeedUpdate": true } ]