GET v3/me/entitynotifications?pageIndex={pageIndex}&pageSize={pageSize}
get notifications for current user
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pageIndex |
Define this parameter in the request URI. |
|
| pageSize |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"entityType": 2,
"type": 3,
"data": "sample string 4",
"entityId": "sample string 5",
"addedOn": "2025-12-10T08:14:25.8632679+00:00",
"entityName": "sample string 7"
},
{
"id": "sample string 1",
"entityType": 2,
"type": 3,
"data": "sample string 4",
"entityId": "sample string 5",
"addedOn": "2025-12-10T08:14:25.8632679+00:00",
"entityName": "sample string 7"
},
{
"id": "sample string 1",
"entityType": 2,
"type": 3,
"data": "sample string 4",
"entityId": "sample string 5",
"addedOn": "2025-12-10T08:14:25.8632679+00:00",
"entityName": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfEntityNotificationOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Member">
<EntityNotificationOutVO>
<AddedOn>2025-12-10T08:14:25.8632679+00:00</AddedOn>
<Data>sample string 4</Data>
<EntityId>sample string 5</EntityId>
<EntityName>sample string 7</EntityName>
<EntityType>2</EntityType>
<ID>sample string 1</ID>
<Type>3</Type>
</EntityNotificationOutVO>
<EntityNotificationOutVO>
<AddedOn>2025-12-10T08:14:25.8632679+00:00</AddedOn>
<Data>sample string 4</Data>
<EntityId>sample string 5</EntityId>
<EntityName>sample string 7</EntityName>
<EntityType>2</EntityType>
<ID>sample string 1</ID>
<Type>3</Type>
</EntityNotificationOutVO>
<EntityNotificationOutVO>
<AddedOn>2025-12-10T08:14:25.8632679+00:00</AddedOn>
<Data>sample string 4</Data>
<EntityId>sample string 5</EntityId>
<EntityName>sample string 7</EntityName>
<EntityType>2</EntityType>
<ID>sample string 1</ID>
<Type>3</Type>
</EntityNotificationOutVO>
</ArrayOfEntityNotificationOutVO>