Skip to content

Commit

Permalink
Merge pull request #194 from krthakan/master
Browse files Browse the repository at this point in the history
[PAPI-1933] Add options field to employee list attributes endpoint
  • Loading branch information
oleglfed authored Jul 30, 2024
2 parents 133b4a0 + 18823c7 commit c9f1ee9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions personio-personnel-data-api-oa3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,14 +862,35 @@ paths:
label: First Name
type: standard
universal_id: first_name
options: []
- key: last_name
label: Last Name
type: standard
universal_id: last_name
options: []
- key: dynamic_1
label: IBAN
type: standard
universal_id: iban
options: []
- key: dynamic_2
label: Marital status
type: list
universal_id: null
options: [
"married",
"single",
]
- key: dynamic_3
label: Language Skills
type: tags
universal_id: null
options: [
"English",
"French",
"Spanish",
"German"
]

/company/employees/{employee_id}/profile-picture/{width}:
parameters:
Expand Down

0 comments on commit c9f1ee9

Please sign in to comment.