get
http://localhost:3001/api//check_in
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Success DEPRECATED: Use /time_tracking endpoint instead.
Example Response
id is the Check In ID in this case
{
check_ins: [
{
activity_phase_id: null,
created_at: "2023-05-09T11:13:13.639-04:00",
date: "2023-05-09",
description: "Check In Description",
estimated_hours: "5.0",
id: 1234,
member_id: 11111,
phase_id: 45678,
project_id: 34567,
standard_work_category_id: null,
submittal_status: "submitted"
team_id: 12345,
updated_at: "2023-05-09T11:13:13.639-04:00",
}
]
} 400Bad Request
401Invalid Authentication Key and/or Team ID
