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.
- [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.