Gig Time Activities
About Gig Time Activities
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.
The gig time activity object
Attributes
Attribute | Type | Description |
---|---|---|
gig_id | string | ID of the associated gig |
user_id | string | ID of the associated user |
date | string | Date of the activity |
description | string | Description of the activity |
duration_in_ms | number | Duration in milliseconds |
Example
{
"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"
}