Skip to main content
GET
/
sections
/
{section_id}
Get Section
curl --request GET \
  --url https://api.everhour.com/sections/{section_id} \
  --header 'X-Api-Key: <api-key>'
{
  "id": 1234,
  "name": "Section Name",
  "project": "ev:1234567890",
  "position": 1,
  "status": "open"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

section_id
number
required

Section ID

Example:

349235

Response

OK

id
number
required
Example:

1234

name
string
required
Example:

"Section Name"

project
string
required
Example:

"ev:1234567890"

position
number
required
Example:

1

status
enum<string>
Available options:
open,
archived
Example:

"open"