Skip to main content
Server path: /moco-time | Type: Application | PCID required: Yes

Tools

ToolDescription
moco_time_create_activitiesCreate activity
moco_time_create_activities_bulkCreate activities in bulk
moco_time_create_activities_disregardDisregard activities for invoicing
moco_time_create_schedulesCreate schedule
moco_time_create_users_holidaysCreate user holiday
moco_time_create_users_presencesCreate user presence
moco_time_create_users_presences_touchTouch user presence
moco_time_create_users_work_time_adjustmentsCreate user work time adjustment
moco_time_delete_activitiesDelete activity
moco_time_delete_schedulesDelete schedule
moco_time_delete_users_holidaysDelete user holiday
moco_time_delete_users_presencesDelete user presence
moco_time_delete_users_work_time_adjustmentsDelete user work time adjustment
moco_time_get_activitiesGet activity
moco_time_get_schedulesGet schedule
moco_time_get_users_holidaysGet user holiday
moco_time_get_users_presencesGet user presence
moco_time_get_users_work_time_adjustmentsGet user work time adjustment
moco_time_list_activitiesList activities
moco_time_list_schedulesList schedules
moco_time_list_users_holidaysList user holidays
moco_time_list_users_presencesList user presences
moco_time_list_users_work_time_adjustmentsList user work time adjustments
moco_time_start_timer_activitiesStart activity timer
moco_time_stop_timer_activitiesStop activity timer
moco_time_update_activitiesUpdate activity
moco_time_update_activities_1Update activity
moco_time_update_billable_seconds_activitiesUpdate activity billable seconds
moco_time_update_schedulesUpdate schedule
moco_time_update_schedules_1Update schedule
moco_time_update_users_holidaysUpdate user holiday
moco_time_update_users_holidays_1Update user holiday
moco_time_update_users_presencesUpdate user presence
moco_time_update_users_presences_1Update user presence
moco_time_update_users_work_time_adjustmentsUpdate user work time adjustment
moco_time_update_users_work_time_adjustments_1Update user work time adjustment

moco_time_create_activities

Create activity Parameters:
ParameterTypeRequiredDefaultDescription
billablebooleanNoWhether the activity is billable.
company_idintegerNoOptional company/customer ID shortcut.
datestringNoActivity date.
descriptionstringNoFree-text activity description.
hoursnumberNoDeprecated duration field, converted to seconds.
project_idintegerNoProject ID (mapped internally to assignment).
remote_idstringNoExternal identifier of linked remote item.
remote_servicestringNoExternal source system identifier.
remote_urlstringNoURL to related external item.
secondsintegerNoDuration in seconds.
stop_timerbooleanNoIf true, stops any running timer before applying the update. This allows updating seconds even when a timer is running.
tagstringNoOptional activity tag label.
task_idintegerNoTask/service ID.

moco_time_create_activities_bulk

Create activities in bulk Parameters:
ParameterTypeRequiredDefaultDescription
activitiesany[]YesUp to 100 activity entries.

moco_time_create_activities_disregard

Disregard activities for invoicing Parameters:
ParameterTypeRequiredDefaultDescription
activity_idsinteger[]YesIDs of activities to disregard.
company_idintegerYesCustomer/company ID used for disregard context.
customer_idintegerNoDeprecated alias for company_id.
project_idintegerNoOptional project scope.
reasonstringYesReason shown in history/audit context.

moco_time_create_schedules

Create schedule Parameters:
ParameterTypeRequiredDefaultDescription
overwritebooleanNoWhen true, clears any existing schedule entries for the same user/date before creating the new one. Only honored on create.

moco_time_create_users_holidays

Create user holiday Parameters:
ParameterTypeRequiredDefaultDescription
creator_idintegerNoCreator Id
daysnumberNoThe days value
hoursnumberNoThe hours value
titlestringNoThe title value
user_idintegerNoUser Id
yearintegerNoThe year value

moco_time_create_users_presences

Create user presence Parameters:
ParameterTypeRequiredDefaultDescription
datestringNoThe date value
fromstringNoThe from value
is_home_officebooleanNoIs Home Office
tostringNoThe to value

moco_time_create_users_presences_touch

Touch user presence Parameters:
ParameterTypeRequiredDefaultDescription
is_home_officebooleanNoIs Home Office
overridebooleanNoThe override value

moco_time_create_users_work_time_adjustments

Create user work time adjustment Parameters:
ParameterTypeRequiredDefaultDescription
datestringNoThe date value
descriptionstringNoThe description value
hoursnumberNoThe hours value
user_idintegerNoUser Id

moco_time_delete_activities

Delete activity Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_time_delete_schedules

Delete schedule Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_delete_users_holidays

Delete user holiday Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_delete_users_presences

Delete user presence Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_delete_users_work_time_adjustments

Delete user work time adjustment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_get_activities

Get activity Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_time_get_schedules

Get schedule Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_get_users_holidays

Get user holiday Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_get_users_presences

Get user presence Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_get_users_work_time_adjustments

Get user work time adjustment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.

moco_time_list_activities

List activities Parameters:
ParameterTypeRequiredDefaultDescription
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
sort_bystringNoField and optional direction, e.g. title desc.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
fromstringNoStart date filter. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoEnd date filter. Format: YYYY-MM-DD (e.g. 2026-01-31).
user_idintegerNoUser Id
task_idintegerNoTask Id
company_idintegerNoCompany Id
project_idintegerNoProject Id
billablebooleanNoThe billable value
billedbooleanNoThe billed value
termstringNoThe term value

moco_time_list_schedules

List schedules Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
fromstringNoSchedule range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoSchedule range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
user_idintegerNoUser Id
absence_codestringNoAbsence Code
absence_request_idintegerNoAbsence Request Id

moco_time_list_users_holidays

List user holidays Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
user_idintegerNoUser Id
yearintegerNoThe year value

moco_time_list_users_presences

List user presences Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
user_idintegerNoUser Id
fromstringNoPresence date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoPresence date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).
is_home_officebooleanNoIs Home Office

moco_time_list_users_work_time_adjustments

List user work time adjustments Parameters:
ParameterTypeRequiredDefaultDescription
pageintegerNoPage number, starting at 1.
per_pageintegerNoPage size.
idsstringNoComma-separated IDs.
updated_afterstringNoISO 8601 UTC timestamp (e.g. 2026-01-31T14:30:00Z). Returns entities created or updated after this timestamp and is intended for incremental synchronization. Combine with delete webhooks for full synchronization.
user_idintegerNoUser Id
fromstringNoAdjustment date range start. Format: YYYY-MM-DD (e.g. 2026-01-01).
tostringNoAdjustment date range end. Format: YYYY-MM-DD (e.g. 2026-01-31).

moco_time_start_timer_activities

Start activity timer Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_time_stop_timer_activities

Stop activity timer Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.

moco_time_update_activities

Update activity Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoWhether the activity is billable.
company_idintegerNoOptional company/customer ID shortcut.
datestringNoActivity date.
descriptionstringNoFree-text activity description.
hoursnumberNoDeprecated duration field, converted to seconds.
project_idintegerNoProject ID (mapped internally to assignment).
remote_idstringNoExternal identifier of linked remote item.
remote_servicestringNoExternal source system identifier.
remote_urlstringNoURL to related external item.
secondsintegerNoDuration in seconds.
stop_timerbooleanNoIf true, stops any running timer before applying the update. This allows updating seconds even when a timer is running.
tagstringNoOptional activity tag label.
task_idintegerNoTask/service ID.

moco_time_update_activities_1

Update activity Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
billablebooleanNoWhether the activity is billable.
company_idintegerNoOptional company/customer ID shortcut.
datestringNoActivity date.
descriptionstringNoFree-text activity description.
hoursnumberNoDeprecated duration field, converted to seconds.
project_idintegerNoProject ID (mapped internally to assignment).
remote_idstringNoExternal identifier of linked remote item.
remote_servicestringNoExternal source system identifier.
remote_urlstringNoURL to related external item.
secondsintegerNoDuration in seconds.
stop_timerbooleanNoIf true, stops any running timer before applying the update. This allows updating seconds even when a timer is running.
tagstringNoOptional activity tag label.
task_idintegerNoTask/service ID.

moco_time_update_billable_seconds_activities

Update activity billable seconds Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
X-IMPERSONATE-USER-IDintegerNoExecute request on behalf of another user if allowed.
secondsintegerNoBillable seconds (may differ from worked_seconds).

moco_time_update_schedules

Update schedule Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
absence_codestringNoAbsence Code
ambooleanNoThe am value
commentstringNoThe comment value
datestringNoThe date value
pmbooleanNoThe pm value
symbolstringNoThe symbol value
user_idintegerNoUser Id

moco_time_update_schedules_1

Update schedule Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
absence_codestringNoAbsence Code
ambooleanNoThe am value
commentstringNoThe comment value
datestringNoThe date value
pmbooleanNoThe pm value
symbolstringNoThe symbol value
user_idintegerNoUser Id

moco_time_update_users_holidays

Update user holiday Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
creator_idintegerNoCreator Id
daysnumberNoThe days value
hoursnumberNoThe hours value
titlestringNoThe title value
user_idintegerNoUser Id
yearintegerNoThe year value

moco_time_update_users_holidays_1

Update user holiday Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
creator_idintegerNoCreator Id
daysnumberNoThe days value
hoursnumberNoThe hours value
titlestringNoThe title value
user_idintegerNoUser Id
yearintegerNoThe year value

moco_time_update_users_presences

Update user presence Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
datestringNoThe date value
fromstringNoThe from value
is_home_officebooleanNoIs Home Office
tostringNoThe to value

moco_time_update_users_presences_1

Update user presence Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
datestringNoThe date value
fromstringNoThe from value
is_home_officebooleanNoIs Home Office
tostringNoThe to value

moco_time_update_users_work_time_adjustments

Update user work time adjustment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
datestringNoThe date value
descriptionstringNoThe description value
hoursnumberNoThe hours value

moco_time_update_users_work_time_adjustments_1

Update user work time adjustment Parameters:
ParameterTypeRequiredDefaultDescription
idintegerYesResource ID.
datestringNoThe date value
descriptionstringNoThe description value
hoursnumberNoThe hours value