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": "6a04414e-e3ee-4249-be6b-4d5e8a336e6d",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-11-19T20:40:33.7161005+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "6a04414e-e3ee-4249-be6b-4d5e8a336e6d",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-11-19T20:40:33.7161005+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": "f7d2a99d-13ae-484f-92ef-d56165392f24",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-11-19T20:40:33.7316324+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "f7d2a99d-13ae-484f-92ef-d56165392f24",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-11-19T20:40:33.7316324+00:00",
"NeedUpdate": true
}
]