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": "fb86bc69-7133-498b-845a-69b650c06083", "PluginType": "sample string 2", "LastUpdateDate": "2023-05-21T21:34:32.7959666+00:00", "NeedUpdate": true }, { "AppVersionId": "fb86bc69-7133-498b-845a-69b650c06083", "PluginType": "sample string 2", "LastUpdateDate": "2023-05-21T21:34:32.7959666+00:00", "NeedUpdate": true } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "2c2e0c2c-9f46-4a8a-8f22-e6089af28490", "PluginType": "sample string 2", "LastUpdateDate": "2023-05-21T21:34:32.8115561+00:00", "NeedUpdate": true }, { "AppVersionId": "2c2e0c2c-9f46-4a8a-8f22-e6089af28490", "PluginType": "sample string 2", "LastUpdateDate": "2023-05-21T21:34:32.8115561+00:00", "NeedUpdate": true } ]