Back to Time Registration External Keys

GET Method Details for GetExternalKeys.

Get external keys by time registration identifier

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-registration/{timeRegistrationID}/external-keys

Parameters

  • timeRegistrationID integer Time registration identifier
  • version string The requested API version

Returns

  • [200] An external key list
    • DomainGuid string Gets or sets the TimeLog's domain Guid.
    • DomainID integer Gets or sets the TimeLog's domain identifier.
    • DomainType integer Gets or sets the TimeLog's domain type.
    • ExternalID string Gets or sets the external identifier.
    • ExternalSystemID integer Gets or sets the external system identifier.
    • ExternalSystemName string Gets or sets the external system name.
    • IsIgnored boolean Gets or sets a value indicating whether this external key is ignored.
    {
      "DomainGuid": "00000000-0000-0000-0000-000000000000",
      "DomainID": 0,
      "DomainType": 0,
      "ExternalID": "",
      "ExternalSystemID": 0,
      "ExternalSystemName": "",
      "IsIgnored": false
    }
  • [401] Invalid authentication token
  • [500] External key with the time registration ID 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.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }