Retrieve Notes Details by Account ID
get
/notes-service/getNotes
This endpoint is used to retrieve notes details by account ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountId: string
Account ID of the Notes.
-
capturedBy: string
The Captured By value of the Notes to be retrieved.
-
limit: string
Limit of the notes.
-
offset: string
Offset of the notes.
Header Parameters
-
appId(required): string
The App ID of the application making the request.
-
branchCode(required): string
The Branch Code of the user.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The Tenant ID of the user.
-
userId(required): string
The User ID of the user making the request.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the notes details based on given Account ID.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error