GET api/Accounts/Notifications?api={api}&userId={userId}&id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api | string |
Required |
|
| userId | string |
Required |
|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| From | string |
None. |
|
| Status | string |
None. |
|
| Config | string |
None. |
|
| CreateDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AccountId": 2,
"From": "sample string 3",
"Status": "sample string 4",
"Config": "sample string 5",
"CreateDateTime": "2026-04-05T12:44:06.5145416+00:00"
},
{
"Id": 1,
"AccountId": 2,
"From": "sample string 3",
"Status": "sample string 4",
"Config": "sample string 5",
"CreateDateTime": "2026-04-05T12:44:06.5145416+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.