Returns all active user positions for the authenticated user’s company. Only active positions and active categories are returned. The company scope always comes from the authenticated user and cannot be set manually.
Results are ordered by category name, then by position name. This endpoint does not paginate.
Query parameters
lang (optional): Language for localized names. If omitted, uses the authenticated user’s configured language; if none is set, defaults to EN. Examples: EN, ES, BR, FR.groupedByCategory (optional): When present with a truthy value, returns positions grouped by category. When omitted or falsy, returns a flat array. For predictable behavior, use groupedByCategory=true to group, and omit the parameter for a flat list.Documentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Language code for position and category names. Defaults to the authenticated user's language, or EN if not set.
"ES"
If truthy, returns positions grouped by category. Omit or use a falsy value for a flat list.
true
Active positions as a flat list, or grouped by category when groupedByCategory is truthy