Gig Time Activities
Gig Time Activity
What are gig time activities?
Gig Time Activity allows us to log time for epamers. After creation of this entity we send an API request to epam time report.
Possible errors: see here
The gig time activity object
| Attribute | Type | Description |
|---|---|---|
gig_id | string | ID of the associated gig |
user_id | string | ID of the associated user |
date | string | %Y-%m-%d format; Date of the activity |
description | string | Description of the activity |
duration_in_ms | number | Duration in milliseconds |
{
"id": "1",
"object": "gig_time_activity",
"gig_id": "1",
"user_id": "1",
"description": "Molestias enim at veniam.",
"duration_in_ms": 7200000,
"date": "2024-03-24"
}