Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Everhour Time Records API

Reported time records for the team, users, tasks, and projects.

Everhour Time Records API is one of 14 APIs that Everhour publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Time Records. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 6 paths, and defines 8 schemas. It is described by OpenAPI 3.0.3, at version 1.2.

Requests are made against a single base URL, https://api.everhour.com.

7 operations 6 paths 8 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.2
Base URL
https://api.everhour.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Everhour Time Records API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Api-Key (apiKey). By default, every request must be authenticated.

  • apiKey — API key from the bottom of your Everhour profile page.

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Time Records 7

Reported time records for the team, users, tasks, and projects.

GET
/team/time
Get all time records
getAllTimeRecords 5 params → 200401429
GET
/users/{userId}/time
Get user time records
getUserTimeRecords 5 params → 200401429
GET
/tasks/{taskId}/time
Get task time records
getTaskTimeRecords 5 params → 200401429
GET
/projects/{projectId}/time
Get project time records
getProjectTimeRecords 5 params → 200401429
POST
/time
Add time
addTime body → 201401429
PUT
/time/{timeId}
Update time record
updateTimeRecord 1 param body → 200401429
DELETE
/time/{timeId}
Delete time record
deleteTimeRecord 1 param → 200401429

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Task (12 properties), TimeRecord (8 properties), TimeHistory (6 properties), TimeRecordRequest (5 properties). Each schema is shown below with its type and property counts.

TaskTime
object
2 properties
Task
object
12 properties
TimeRecord
object
8 properties
TimeRecordExtended
TimeHistory
object
6 properties
Error
object
2 properties
TimeRecordRequest
object
5 properties 2 required
TaskEstimate
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-time-records-api-openapi.yml Raw ↑

Other APIs Everhour publishes across the network.

Everhour Clients API
Everhour Expenses API
Everhour Invoices API
Everhour Projects API
Everhour Reports API
Everhour Schedule API
Everhour Tasks API
Everhour Time Off API
Everhour Timecards API
Everhour Timers API
Everhour Timesheets API
Everhour Users API