EntryPeriodItemResponse
HTTP status code of the response for reference purposes.
200
200
results object
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.
In general, the id
field is the primary key of the object and cannot
be changed or updated.
64BBA147B9AC41D9978062300826C89F
The 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/64BBA147B9AC41D9978062300826C89F
The name of the internal database table associated with this resource.
users
The user-visible label of the database table associated with this object.
time_sheets
The internal User ID of the user who created the object.
64BBA147B9AC41D9978062300826C89F
The timestamp when the object was created, in Unix epoch format. This is the number of seconds since 1970-01-01T00:00:00Z.
1696021987.01375
The internal User ID of the user who most recently modified the object.
64BBA147B9AC41D9978062300826C89F
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.01375
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_dom
The 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.
20230301
Only used in "Custom Semi-Monthly" period types and null otherwise. This defines the division date between the first and second half of the month.
null
The 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.
759F5CF8F68349DCB0A5BF93323445A6
The "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
]
weekly
The name of the Entry Period. This is what is displayed to the user in the Entry Screen configuration.
Weekly
Reserved for future use.
null
Reserved for future use.
null
Reserved for future use.
null
Indicates whether the request was successful (normally true if it's not an error response)
true
URL 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": "time_sheets",
"creator": "64BBA147B9AC41D9978062300826C89F",
"create_timestamp": 1696021987.01375,
"modifier": "64BBA147B9AC41D9978062300826C89F",
"modify_timestamp": 1696021987.01375,
"id_domain": "install_root_dom",
"anchor": 20230301,
"bidate_day": null,
"id_timesheet": "759F5CF8F68349DCB0A5BF93323445A6",
"period": "weekly",
"pname": "Weekly",
"reserved1": null,
"reserved2": null,
"reserved3": null
},
"success": true,
"uri": "https://example.apps.journyx.com/api/v1/users"
}