File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ function getAllCallLogsAssignedToAParticularUser($options)
832832
833833| Parameter | Tags | Description |
834834| -----------| ------| -------------|
835- | start | ``` Optional ``` ``` DefaultValue ``` | For pagination, the position that represents the first result for the page |
835+ | start | ``` Optional ``` | For pagination, the position that represents the first result for the page |
836836| limit | ``` Optional ``` | For pagination, the limit of entries to be returned |
837837
838838#### Example Usage
Original file line number Diff line number Diff line change @@ -53,9 +53,7 @@ public static function getInstance()
5353 * @throws APIException Thrown if API call fails
5454 */
5555 public function getAllCallLogsAssignedToAParticularUser (
56- $ options = [
57- 'start ' => 1
58- ]
56+ $ options
5957 ) {
6058 //check or get oauth token
6159 OAuthManager::getInstance ()->checkAuthorization ();
You can’t perform that action at this time.
0 commit comments