EntryPeriod
An Entry Period is the definition of the time-span to use in individual Entry Sheets, such as weekly, bi-weekly, or monthly. Entry Periods are assigned via the Entry Screen configuration.
The internal ID of the resource or object. This is a 32-character hexadecimal string (UUID without hyphens).
In general, the id field is the primary key of the object and cannot
be changed or updated.
64BBA147B9AC41D9978062300826C89FThe URI associated with this resource. This is usually a relative URL that can be used to access the resource. Typically it incorporates the Unique ID of the resource.
/api/v1/objects/64BBA147B9AC41D9978062300826C89FThe name of the internal database table associated with this resource.
usersThe user-visible label of the database table associated with this object.
time_sheetsThe internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89FThe timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89FThe timestamp when the object was most recently modified, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The internal Domain ID of the resource or object. In general, this field is deprecated and not in use and can be ignored.
install_root_domThe anchor date for the Entry Period in YYYYMMDD format. This is the date that the Entry Period starts on, at least for period calculation purposes. This does not affect any actual time entry data.
20230301Only used in "Custom Semi-Monthly" period types and null otherwise. This defines the division date between the first and second half of the month.
nullThe internal ID of the Entry Period. Same as the id field.
This is what is attached to the Entry Screen configuration
as the way to define the screen's entry period.
759F5CF8F68349DCB0A5BF93323445A6The "Period Type" of the entry period. These are the options:
week- a weekly periodbiweek- a bi-weekly period (every two weeks)semimonth- a semi-monthly period (twice a month)month- a monthly periodday- a daily periodbidate- a custom semi-monthly period; twice a month, but with a custom division date.
Possible values: [week, biweek, semimonth, month, day, bidate]
weekThe name of the Entry Period. This is what is displayed to the user in the Entry Screen configuration.
WeeklyReserved for future use.
nullReserved for future use.
nullReserved for future use.
null{
"anchor": "20230301",
"bidate_day": null,
"id_timesheet": "759F5CF8F68349DCB0A5BF93323445A6",
"period": "week",
"pname": "Weekly",
"reserved1": null,
"reserved2": null,
"reserved3": null,
"table_label": "time_sheets",
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"creator": "64BBA147B9AC41D9978062300826C89F",
"create_timestamp": 1696021987.01375,
"modifier": "64BBA147B9AC41D9978062300826C89F",
"modify_timestamp": 1696021987.01375,
"id_domain": "install_root_dom"
}