Recent searches


No recent searches

Jacob Bordelon's Avatar

Jacob Bordelon

Joined Oct 13, 2023

·

Last activity Mar 13, 2024

Following

0

Followers

0

Total activity

4

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Jacob Bordelon

Jacob Bordelon created a post,

Post Developer - Platform (Sunshine)

Im using the Custom Data > Legacy Relationship Records objects for a variety of applications, both internal and external. Creating an object + relationship records with this pattern isn't too bad, but when I want to delete a child object, It becomes tedious, there isn't a good way of getting all the relationships belonging to a single object.

The documentation gives the solution to use /api/sunshine/{source_id}/relationships/relationship_type to grab all the relationships that the source object is related to. This is great an all, but I could have several objects related to the same source. Or inversely, my object could be the bottom most object in the tree. 

It would be nice if the api had a url parameter like /sunshine/relationships/records?target=... 
and /sunshine/relationships/records?source=...

Posted Mar 13, 2024 · Jacob Bordelon

0

Followers

2

Votes

0

Comments


Jacob Bordelon created a post,

Post Q&A - Sales CRM (Sell)

Im using the Sell CRM to grab deals

GET https://api.getbase.com/v2/deals

The api shows the parameter

When I make a call using this parameter, It returns the following error

GET https://api.getbase.com/v2/deals?includes=contacts
GET https://api.getbase.com/v2/deals/1?includes=contacts
"error": {
"code":"invalid_param",
     "message":"invalid request query parameter",
     "details":"The request query parameter 'includes/0' is malformed, missing, or has an invalid value (is not included in the list)"
}

It would be nice to see an example of this parameter and how it should be used.
It would also be nice to see a list of available resources that can be included with deals

Ive had no luck finding an explanation or example of this parameter being used. 

Edited Oct 13, 2023 · Jacob Bordelon

0

Followers

2

Votes

1

Comment