what is the association type for associating a note to a meeting
SOLVE
@AHussein6 - whenever I try and use the v4 asscoiations API, I first search for the available object to object association types using the schema call:
GET /crm/v4/associations/{fromObjectType}/{toObjectType}/labels
I tried this for your meetings/notes associations and got back a NULL result:
HTTP 200
{ "results": [] }
I'm wondering if this should really be true, but the API supppot here may not be complete.
what is the association type for associating a note to a meeting
SOLVE
@AHussein6 - whenever I try and use the v4 asscoiations API, I first search for the available object to object association types using the schema call:
GET /crm/v4/associations/{fromObjectType}/{toObjectType}/labels
I tried this for your meetings/notes associations and got back a NULL result:
HTTP 200
{ "results": [] }
I'm wondering if this should really be true, but the API supppot here may not be complete.