You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -512,7 +577,7 @@ public HttpResponse getProjectsForHttpResponse(String accessToken, String xeroT
512
577
* @param projectId You can specify an individual project by appending the projectId to the endpoint
513
578
* @param page Set to 1 by default. The requested number of the page in paged response - Must be a number greater than 0.
514
579
* @param pageSize Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500.
515
-
* @param taskIds taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId}
580
+
* @param taskIds taskIds Search for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId}
516
581
* @param accessToken Authorization token for user set in header of each request
517
582
* @return Tasks
518
583
* @throws IOException if an error occurs while attempting to invoke the API
@@ -609,15 +674,15 @@ public HttpResponse getTasksForHttpResponse(String accessToken, String xeroTena
609
674
* @param contactId Finds all time entries for this contact identifier.
610
675
* @param page Set to 1 by default. The requested number of the page in paged response - Must be a number greater than 0.
611
676
* @param pageSize Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500.
612
-
* @param states Comma-separated list of states to find. Will find all time entries that are in the status of whatever’s specified.
677
+
* @param states Comma-separated list of states to find. Will find all time entries that are in the status of whatever’s specified.
613
678
* @param isChargeable Finds all time entries which relate to tasks with the charge type `TIME` or `FIXED`.
614
679
* @param dateAfterUtc ISO 8601 UTC date. Finds all time entries on or after this date filtered on the `dateUtc` field.
615
680
* @param dateBeforeUtc ISO 8601 UTC date. Finds all time entries on or before this date filtered on the `dateUtc` field.
616
681
* @param accessToken Authorization token for user set in header of each request
617
682
* @return TimeEntries
618
683
* @throws IOException if an error occurs while attempting to invoke the API
0 commit comments