This resource is used to retrieve call notes for CDR:s for calls. Please see the note on paging.
GET
Mandatory parameters
None.
Optional parameters
| Name | Type | Description |
|---|---|---|
| from_date | string | From date in UTC, format 'YYYY-MM-DD HH:MM:SS'. |
| to_date | string | To date in UTC, format 'YYYY-MM-DD HH:MM:SS'. |
| customer_id | int | Kaisa's unique ID for customer. |
| cdr_id | int | Kaisa's unique ID for CDR. |
| page | int | Page number to view, zero-indexed, first page is 0. The default is 0. |
| pagesize | int | Number of records to return per page. Default is 1000. Max is 1000. |
| last_id | int | Fetch only call notes from from last_id |
| cdr_id | int | Kaisa's unique ID of cdr. |
Output
| Name | Type | Description |
|---|---|---|
| cdr_id | int | Kaisa's unique ID of cdr. |
| call_note_id | int | Kaisa's unique id of the call note |
| timestamp | string | Date note was entered in UTC, format 'YYYY-MM-DD HH:MM:SS'. |
| user | string | Identifies the user who entered the note |
| note | string | The text content of the note. |
POST
Method not supported.
PUT
Method not supported.
DELETE
Method not supported.
Comments
0 comments
Please sign in to leave a comment.