GET v1/accountsnotesbulk?accountid={accountid}&useuserdate={useuserdate}&startdate={startdate}&enddate={enddate}
Gets a list of all account notes for the authenticated user for a specified accountID
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| AccountID |
A single AccountID to get notes |
string |
Required. |
| UseUserDate |
Get data based on user date? Defaults to created date. |
boolean |
Default value is False |
| StartDate |
Starting range date for retreiving notes |
date |
None. |
| EndDate |
Ending range date for retreiving notes |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
List of account notes
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.