MergeHRISClient.Api.SyncStatus.sync_status_list

You're seeing just the function sync_status_list, go back to MergeHRISClient.Api.SyncStatus module for more information.
Link to this function

sync_status_list(connection, authorization, x_account_token, opts \\ [])

View Source

Specs

Get syncing status.

Parameters

  • connection (MergeHRISClient.Connection): Connection to server
  • authorization (String.t): Should include 'Bearer ' followed by your production API Key.
  • x_account_token (String.t): Token identifying the end user.
  • opts (KeywordList): [optional] Optional parameters
    • :cursor (integer()): The pagination cursor value.
    • :page_size (integer()): Number of results to return per page.

      Returns

on success {:error, Tesla.Env.t} on failure