GET Method Details for GetExternalKeys.
Get external keys by the project identifier
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project/{projectID}/external-keys
Parameters
- projectID integer Project 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.
- [401] Invalid authentication token
-
[500] External key with the project 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.