GET Method Details for GetByID.
Get an integration conflict by the integration conflict identifier
Definition
https://app[x].timelog.com/[account name]/api/v{version}/integration-conflicts/{integrationConflictID}
Parameters
- integrationConflictID integer Integration conflict identifier
- version string The requested API version
Returns
-
[200] An integration conflict
- 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] Integration conflict with the identifier does not exist
- 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.