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": "7b16b16d-b735-4db1-99da-72feca361397",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-03T15:50:53.9088802+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "7b16b16d-b735-4db1-99da-72feca361397",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-03T15:50:53.9088802+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": "0de4361d-0d10-472b-a009-398bbc1a429a",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-03T15:50:53.9245139+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "0de4361d-0d10-472b-a009-398bbc1a429a",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-03T15:50:53.9245139+00:00",
"NeedUpdate": true
}
]