Contracts API Changelog
Version 1.2
December 2, 2024
- Added read-only attribute "scc_updated_at" to Contracts resource - internal use only.
Version 1.1
July 31, 2024
- Attribute
public
exposed to allow changing "Public visibility" of a contract when Public Site is enabled
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
contract_type_id
and spend_category_id
were migrated from the attributes section to the relationships section of the contracts resource. This improves consistency with the JSON:API spec.
- The unused fields
po_amount
, invoiced_po_amount
, non_po_invoiced_amount
, and total_invoiced_amount
were removed from the contracts 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.
- All relevant functionality was inherited from the Contracts and Contract Types resources in our legacy V3 public API.