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": "9737fb48-1fd5-4021-acb1-80a825904edd",
"communication_server_id": "68b0d26d-6cdf-479f-8aff-acb4ccaeadc7",
"service_name": "sample string 3",
"start_date": "2026-01-19T06:17:33.772738+00:00",
"end_date": "2026-01-19T06:17:33.772738+00:00",
"start_hour": "00:00:00.1234567",
"end_hour": "00:00:00.1234567",
"active": "2026-01-19T06:17:33.772738+00:00",
"last_update": true
},
{
"id": "9737fb48-1fd5-4021-acb1-80a825904edd",
"communication_server_id": "68b0d26d-6cdf-479f-8aff-acb4ccaeadc7",
"service_name": "sample string 3",
"start_date": "2026-01-19T06:17:33.772738+00:00",
"end_date": "2026-01-19T06:17:33.772738+00:00",
"start_hour": "00:00:00.1234567",
"end_hour": "00:00:00.1234567",
"active": "2026-01-19T06:17:33.772738+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-19T06:17:33.772738+00:00</active>
<communication_server_id>68b0d26d-6cdf-479f-8aff-acb4ccaeadc7</communication_server_id>
<end_date>2026-01-19T06:17:33.772738+00:00</end_date>
<end_hour>PT0.1234567S</end_hour>
<id>9737fb48-1fd5-4021-acb1-80a825904edd</id>
<last_update>true</last_update>
<service_name>sample string 3</service_name>
<start_date>2026-01-19T06:17:33.772738+00:00</start_date>
<start_hour>PT0.1234567S</start_hour>
</serviceLogger>
<serviceLogger>
<active>2026-01-19T06:17:33.772738+00:00</active>
<communication_server_id>68b0d26d-6cdf-479f-8aff-acb4ccaeadc7</communication_server_id>
<end_date>2026-01-19T06:17:33.772738+00:00</end_date>
<end_hour>PT0.1234567S</end_hour>
<id>9737fb48-1fd5-4021-acb1-80a825904edd</id>
<last_update>true</last_update>
<service_name>sample string 3</service_name>
<start_date>2026-01-19T06:17:33.772738+00:00</start_date>
<start_hour>PT0.1234567S</start_hour>
</serviceLogger>
</ArrayOfserviceLogger>