Solved

Pull Notes from Opportunity via Copper API


It doesn’t appear to be possible to pull notes from opportunities via the Copper API. I’ve looked through the documentation, and there doesn’t seem to be a field for notes. I see that you can add a note to an opportunity, but I’d like to access existing notes. 

Ideally, this would be done through the https://api.copper.com/developer_api/v1/opportunities/search endpoint, but happy to access it from a different endpoint if possible. 

icon

Best answer by Michelle from Copper 20 May 2022, 17:25

View original

2 replies

Userlevel 7
Badge +7

Hi @christianthomas, thanks for posting! Notes are treated as a type of Activity so you would pull it through this endpoint: https://developer.copper.com/activities/list-activities-search.html

Let me know if you have any follow-up questions!

Thanks, @Michelle from Copper! It looks like notes are filtered under “id”: 0 and “category”: “user”.

 

"type": {
"id": 0,
"category": "user"
},

 

Reply