Appearance
time-tracking-employee-groups
Manage employee groups
Operations
GET/accounts/{accountUuid}/time/v2/employee-groupsPOST/accounts/{accountUuid}/time/v2/employee-groupsGET/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}DELETE/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}PATCH/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}
Get employee groups
GET
/accounts/{accountUuid}/time/v2/employee-groups
Get all employee groups for an account
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
application/json
JSON "data": [ { "uuid": "string", "translations": { "de": { "description": "string", "name": "string" }, "en": { "description": "string", "name": "string" }, "fr": { "description": "string", "name": "string" }, "it": { "description": "string", "name": "string" } } } ], "message": "string", "status": 200, "meta": { }
{
}
Add employee group
POST
/accounts/{accountUuid}/time/v2/employee-groups
Add a new employee group for an account
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "translations": { "de": { "name": "string", "description": "string" }, "en": { "name": "string", "description": "string" }, "fr": { "name": "string", "description": "string" }, "it": { "name": "string", "description": "string" } }
{
}
Responses
Successful response
application/json
JSON "data": { "uuid": "string", "translations": { "de": { "description": "string", "name": "string" }, "en": { "description": "string", "name": "string" }, "fr": { "description": "string", "name": "string" }, "it": { "description": "string", "name": "string" } } }, "message": "string", "status": 201, "meta": { }
{
}
Get employee group
GET
/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}
Get an employee group for an account
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"employeeGroupUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
application/json
JSON "data": { "uuid": "string", "translations": { "de": { "description": "string", "name": "string" }, "en": { "description": "string", "name": "string" }, "fr": { "description": "string", "name": "string" }, "it": { "description": "string", "name": "string" } } }, "message": "string", "status": 200, "meta": { }
{
}
Delete employee group
DELETE
/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}
Delete an employee group of an account
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"employeeGroupUuid*
Type
Requiredstring
Format
"uuid"Responses
Successful response
Update employee group
PATCH
/accounts/{accountUuid}/time/v2/employee-groups/{employeeGroupUuid}
Update an employee group for an account
Authorizations
ApiToken
Bearer token authentication. Create tokens in Settings > API Token.
Type
HTTP (bearer)
Parameters
Path Parameters
accountUuid*
Type
Requiredstring
Format
"uuid"employeeGroupUuid*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "translations": { "de": { "name": "string", "description": "string" }, "en": { "name": "string", "description": "string" }, "fr": { "name": "string", "description": "string" }, "it": { "name": "string", "description": "string" } }
{
}
Responses
Successful response
application/json
JSON "data": { "uuid": "string", "translations": { "de": { "description": "string", "name": "string" }, "en": { "description": "string", "name": "string" }, "fr": { "description": "string", "name": "string" }, "it": { "description": "string", "name": "string" } } }, "message": "string", "status": 200, "meta": { }
{
}