Skip to content

time-tracking-activities


Get single actions

GET
/accounts/{accountUuid}/time/v2/employees/{employeeUuid}/activities/{activityUuid}/actions

Get the single actions of an activity

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
employeeUuid*
Type
string
Required
Format
"uuid"
activityUuid*
Type
string
Required
Format
"uuid"

Responses

Successful response

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"key": "string",
  
  
  
"description": "string",
  
  
  
"isApplicable": true
  
  
}
  
],
  
"message": "string",
  
"status": 200,
  
"meta": {
  
}
}

Playground

Authorization
Variables
Key
Value

Samples