Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ paths:
- name: updated_since
in: query
required: false
description: "Find all employees that have been updated since the provided date. The format is `ISO 8601` (2022-12-24T08:15:30). NOTE: when using the updated_since filter, the email, limit, and offset parameters are ignored."
description: >
Find all employees that have been updated since the provided date.
The format is `ISO 8601` (2022-12-24T08:15:30).
This filter is returning a paginated response. Therefore, it is necessary to provide the limit and offset
parameters when using this filter. In case a request is send without the limit and offset parameters, a
default limit of 200 is used and the offset is set to 0.
NOTE: when using the updated_since filter, the email parameters is ignored.
schema:
type: string
example: 2022-12-24T08:15:30
Expand Down