Improved
12 days ago by ReadMe GitHub Action
All entity endpoints: removed user and company from the supported entity types enum
Retrieve relationships : renamed the terminology used to refer to entities from "type": "hierarchyItem" to the types used in the entities endpoints. For example, when a note is related to a feature, the response will now show "type": "feature" instead of "type": "hierarchyItem"
Added more documentation to explain the configuration endpoints
Improved
21 days ago by ReadMe GitHub Action
Added
9 months ago by ReadMe GitHub Action
Fix updating metadata for all types of Notes. Content can be updated only for simple notes.
Added
10 months ago by ReadMe GitHub Action
Added new endpoints for creating, deleting and listing Links between Features and Initiatives
Added new endpoints for creating, deleting and listing Links between Features and Objectives
Added
over 1 year ago by ReadMe GitHub Action
Added a new resource Initiative with GET, LIST, CREATE, UPDATE and DELETE endpoints
Added Webhooks for Create, Delete and Update events on Initiatives
Added new endpoints for creating, deleting and listing Links between Initiatives and Features
Added new endpoints for creating, deleting and listing Links between Initiatives and Objectives
Added
over 1 year ago by ReadMe GitHub Action
Added a new resource Key result with GET, LIST, CREATE, UPDATE and DELETE endpoints
Added a new resource Objective with GET, LIST, CREATE, UPDATE and DELETE endpoints
Added Webhooks for Create, Delete and Update events on Key results
Added Webhooks for Create, Delete and Update events on Objectives
Added new endpoints for creating, deleting and listing Links between Objectives and Features
Added new endpoints for creating, deleting and listing Links between Objectives and Initiatives
Added
over 1 year ago by ReadMe GitHub Action
Added endpoints for creating and listing Links on Notes
Added
over 1 year ago by ReadMe GitHub Action
Added CREATE and DELETE endpoints for user resource
Added a new resource company with GET, LIST, CREATE, UPDATE and DELETE endpoints
Added SET and DELETE endpoints for changing company field values
Improved
almost 2 years ago by ReadMe GitHub Action
Added "totalResults" to get all notes endpoint
Updated endpoint to stop returning a pageCursor after all results have been delivered
Added
about 2 years ago by ReadMe GitHub Action
Added webhooks for insights create, update, and delete