Back to User Preview Feature

GET Method Details for GetAll.

Gets all active preview feature for user.

Definition

https://app[x].timelog.com/[account name]/api/v{version}/user-preview-feature

Parameters

  • version string The requested API version

Returns

  • [200] A list of preview features belonging to the user
    • FeatureIdentifier integer Gets or sets the preview feature identifier
    • FeatureStage integer Gets or sets the stage of the preview feature
    • Name string Gets or sets the name of the preview feature.
    • ReleaseNumber string Gets or sets the release number of the preview feature
    {
      "FeatureIdentifier": 0,
      "FeatureStage": 0,
      "Name": "",
      "ReleaseNumber": ""
    }
  • [401] Invalid authentication token
  • [500] Unable to retrieve PreviewFeatures for the user
    • 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": ""
    }