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": "89ee977d-29be-43eb-ab0a-30d42841c754",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-10T17:55:50.2655096+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "89ee977d-29be-43eb-ab0a-30d42841c754",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-10T17:55:50.2655096+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": "fd6aa843-a1b7-4a8d-bd9b-fde239c34bf7",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-10T17:55:50.281058+00:00",
"NeedUpdate": true
},
{
"AppVersionId": "fd6aa843-a1b7-4a8d-bd9b-fde239c34bf7",
"PluginType": "sample string 2",
"LastUpdateDate": "2025-12-10T17:55:50.281058+00:00",
"NeedUpdate": true
}
]