The Time Records Activities resource represents a collection of common activities for which an end user may create a time sheet record. The activities are grouped into categories and each activity possesses a fuller description. This resource supports the Time Record resource exclusively and consists of a number of supporting resources that limit the list of activities available to an end user by Division and Role.
Resource Properties
Scope Parameter | timerecordactivities |
---|
Location | /timerecordactivities |
---|
Methods | GET |
---|
Default Page Size | 50 |
---|
Max Page Size | 200 |
---|
Default Includes | None |
---|
Resource Attributes
Field | Description | Format | Required | Field Type | Notes |
---|
name | The name of the activity. | string | true | default |
|
description | A detailed description of the activity. | string | false | default |
|
group | The category or group name that the activity belongs to. | string | true | default |
|
divisions | A collection of Divisions for which the activity is available. | collection | true | link |
|
roles | A collection of Roles for which the activity is available. | collection | true | link | Not Yet Implemented |
Link Templates
Identifier | Resource | Location Template |
---|
timerecordactivities.divisions | divisions | /divisions/{timerecordactivities.divisions} |
timerecordactivities.roles | roles | /roles/{timerecordactivities.roles} |