TimesheetApprovalStatusCompact
| Property | Type | Description |
|---|---|---|
gid | string | Globally unique identifier of the resource, as a string. |
resource_type | string | The base type of this resource. |
created_at | string (date-time) | The time at which this resource was created. |
user | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
user.gid | string | Globally unique identifier of the resource, as a string. |
user.resource_type | string | The base type of this resource. |
user.name | string | Read-only except when same user as requester. The user's name. |
workspace | object | A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |
workspace.gid | string | Globally unique identifier of the resource, as a string. |
workspace.resource_type | string | The base type of this resource. |
workspace.name | string | The name of the workspace. |
start_date | string (date) | The start date of the timesheet week. |
end_date | string (date) | The end date of the timesheet week. |
approval_status | string | The current approval status of the timesheet. Click to show all enum values
|
Example JSON for TimesheetApprovalStatusCompact:
{
"gid": "12345",
"resource_type": "timesheet_approval_status",
"created_at": "2012-02-22T02:06:58.147Z",
"user": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"workspace": {
"gid": "12345",
"resource_type": "workspace",
"name": "My Company Workspace"
},
"start_date": "2025-01-06",
"end_date": "2025-01-12",
"approval_status": "draft"
}TimesheetApprovalStatus
| Property | Type | Description |
|---|---|---|
gid | string | Globally unique identifier of the resource, as a string. |
resource_type | string | The base type of this resource. |
created_at | string (date-time) | The time at which this resource was created. |
user | object | A user object represents an account in Asana that can be given access to various workspaces, projects, and tasks. |
user.gid | string | Globally unique identifier of the resource, as a string. |
user.resource_type | string | The base type of this resource. |
user.name | string | Read-only except when same user as requester. The user's name. |
workspace | object | A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace. |
workspace.gid | string | Globally unique identifier of the resource, as a string. |
workspace.resource_type | string | The base type of this resource. |
workspace.name | string | The name of the workspace. |
start_date | string (date) | The start date of the timesheet week. |
end_date | string (date) | The end date of the timesheet week. |
approval_status | string | The current approval status of the timesheet. Click to show all enum values
|
Example JSON for TimesheetApprovalStatus:
{
"gid": "12345",
"resource_type": "timesheet_approval_status",
"created_at": "2012-02-22T02:06:58.147Z",
"user": {
"gid": "12345",
"resource_type": "user",
"name": "Greg Sanchez"
},
"workspace": {
"gid": "12345",
"resource_type": "workspace",
"name": "My Company Workspace"
},
"start_date": "2025-01-06",
"end_date": "2025-01-12",
"approval_status": "draft"
}