GET api/Adapter/GetPlugins
Request Information
URI Parameters
None.
Body Parameters
Collection of PluginItem| Name | 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": "a3ba2e00-7738-4639-8d59-f9556df2af09",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-31T16:28:28.3193853+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "a3ba2e00-7738-4639-8d59-f9556df2af09",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-31T16:28:28.3193853+00:00",
"NeedUpdate": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PluginItem| Name | 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": "5fa93bd2-19af-43bf-894f-a75d59a105c4",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-31T16:28:28.3193853+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "5fa93bd2-19af-43bf-894f-a75d59a105c4",
"PluginType": "sample string 2",
"LastUpdateDate": "2026-01-31T16:28:28.3193853+00:00",
"NeedUpdate": true
}
]