New 'Current Assignments' read endpoint
The Workforce Planning API now supports a new Assignments endpoint, allowing you to see all your currently assigned resources.
The Workforce Planning API now supports a new Assignments endpoint, allowing you to see all your currently assigned resources.
Our API documentation for the Create Single Person endpoint states that the required group_ids field is an array of Group IDs that the person belongs to/has access to. The only time this can be left empty is if a Person is a Admin
, however our API was not enforcing this and was allowing the creation of new non-admin people with an empty array for the group_ids field. We have now updated the Create Single Person endpoint so that it strictly enforces that the group_ids field can not be empty. The only exception to this is if you are creating a user whose permission_level_id is the ID of your Admin permission level. All non-admin people must have explicitly provided access to at least one group.
The Assignment read endpoints now support 6 new query params that filter based on the created_at or updated_at field on the assignment record.
The Project read endpoints now support 6 new query params that filter based on the created_at or updated_at field on the project record.
The People read endpoints now support 6 new query params that filter based on the created_at or updated_at field on the person record.
The People endpoints that return People objects now return 'created_at' and 'updated_at' fields in the body of the person.
The project endpoints have been updated to match the documentation for formatting for the fields daily_start_time and daily_end_time, to be a time string like "9:30 am". Learn more by checking out our documentation.
The Project endpoints that return project objects now return created_at and updated_at fields in the body of the project. Learn more by checking out our documentation.
The Workforce Planning API now supports Create, Read, Update, and Delete operations for Time Off. Learn more by checking out our documentation.