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 Timesheets API

Weekly timesheets and the timesheet approval workflow.

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

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

This API exposes 5 operations across 4 paths, and defines 14 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.

5 operations 4 paths 14 schemas 2 GET1 POST2 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 Timesheets 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 5

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

Timesheets 5

Weekly timesheets and the timesheet approval workflow.

GET
/users/{userId}/timesheets
Get user timesheets
getUserTimesheets 2 params → 200401429
GET
/timesheets
Get team timesheets
getTeamTimesheets 1 param → 200401429
POST
/timesheets/{timesheetId}/approval
Approve week / request approval
submitTimesheetApproval 1 param body → 200401429
PUT
/timesheets/{timesheetId}/approval
Approve or reject approval request
reviewTimesheetApproval 1 param body → 200401429
PUT
/timesheets/{timesheetId}/discard-approval
Discard your approval request
discardTimesheetApproval 1 param body → 200401429

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are Task (12 properties), ApprovalHistoryDays (7 properties), Timesheet (7 properties), Timecard (6 properties). Each schema is shown below with its type and property counts.

TimesheetApprovalReviewRequest
object
4 properties 1 required
DailyTime
object
4 properties
TaskTime
object
2 properties
TimesheetApprovalRequest
object
3 properties
Error
object
2 properties
Task
object
12 properties
Week
object
4 properties
Timecard
object
6 properties
Timesheet
object
7 properties
TimesheetApproval
object
6 properties
TaskEstimate
object
3 properties
TimecardHistory
object
4 properties
ApprovalHistoryDays
object
7 properties
TimesheetApprovalHistory
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

everhour-timesheets-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 Time Records API
Everhour Timecards API
Everhour Timers API
Everhour Users API