POST api/Configuration/GetConfigurationTree
Request Information
URI Parameters
None.
Body Parameters
GetConfigurationTreeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CurrentUserOnly | boolean |
None. |
|
| UnreadNotificationLogFromUtc | date |
None. |
|
| SearchArticleQuery | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CurrentUserOnly": true,
"UnreadNotificationLogFromUtc": "2025-12-10T18:03:25.8514962+01:00",
"SearchArticleQuery": "sample string 2"
}
text/html
Sample:
{"Id":1,"CurrentUserOnly":true,"UnreadNotificationLogFromUtc":"2025-12-10T18:03:25.8514962+01:00","SearchArticleQuery":"sample string 2"}
application/xml, text/xml
Sample:
<GetConfigurationTreeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Msa.Online.OrderbobApi.Models.Configuration"> <CurrentUserOnly>true</CurrentUserOnly> <Id>1</Id> <SearchArticleQuery>sample string 2</SearchArticleQuery> <UnreadNotificationLogFromUtc>2025-12-10T18:03:25.8514962+01:00</UnreadNotificationLogFromUtc> </GetConfigurationTreeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |