CRM - Associations V4 API Collection
Number of APIs: 9
-
Basic - Create PUT {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId
-
Batch - Delete Specific Labels POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/labels/archive
-
Batch - Read POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/read
-
Batch - Create POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/create
-
Batch - Delete POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/archive
-
Batch - Create Default Associations POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/associate/default
-
Basic - Delete DELETE {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId
-
Basic - Create Default PUT {{baseUrl}}/crm/v4/objects/:fromObjectType/:fromObjectId/associations/default/:toObjectType/:toObjectId
-
Basic - List GET {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType?after=<string>&limit=500