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 AccountNotificationDTOName | 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": "2025-07-18T12:06:38.7694075+00:00" }, { "Id": 1, "AccountId": 2, "From": "sample string 3", "Status": "sample string 4", "Config": "sample string 5", "CreateDateTime": "2025-07-18T12:06:38.7694075+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.