get https://api.personio.de/v2/workplaces
- Returns a list of existing workplaces for an authorized company.
- Supports pagination using the
cursor
andlimit
query parameters. - Supports filtering workplaces by
name
andid
query parameters. - Supports sorting workplaces by
name
andid
using thesort
query parameter. - Default sort is by
id
in ascending order. - Note: This endpoint is in beta mode. Please use the discussion page in the Developer Hub for feedback.