Back to Integration Conflicts

GET Method Details for GetAll.

Get all integration conflicts by conflict status type

Definition

https://app[x].timelog.com/[account name]/api/v{version}/integration-conflicts

Parameters

  • conflictStatusType integer Integration conflict status type (Optional) If this parameter is not passed in, it will return all integration conflicts in all statuses. (Active = 1, Ignored = 2, Resolved = 3)
  • version string The requested API version

Returns

  • [200] A list of integration conflicts
    • ConflictDateTime string Gets or sets the conflict date time.
    • ConflictID integer Gets or sets the conflict identifier.
    • ConflictStatusType integer Gets or sets the conflict status type.
    • ConflictType integer Gets or sets the conflict type.
    • ExternalSystemID integer Gets or sets the external system ID where the conflict occurs.
    • ID string Gets or sets the conflict Guid.
    • OriginalErrorCode integer Gets or sets the original TimeLog error code.
    • OriginalErrorMessage string Gets or sets the original TimeLog error message.
    • ResolvedByUserID integer Gets or sets the user ID that resolves the conflict.
    • ResolveOptionTypes array Gets or sets the resolve option types available to the conflict status type.
    • ResolveOptionTypeUsed integer Gets or sets the resolve option type used.
    {
      "ConflictDateTime": "2024-05-18T00:00:00+00:00",
      "ConflictID": 0,
      "ConflictStatusType": 0,
      "ConflictType": 0,
      "ExternalSystemID": 0,
      "ID": "00000000-0000-0000-0000-000000000000",
      "OriginalErrorCode": 0,
      "OriginalErrorMessage": "",
      "ResolvedByUserID": 0,
      "ResolveOptionTypes": "",
      "ResolveOptionTypeUsed": 0
    }
  • [401] Invalid authentication token
  • [500] Request to GetAll has failed
    • Code integer Gets the code.
    • Details array Gets the details.
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }