v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
Service Records

Add Activity to a Service Record

Add a time-tracked activity entry to an existing service record. Activities typically represent work performed, such as troubleshooting, communication, or on-site visits. To learn more about activities, see the Activities article.

post/service-records/{recordId}/activity

Request body

userIdstring required

The unique SysAid ID of the user performing the activity.

fromTimeinteger required

Timestamp for when the activity started (timestamp milliseconds).

toTimeinteger required

Timestamp for when the activity ended (timestamp milliseconds).

descriptionstring

The description of the activity.

Response

Service record activity successfully created