Skip to main content

List Entry Periods

GET 

/entry_periods

Retrieve a list of available Entry Periods.

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.

Read-only endpoint

Currently, this endpoint is read-only. Support for creating, modifying, and deleting Entry Periods is not yet supported in the REST API, but will be added in a future release.

Database table name

Note: internally, Entry Periods are stored in the time_sheets database table.

Request

Responses

A successful response from a paged collection; see the results array in the response for the list of results for this page. Additional pages may be available and can be fetched using the @nextLink URL.

Note that the examples given may include keys (fields) that may not always be present in the response, depending on the fields requested in the $keys parameter, the user's permissions, and other system settings.