ExpenseEntryScreenItemResponse
HTTP status code of the response for reference purposes.
200200results object
An Entry Screen is the configuration of the Entry Sheet, including the fields and layout of the sheet, as well as the Entry Periods assigned to the sheet, which defines the time period such as weekly, bi-weekly, etc. The Entry Screen config determines which Entry Columns appear on a user's entry sheet, and in what order, along with many other entry screen configuration options.
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.
codes_pay_typesThe internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89FThe full name of the user who created the object.
John Doecreator_properties object
Extended information about the User who
created the object.
This field is only included if the $keys parameter requests it.
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.
codes_pay_typescustom_fields object
An object with Custom Fields for this record. The key is the field ID and the value a description of the field. Additional details here: CustomFields Schema
Updating Custom Field values
When creating or updating an existing object that uses Custom Fields,
for example a User record, you can follow this custom_field key
structure to update the custom field values. The value field is the only
required field for updating a custom field value; other fields such as
pname will be ignored.
Important: depending on the endpoint, this may only be included in the response
if $keys=custom_fields or $keys=$extended was set as a query parameter.
There is also a more compact representation available in most object types, where
each custom field value is a separate key in the main object (not under custom_fields).
See the CustomFields Schema page for more detailed information on these topics.
property name* CustomFieldValue
A specific instance (value) of a Custom field for a particular object.
The unique internal ID of this Custom Field definition (same as id field)
2DDD372DC4D3422D9E73F6DE936C4265Datatype of the custom field. The basic types available are:
STRING- a variable-length string.CHAR- a fixed-length string. (The value may be padded with spaces.)NUMBER- a floating-point number.INTEGER- an integer (whole number).TIMESTAMP- a date and time, stored in Unix epoch format.DATE- a YYYYMMDD (F8) date.
In addition, most types can be modified with a prefix to indicate
whether they are "select lists" (ENUM or enumerated) or "multi-select
lists" (M_ENUM) which can take on multiple values.
Strings and char may also have a maximum length specified, such as
STRING_100.
STRING_100Description of custom field
Name of custom field
Pay GroupURI of the custom field to get more information about the custom field definition.
/api/v1/custom_fields/E07526A217164D1B94188279A8A0E4D9Value of the custom field for this object. To update the value, see the note on the CustomFields schema page.
Note that when modifying Custom Fields of objects like
Users or Projects, only the value key will be checked;
other fields like the Custom Field pname will be ignored.
XYZ Pay Groupgroup_names object[]
A list of Groups (names and IDs) that the object belongs to.
This is a read-only list. To change the Groups that an object belongs to,
use the groups field.
See GroupFields for additional information about Groups and this field.
The Group ID (32-character hexadecimal string).
The Group name.
The URI of the Group.
WARNING: this field is planned in a future release but is not yet available.
A list of Group IDs that the object belongs to. See GroupFields for additional information about Groups and this field.
["5088C427E8B64EBEBE1C5B5961DB1902","3553F715A6F54DAB95D0D25B08468195"]Indicates whether the object is hidden.
See also status
Indicates whether the user is hidden.
Read-only alias for is_hidden.
The status of the user; either hidden, active, or inactive.
Possible values: [Hidden, Loggable and Reportable, Reportable Only]
Loggable and ReportableThe internal code for the status of the object; either:
lrforLoggable and ReportableroforReportable OnlyhforHidden
Possible values: [lr, ro, h]
lrThe login name of the user.
john.smith@example.comThe full name of the user.
John SmithThe default comment on the user's time entry screen.
The ID of the user's default memorized timesheet.
The number of items in a selection list to trigger a forced search.
Indicates whether the user is hidden.
Note: the User object is the only one that uses this field; other objects
use is_hidden.
Whether the user's new password should expire after the first login.
This is a write-only field that does not appear in User object responses.
The new password for the user.
The password must also be set in the new_pw2 field to confirm the change.
This is a write-only field that does not appear in User object responses.
The new password for the user, repeated to confirm the change.
The password must also be set in the new_pw field to confirm the change.
This is a write-only field that does not appear in User object responses.
A list of role IDs belonging to this user.
This list can be modified to change the user's roles.
The number of blank rows to show on the entry screen.
3The "Entry Screen period" (time-span) associated with the user's Time Entry screen.
default_weeklyThe "Entry Screen period" (time-span) associated with the user's Expense Entry screen.
default_weeklyThe "Entry Screen period" (time-span) associated with the user's Custom Entry screen.
default_weeklyThe ID of the user's assigned Expense entry screen configuration.
The ID of the user's assigned time entry screen configuration.
The ID of the user's assigned Custom Entry (a.k.a. Mileage or Travel) entry screen configuration.
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The object creation date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The object creation date in the "short date" format defined in the system settings.
03/22/2023The object creation date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe object creation date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe creation timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89FThe full name of the user who most recently modified the object.
John DoeExtended information about the User who
last modified the object.
This field is only included if the $keys parameter requests it.
The 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 last modification date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The last modification date in the "short date" format defined in the system settings.
03/22/2023The last modification date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe last modification date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe last modification timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00The internal Domain ID of the resource or object. In general, this field is deprecated and not in use and can be ignored.
install_root_domUNUSED FIELD This is a legacy field that is no longer used.
The email address of the user.
Note: This is a read-only field. To change the user's email address, you must modify the
users_attribs:users_email field, or custom_fields.users_email.value.
The first name of the user.
Note: read-only; set via the fullname field.
The unique internal ID of this user. (Same as id.)
5CD906A3941C463B9CC98F49DBCC25AAThe last name of the user.
Note: read-only; set via the fullname field.
memorized_sheet_choices object[]
A list of memorized timesheets associated with the user.
These are the choices available to set in the default_memorized_sheet field.
The internal ID of the memorized timesheet.
The name of the memorized timesheet.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
Details about the user's assigned time entry screen configuration.
Details about the user's assigned Custom Entry (a.k.a. Mileage or Travel) entry screen configuration.
Details about the user's assigned Expense entry screen configuration.
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The object creation date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The object creation date in the "short date" format defined in the system settings.
03/22/2023The object creation date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe object creation date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe creation timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89FThe full name of the user who most recently modified the object.
John Doemodifier_properties object
Extended information about the User who
last modified the object.
This field is only included if the $keys parameter requests it.
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.
codes_pay_typescustom_fields object
An object with Custom Fields for this record. The key is the field ID and the value a description of the field. Additional details here: CustomFields Schema
Updating Custom Field values
When creating or updating an existing object that uses Custom Fields,
for example a User record, you can follow this custom_field key
structure to update the custom field values. The value field is the only
required field for updating a custom field value; other fields such as
pname will be ignored.
Important: depending on the endpoint, this may only be included in the response
if $keys=custom_fields or $keys=$extended was set as a query parameter.
There is also a more compact representation available in most object types, where
each custom field value is a separate key in the main object (not under custom_fields).
See the CustomFields Schema page for more detailed information on these topics.
property name* CustomFieldValue
A specific instance (value) of a Custom field for a particular object.
The unique internal ID of this Custom Field definition (same as id field)
2DDD372DC4D3422D9E73F6DE936C4265Datatype of the custom field. The basic types available are:
STRING- a variable-length string.CHAR- a fixed-length string. (The value may be padded with spaces.)NUMBER- a floating-point number.INTEGER- an integer (whole number).TIMESTAMP- a date and time, stored in Unix epoch format.DATE- a YYYYMMDD (F8) date.
In addition, most types can be modified with a prefix to indicate
whether they are "select lists" (ENUM or enumerated) or "multi-select
lists" (M_ENUM) which can take on multiple values.
Strings and char may also have a maximum length specified, such as
STRING_100.
STRING_100Description of custom field
Name of custom field
Pay GroupURI of the custom field to get more information about the custom field definition.
/api/v1/custom_fields/E07526A217164D1B94188279A8A0E4D9Value of the custom field for this object. To update the value, see the note on the CustomFields schema page.
Note that when modifying Custom Fields of objects like
Users or Projects, only the value key will be checked;
other fields like the Custom Field pname will be ignored.
XYZ Pay Groupgroup_names object[]
A list of Groups (names and IDs) that the object belongs to.
This is a read-only list. To change the Groups that an object belongs to,
use the groups field.
See GroupFields for additional information about Groups and this field.
The Group ID (32-character hexadecimal string).
The Group name.
The URI of the Group.
WARNING: this field is planned in a future release but is not yet available.
A list of Group IDs that the object belongs to. See GroupFields for additional information about Groups and this field.
["5088C427E8B64EBEBE1C5B5961DB1902","3553F715A6F54DAB95D0D25B08468195"]Indicates whether the object is hidden.
See also status
Indicates whether the user is hidden.
Read-only alias for is_hidden.
The status of the user; either hidden, active, or inactive.
Possible values: [Hidden, Loggable and Reportable, Reportable Only]
Loggable and ReportableThe internal code for the status of the object; either:
lrforLoggable and ReportableroforReportable OnlyhforHidden
Possible values: [lr, ro, h]
lrThe login name of the user.
john.smith@example.comThe full name of the user.
John SmithThe default comment on the user's time entry screen.
The ID of the user's default memorized timesheet.
The number of items in a selection list to trigger a forced search.
Indicates whether the user is hidden.
Note: the User object is the only one that uses this field; other objects
use is_hidden.
Whether the user's new password should expire after the first login.
This is a write-only field that does not appear in User object responses.
The new password for the user.
The password must also be set in the new_pw2 field to confirm the change.
This is a write-only field that does not appear in User object responses.
The new password for the user, repeated to confirm the change.
The password must also be set in the new_pw field to confirm the change.
This is a write-only field that does not appear in User object responses.
A list of role IDs belonging to this user.
This list can be modified to change the user's roles.
The number of blank rows to show on the entry screen.
3The "Entry Screen period" (time-span) associated with the user's Time Entry screen.
default_weeklyThe "Entry Screen period" (time-span) associated with the user's Expense Entry screen.
default_weeklyThe "Entry Screen period" (time-span) associated with the user's Custom Entry screen.
default_weeklyThe ID of the user's assigned Expense entry screen configuration.
The ID of the user's assigned time entry screen configuration.
The ID of the user's assigned Custom Entry (a.k.a. Mileage or Travel) entry screen configuration.
The internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89FThe full name of the user who created the object.
John DoeExtended information about the User who
created the object.
This field is only included if the $keys parameter requests it.
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375The object creation date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The object creation date in the "short date" format defined in the system settings.
03/22/2023The object creation date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe object creation date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe creation timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00The 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 last modification date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The last modification date in the "short date" format defined in the system settings.
03/22/2023The last modification date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe last modification date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe last modification timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00The internal Domain ID of the resource or object. In general, this field is deprecated and not in use and can be ignored.
install_root_domUNUSED FIELD This is a legacy field that is no longer used.
The email address of the user.
Note: This is a read-only field. To change the user's email address, you must modify the
users_attribs:users_email field, or custom_fields.users_email.value.
The first name of the user.
Note: read-only; set via the fullname field.
The unique internal ID of this user. (Same as id.)
5CD906A3941C463B9CC98F49DBCC25AAThe last name of the user.
Note: read-only; set via the fullname field.
memorized_sheet_choices object[]
A list of memorized timesheets associated with the user.
These are the choices available to set in the default_memorized_sheet field.
The internal ID of the memorized timesheet.
The name of the memorized timesheet.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
UNUSED FIELD This is a legacy field that is no longer used.
Details about the user's assigned time entry screen configuration.
Details about the user's assigned Custom Entry (a.k.a. Mileage or Travel) entry screen configuration.
Details about the user's assigned Expense entry screen configuration.
The 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 last modification date in the "long date" format defined in the system settings.
Wednesday, March 22, 2023The last modification date in the "short date" format defined in the system settings.
03/22/2023The last modification date and time in the "long date" format defined in the system settings.
Wednesday, March 22, 2023 12:18:46 CDTThe last modification date and time in the "short date" format defined in the system settings.
03/22/2023 12:18:46 CDTThe last modification timestamp in ISO 8601 format.
2023-03-22T12:18:46-05:00group_names object[]
A list of Groups (names and IDs) that the object belongs to.
This is a read-only list. To change the Groups that an object belongs to,
use the groups field.
See GroupFields for additional information about Groups and this field.
The Group ID (32-character hexadecimal string).
The Group name.
The URI of the Group.
WARNING: this field is planned in a future release but is not yet available.
The 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 internal ID of the Entry Screen config. Same as the id field.
81740F5FC7334279B91B6B8E1421F5BAIf true, the total time allocated for a day (among project time)
must be equal to the total time punched in for that day. If false,
the two values can be different.
trueThis field controls the display of the Project Tree on entry screens.
yes- show inline treepopup- show popup treeno- don't show tree
Possible values: [yes, popup, no]
yesIf true, the Entry Screen will display arrows to navigate between
periods. Otherwise, the arrows will not be shown.
trueThe attachment rule for this Entry Screen which determines which types of files can be attached.
- 0 - any file type
- 1 - images and PDFs only
- 2 - PDFs only
- 3 - images only
Possible values: [0, 1, 2, 3]
0If 1, automatically add this Entry Screen to new Groups.
Possible values: [0, 1]
1If 1, the period navigation arrows (backwards/forwards) will be reversed, such that the left arrow moves forward in time.
Possible values: [0, 1]
1The number of blank rows to show (given as a string).
If value is u then it's the user preference.
2The default value for the Comment field.
nullThe maximum number of characters allowed in the Comment field.
255The priority (ordering) of the Comment field. Higher numbers appear to the left. 0 is disabled.
12Unused legacy field.
uThe default viewing mode for "modern" (Vue) Entry Screens,
either day or period.
Possible values: [day, period]
dayIf 1, use "Entry Field Notes", which allow comments to be attached to individual days for each entry row.
1This defines the basic type of Entry Screen. For Expense Entry and Custom Entry, only type 1 is available. The rest are Time Entry only.
- 0 - a "Line Item Entry" screen
- 1 - a normal "Grid" entry screen (most common)
- 2 - Allocation entry with manual in/out times
- Also known as "Display in/out times at the top of the entry screen" with "Manually enter the in/out times"
- 3 - Allocation Entry with Punch In/Out times
- "Display in/out times at the top of the entry screen" with "Press a button to populate the in/out times"
- 4 - Allocation entry with button to punch in/out with
automatic Time Entry creation from Punches.
- "Display in/out times at the top of the entry screen" with "Press a button to populate the in/out times and create default time entry "
- 5 - "Summary Entry Screen" (Vue based)
- 6 - Job Start/Stop Entry Screen (Vue based)
Possible values: [0, 1, 2, 3, 4, 5, 6]
1The default value for the Group field. The Group field (as an Entry Column) is normally disabled in most configurations.
nullThe priority (ordering) of the Group field. Higher numbers appear to the left. 0 is disabled.
0If true, the Entry Screen is hidden; it is not a member of
any groups and is not visible to or usable by anyone other
than administrators.
falseThe "Entry Period" associated with this Entry Screen, which defines the date range / time period of the entry screen. See List Entry Periods.
default_weeklyThis is a legacy setting and is no longer used.
trueLegacy setting; see modify_timestamp and related fields instead.
1695752609.754111The maximum number of file attachments (e.g. receipt images) allowed across the entire entry screen (the full entry period).
20The time increment for time entry in minutes.
5The name of the Entry Screen.
Weekly Time EntryAdditional raw HTML to display at the bottom of the Entry Screen.
<h3>Please submit your sheets weekly</h3>Additional raw HTML to display at the top of the Entry Screen.
<h2>ExampleCo Timesheets</h2>The default value for the Project field.
rootThe priority (ordering) of the Project field. Higher numbers appear to the left. 0 is disabled.
12Unused legacy field.
0If true, enable "Interim Submit" button. This allows a user to submit
their time for approval before the end of the period and a final submission.
trueUnused legacy field.
nullIf true, show the Project Description in addition to the Project Name.
trueUnused legacy field.
Unused legacy field.
0A custom message to display to users in a confirmation dialog when they submit their time.
Have you reviewed your time for the week?A custom message to display to users in a confirmation dialog when they submit their entry sheet when there are warnings present, e.g., validation rule problems.
You have warnings on your sheet. Are you sure you want to submit?The default value for the Text2 field.
nullThe maximum number of characters allowed in the Text2 field.
255The priority (ordering) of the Text2 field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Text3 field.
nullThe maximum number of characters allowed in the Text3 field.
255The priority (ordering) of the Text3 field. Higher numbers appear to the left. 0 is disabled.
0How totals are shown for rows and columns:
- n - none - don't show totals
- r - rows - show totals for rows only
- c - columns - show totals for columns only
- b - both - show totals for rows and columns
Possible values: [n, r, c, b]
bIf true, use 24-hour time format. If false, use 12-hour format.
falseIf true, apply Project and Column Dependencies to hidden columns
trueIf true, allow use of "Suggestions" (e.g. from Outlook calendar)
on this Entry Screen.
The default value for the Expense Code 4 field.
This is the codes_expense_4
Entry Code.
nullThe priority (ordering) of the Expense Code 4 field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Expense Code 5 field.
This is the codes_expense_5
Entry Code.
nullThe priority (ordering) of the Expense Code 5 field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Expense Code 6 field.
This is the codes_expense_6
Entry Code.
nullThe priority (ordering) of the Expense Code 6 field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Expense Code 7 field.
This is the codes_expense_7
Entry Code.
nullThe priority (ordering) of the Expense Code 7 field. Higher numbers appear to the left. 0 is disabled.
0The default value for the "Expense Code" field.
This is the codes_expenses
Entry Code.
nullThe priority (ordering) of the Expense Code field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Expense Source field.
This is the codes_expense_sources
Entry Code.
nullThe priority (ordering) of the Expense Source field. Higher numbers appear to the left. 0 is disabled.
0The default value for the Expense Currency field.
This is the codes_currencies
Entry Code.
nullThe priority (ordering) of the Currency field. Higher numbers appear to the left. 0 is disabled.
0Indicates whether the request was successful (normally true if it's not an error response)
trueURL of the current request / resource, for reference purposes.
https://example.apps.journyx.com/api/v1/users{
"response_code": 200,
"results": {
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types",
"creator": "64BBA147B9AC41D9978062300826C89F",
"creator_fullname": "John Doe",
"creator_properties": {
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types",
"custom_fields": {
"C41B2DDA662F4EF6B730F9CB6DB04696": {
"attr_type": "ENUM_STRING_252",
"description": "Employee pay group.",
"id_attr_type": "C41B2DDA662F4EF6B730F9CB6DB04696",
"id_attr_type_uri": "/api/v1/custom_fields/C41B2DDA662F4EF6B730F9CB6DB04696",
"pname": "Pay Group",
"value": "XYZ Pay Group"
},
"users_email": {
"attr_type": "STRING_252",
"description": "Email address",
"id_attr_type": "users_email",
"id_attr_type_uri": "/api/v1/custom_fields/users_email",
"pname": "Email Address",
"value": "username@example.com"
}
},
"group_names": [
{
"id": "5088C427E8B64EBEBE1C5B5961DB1902",
"pname": "Sales"
},
{
"id": "3553F715A6F54DAB95D0D25B08468195",
"pname": "Accounting"
}
],
"groups": [
"5088C427E8B64EBEBE1C5B5961DB1902",
"3553F715A6F54DAB95D0D25B08468195"
],
"is_hidden": true,
"hidden": true,
"status": "Loggable and Reportable",
"status_code": "lr",
"user_login": "john.smith@example.com",
"fullname": "John Smith",
"u_comment": "string",
"default_memorized_sheet": "string",
"dropdownthreshold": 0,
"hide": true,
"expire_new_pw": true,
"new_pw": "string",
"new_pw2": "string",
"roles": [
"string"
],
"timerecs_in": 3,
"time_period": "default_weekly",
"expense_period": "default_weekly",
"custom_period": "default_weekly",
"expense_gui": "string",
"time_gui": "string",
"travel_gui": "string",
"create_timestamp": 1696021987.01375,
"create_timestamp_date_long": "Wednesday, March 22, 2023",
"create_timestamp_date_short": "03/22/2023",
"create_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"create_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"create_timestamp_iso": "2023-03-22T12:18:46-05:00",
"modifier": "64BBA147B9AC41D9978062300826C89F",
"modifier_fullname": "John Doe",
"modifier_properties": {},
"modify_timestamp": 1696021987.01375,
"modify_timestamp_date_long": "Wednesday, March 22, 2023",
"modify_timestamp_date_short": "03/22/2023",
"modify_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"modify_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"modify_timestamp_iso": "2023-03-22T12:18:46-05:00",
"id_domain": "install_root_dom",
"daysinlist": 0,
"email": "string",
"first_name": "string",
"id_user": "5CD906A3941C463B9CC98F49DBCC25AA",
"last_name": "string",
"memorized_sheet_choices": [
{
"value": "string",
"text": "string"
}
],
"reserved1": "string",
"reserved2": 0,
"reserved3": 0,
"timerecs_out": 0,
"time_gui_properties": {},
"travel_gui_properties": {},
"expense_gui_properties": {}
},
"create_timestamp": 1696021987.01375,
"create_timestamp_date_long": "Wednesday, March 22, 2023",
"create_timestamp_date_short": "03/22/2023",
"create_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"create_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"create_timestamp_iso": "2023-03-22T12:18:46-05:00",
"modifier": "64BBA147B9AC41D9978062300826C89F",
"modifier_fullname": "John Doe",
"modifier_properties": {
"id": "64BBA147B9AC41D9978062300826C89F",
"uri": "/api/v1/objects/64BBA147B9AC41D9978062300826C89F",
"tablename": "users",
"table_label": "codes_pay_types",
"custom_fields": {
"C41B2DDA662F4EF6B730F9CB6DB04696": {
"attr_type": "ENUM_STRING_252",
"description": "Employee pay group.",
"id_attr_type": "C41B2DDA662F4EF6B730F9CB6DB04696",
"id_attr_type_uri": "/api/v1/custom_fields/C41B2DDA662F4EF6B730F9CB6DB04696",
"pname": "Pay Group",
"value": "XYZ Pay Group"
},
"users_email": {
"attr_type": "STRING_252",
"description": "Email address",
"id_attr_type": "users_email",
"id_attr_type_uri": "/api/v1/custom_fields/users_email",
"pname": "Email Address",
"value": "username@example.com"
}
},
"group_names": [
{
"id": "5088C427E8B64EBEBE1C5B5961DB1902",
"pname": "Sales"
},
{
"id": "3553F715A6F54DAB95D0D25B08468195",
"pname": "Accounting"
}
],
"groups": [
"5088C427E8B64EBEBE1C5B5961DB1902",
"3553F715A6F54DAB95D0D25B08468195"
],
"is_hidden": true,
"hidden": true,
"status": "Loggable and Reportable",
"status_code": "lr",
"user_login": "john.smith@example.com",
"fullname": "John Smith",
"u_comment": "string",
"default_memorized_sheet": "string",
"dropdownthreshold": 0,
"hide": true,
"expire_new_pw": true,
"new_pw": "string",
"new_pw2": "string",
"roles": [
"string"
],
"timerecs_in": 3,
"time_period": "default_weekly",
"expense_period": "default_weekly",
"custom_period": "default_weekly",
"expense_gui": "string",
"time_gui": "string",
"travel_gui": "string",
"creator": "64BBA147B9AC41D9978062300826C89F",
"creator_fullname": "John Doe",
"creator_properties": {},
"create_timestamp": 1696021987.01375,
"create_timestamp_date_long": "Wednesday, March 22, 2023",
"create_timestamp_date_short": "03/22/2023",
"create_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"create_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"create_timestamp_iso": "2023-03-22T12:18:46-05:00",
"modify_timestamp": 1696021987.01375,
"modify_timestamp_date_long": "Wednesday, March 22, 2023",
"modify_timestamp_date_short": "03/22/2023",
"modify_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"modify_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"modify_timestamp_iso": "2023-03-22T12:18:46-05:00",
"id_domain": "install_root_dom",
"daysinlist": 0,
"email": "string",
"first_name": "string",
"id_user": "5CD906A3941C463B9CC98F49DBCC25AA",
"last_name": "string",
"memorized_sheet_choices": [
{
"value": "string",
"text": "string"
}
],
"reserved1": "string",
"reserved2": 0,
"reserved3": 0,
"timerecs_out": 0,
"time_gui_properties": {},
"travel_gui_properties": {},
"expense_gui_properties": {}
},
"modify_timestamp": 1696021987.01375,
"modify_timestamp_date_long": "Wednesday, March 22, 2023",
"modify_timestamp_date_short": "03/22/2023",
"modify_timestamp_datetime_long": "Wednesday, March 22, 2023 12:18:46 CDT",
"modify_timestamp_datetime_short": "03/22/2023 12:18:46 CDT",
"modify_timestamp_iso": "2023-03-22T12:18:46-05:00",
"group_names": [
{
"id": "5088C427E8B64EBEBE1C5B5961DB1902",
"pname": "Sales"
},
{
"id": "3553F715A6F54DAB95D0D25B08468195",
"pname": "Accounting"
}
],
"id_domain": "install_root_dom",
"id_gui": "81740F5FC7334279B91B6B8E1421F5BA",
"allocated_must_match_punches": true,
"anchor": "yes",
"arrows": true,
"attachment_rule": 0,
"auto_add": 1,
"backwards": 1,
"blankrows": "2",
"comment_default": null,
"comment_max_chars": 255,
"comment_priority": 12,
"days_back": "u",
"default_vue_screen": "day",
"diary_notes": 1,
"grid": 1,
"group_default": null,
"group_priority": 0,
"hidden": false,
"id_timesheet": "default_weekly",
"javascript": true,
"last_modified": "1695752609.754111",
"max_attachments": 20,
"minute_increment": 5,
"pname": "Weekly Time Entry",
"post_html": "<h3>Please submit your sheets weekly</h3>",
"pre_html": "<h2>ExampleCo Timesheets</h2>",
"project_default": "root",
"project_priority": 12,
"row_order": 0,
"show_interim_submit": true,
"show_mileage_entry": null,
"show_project_desc": true,
"sideways": 0,
"startstop": 0,
"submit_message": "Have you reviewed your time for the week?",
"submit_warnings_message": "You have warnings on your sheet. Are you sure you want to submit?",
"text2_default": null,
"text2_max_chars": 255,
"text2_priority": 0,
"text3_default": null,
"text3_max_chars": 255,
"text3_priority": 0,
"totals": "b",
"use_24_hour": false,
"use_deps_for_hidden": true,
"use_suggestions": true,
"code_expense_4_default": null,
"code_expense_4_priority": 0,
"code_expense_5_default": null,
"code_expense_5_priority": 0,
"code_expense_6_default": null,
"code_expense_6_priority": 0,
"code_expense_7_default": null,
"code_expense_7_priority": 0,
"expense_default": null,
"expense_priority": 0,
"source_default": null,
"source_priority": 0,
"currency_default": null,
"currency_priority": 0
},
"success": true,
"uri": "https://example.apps.journyx.com/api/v1/users"
}