List association types
GET {{baseUrl}}/crm/v3/associations/:fromObjectType/:toObjectType/types
List all the valid association types available between two object types
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}