v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Time Entry Restriction

List restrictions

List all time entry restriction filtered by given params. An additional setting must be enabled for this endpoint to work - please contact support if you would like us to enable it.

post/v3/time-entry-restriction/list

Request body

restrictionType'customPeriod'
restrictedEntityType'group'
restrictedEntityIdinteger
pageinteger

default 1

limitnumber

default 10

Example request

{
  "restrictionData": {
    "fromEndDate": "2023-06-06",
    "toEndDate": "2023-06-06"
  }
}

Response

OK