GET api/LtTypeMessageNotificationLangues
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LtTypeMessageNotificationLangue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TypeMessageId | integer |
None. |
|
| LangueId | integer |
None. |
|
| NotificationId | integer |
None. |
|
| IsHeader | boolean |
None. |
|
| IsForAuthor | boolean |
None. |
|
| LastChanged | date |
None. |
|
| LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"TypeMessageId": 2,
"LangueId": 3,
"NotificationId": 4,
"IsHeader": true,
"IsForAuthor": true,
"LastChange_AuthorId": 1
},
{
"Id": 1,
"TypeMessageId": 2,
"LangueId": 3,
"NotificationId": 4,
"IsHeader": true,
"IsForAuthor": true,
"LastChange_AuthorId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLtTypeMessageNotificationLangue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<LtTypeMessageNotificationLangue>
<Id>1</Id>
<IsForAuthor>true</IsForAuthor>
<IsHeader>true</IsHeader>
<LangueId>3</LangueId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<NotificationId>4</NotificationId>
<TypeMessageId>2</TypeMessageId>
</LtTypeMessageNotificationLangue>
<LtTypeMessageNotificationLangue>
<Id>1</Id>
<IsForAuthor>true</IsForAuthor>
<IsHeader>true</IsHeader>
<LangueId>3</LangueId>
<LastChange_AuthorId>1</LastChange_AuthorId>
<NotificationId>4</NotificationId>
<TypeMessageId>2</TypeMessageId>
</LtTypeMessageNotificationLangue>
</ArrayOfLtTypeMessageNotificationLangue>