/
CL
clockodo
/
Clockodo API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 6d ago
Details
Filter operations
Absence
5
AccessGroup
5
AccessGroupAccess
7
AggregatesUsersMe
1
Clock
4
Customer
6
Entry
5
EntryGroup
3
EntryText
1
Favorite
6
HolidayCarryover
5
HolidayQuota
5
IndividualUserAccess
8
LumpSumService
5
NonbusinessDay
5
NonbusinessGroup
5
OvertimeCarry
5
OvertimeReduction
5
Project
8
ProjectReport
2
Rate
7
Register
1
Service
5
Subproject
6
get
/v3/subprojects
post
/v3/subprojects
get
/v3/subprojects/{id}
put
/v3/subprojects/{id}
delete
/v3/subprojects/{id}
put
/v3/subprojects/{id}/complete
Subscription
1
TargetHour
5
Team
5
User
8
UserNonbusinessDay
1
UserNonbusinessGroup
5
UserReport
2
WorkTime
7
Webhooks
Webhook
47
Subproject
post
/v3/subprojects
Request body
object
required
projects_id
integer
required
name
string
required
active
boolean
billable_default
boolean
budget
object
nullable
number
string
nullable
note
string
nullable
start_date
string
date
nullable
deadline
string
date
nullable
automatic_completion
boolean
service_assignments
integer[]
bill_service_id
string
nullable
Example request
{ "start_date": "2023-02-28", "deadline": "2023-02-28" }
Response
Successful operation
object
required
data
SubprojectV3
required
Changes