MergeHRISClient.Api.Issues.issues_list
You're seeing just the function
issues_list
, go back to MergeHRISClient.Api.Issues module for more information.
Specs
issues_list(Tesla.Env.client(), keyword()) :: {:ok, MergeHRISClient.Model.PaginatedIssueList.t()} | {:error, Tesla.Env.t()}
Gets issues.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
- :account_token (String.t): account_token
- :cursor (integer()): The pagination cursor value.
- :end_date (String.t): If included, will only include issues whose most recent action occurred before this time
- :end_user_organization_name (String.t): end_user_organization_name
- :include_muted (String.t): If True, will include muted issues
- :integration_name (String.t): integration_name
- :page_size (integer()): Number of results to return per page.
- :start_date (String.t): If included, will only include issues whose most recent action occurred after this time
- :status (String.t): status
Returns
on success {:error, Tesla.Env.t} on failure