Projects API Changelog
Version 1.0
November 18, 2023
- The
scout_field_type
attribute in Describe endpoints has been renamed type_description
for clarity.
- The foreign key fields
project_type_id
and spend_category_id
were migrated from the attributes section to the relationships section of the projects resource. This improves consistency with the JSON:API spec.
- The unused field
actual_savings_amount
was removed from the projects resource.
- The documentation clarifies that custom fields of type
File
are not accessible via API.
- Authorization errors will now return HTTP 403.
- Paginated endpoints will no longer wrap around to the start of the collection if you follow the next page links.
- Except as noted, all relevant functionality was inherited from the Projects, Project Supplier Contacts, Project Supplier Companies and Project Types resources in our legacy V3 public API.