Do not miss any Visible API changes, ever again

Subscribe to the Visible API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare

Note: portfolio notes endpoints should use "content" instead of "plaintext_content" going forward, however the old property will remain in the payload for backwards compatibility.

7 structure changes including:
3 Additions
4 Modifications
Modified 4 Breaking
GET /portfolio_notes
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_notes property Modified
        • plaintext_content property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • id, content properties Added
GET /portfolio_notes/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_note property Modified
        • plaintext_content property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • id, content properties Added
GET /portfolio_property_values
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_property_values property Modified
        • value property Modified
          • Type went from string | number | boolean | array | null to string | number | array | null
            Breaking
PUT /portfolio_property_values
  • Response
  • 201 response Modified
    • application/json content type Modified
      • portfolio_property_value property Modified
        • value property Modified
          • Type went from string | number | boolean | array | null to string | number | array | null
            Breaking
  • 200 response Modified
    • application/json content type Modified
      • portfolio_property_value property Modified
        • value property Modified
          • Type went from string | number | boolean | array | null to string | number | array | null
            Breaking
Added 3
GET /note_tags
POST /notes
POST /portfolio_notes

Added endpoints to create portfolio company profiles and change portfolio property values (investor product)

6 structure changes including:
4 Additions
2 Modifications
Modified 2
GET /portfolio_company_profiles
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_company_profiles property Modified
        • website_url, currency, primary_contact_id properties Added
GET /portfolio_property_values
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_property_values property Modified
        • portfolio_property_option_id, portfolio_property_option_ids properties Added
Added 4
GET /portfolio_property_options
POST /portfolio_company_profiles
PUT /portfolio_company_profiles/{id}
PUT /portfolio_property_values
1 structure change including:
1 Modification
Modified 1
GET /portfolio_property_values
  • Response
  • 200 response Modified
    • application/json content type Modified
      • portfolio_property_values property Modified
        • value property Modified
          • Type went from string | number | boolean | null to string | number | boolean | array | null
2 structure changes including:
2 Additions
Added 2
GET /portfolio_properties
GET /portfolio_property_values