CRM - Associations V4 API Collection

Number of APIs: 9

  1. Basic - Create PUT {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId

  2. Batch - Delete Specific Labels POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/labels/archive

  3. Batch - Read POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/read

  4. Batch - Create POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/create

  5. Batch - Delete POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/archive

  6. Batch - Create Default Associations POST {{baseUrl}}/crm/v4/associations/:fromObjectType/:toObjectType/batch/associate/default

  7. Basic - Delete DELETE {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId

  8. Basic - Create Default PUT {{baseUrl}}/crm/v4/objects/:fromObjectType/:fromObjectId/associations/default/:toObjectType/:toObjectId

  9. Basic - List GET {{baseUrl}}/crm/v4/objects/:objectType/:objectId/associations/:toObjectType?after=<string>&limit=500