GET api/serviceloggerinfosapi/serviceloggerinfosbycommunicationserver/{communicationServerID}?active={active}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communicationServerID | globally unique identifier |
Required |
|
| active | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceLoggerInfosViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| communication_server_id | globally unique identifier |
None. |
|
| service_name | string |
Required String length: inclusive between 0 and 100 |
|
| start_date | date |
None. |
|
| end_date | date |
None. |
|
| start_hour | time interval |
None. |
|
| end_hour | time interval |
None. |
|
| active | date |
None. |
|
| last_update | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "09840c98-8462-4a78-817b-65d94da341ed",
"communication_server_id": "6c1ffdd3-b1d5-4e27-a88e-d93219bd22e4",
"service_name": "sample string 3",
"start_date": "2026-01-19T11:26:26.6424334+00:00",
"end_date": "2026-01-19T11:26:26.6424334+00:00",
"start_hour": "00:00:00.1234567",
"end_hour": "00:00:00.1234567",
"active": "2026-01-19T11:26:26.6424334+00:00",
"last_update": true
},
{
"id": "09840c98-8462-4a78-817b-65d94da341ed",
"communication_server_id": "6c1ffdd3-b1d5-4e27-a88e-d93219bd22e4",
"service_name": "sample string 3",
"start_date": "2026-01-19T11:26:26.6424334+00:00",
"end_date": "2026-01-19T11:26:26.6424334+00:00",
"start_hour": "00:00:00.1234567",
"end_hour": "00:00:00.1234567",
"active": "2026-01-19T11:26:26.6424334+00:00",
"last_update": true
}
]
application/xml, text/xml
Sample:
<ArrayOfserviceLogger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<serviceLogger>
<active>2026-01-19T11:26:26.6424334+00:00</active>
<communication_server_id>6c1ffdd3-b1d5-4e27-a88e-d93219bd22e4</communication_server_id>
<end_date>2026-01-19T11:26:26.6424334+00:00</end_date>
<end_hour>PT0.1234567S</end_hour>
<id>09840c98-8462-4a78-817b-65d94da341ed</id>
<last_update>true</last_update>
<service_name>sample string 3</service_name>
<start_date>2026-01-19T11:26:26.6424334+00:00</start_date>
<start_hour>PT0.1234567S</start_hour>
</serviceLogger>
<serviceLogger>
<active>2026-01-19T11:26:26.6424334+00:00</active>
<communication_server_id>6c1ffdd3-b1d5-4e27-a88e-d93219bd22e4</communication_server_id>
<end_date>2026-01-19T11:26:26.6424334+00:00</end_date>
<end_hour>PT0.1234567S</end_hour>
<id>09840c98-8462-4a78-817b-65d94da341ed</id>
<last_update>true</last_update>
<service_name>sample string 3</service_name>
<start_date>2026-01-19T11:26:26.6424334+00:00</start_date>
<start_hour>PT0.1234567S</start_hour>
</serviceLogger>
</ArrayOfserviceLogger>