Objects API-Basic

Number of APIs: 9

  1. Read GET {{baseUrl}}/crm/v3/objects/:objectType/:objectId?properties=<string>&properties=<string>&propertiesWithHistory=<string>&propertiesWithHistory=<string>&associations=<string>&associations=<string>&archived=false&idProperty=<string>

  2. Archive DELETE {{baseUrl}}/crm/v3/objects/:objectType/:objectId

  3. Archive DELETE {{baseUrl}}/crm/v3/objects/:objectType/:objectId

  4. List GET {{baseUrl}}/crm/v3/objects/:objectType?limit=10&after=<string>&properties=<string>&properties=<string>&propertiesWithHistory=<string>&propertiesWithHistory=<string>&associations=<string>&associations=<string>&archived=false

  5. Create POST {{baseUrl}}/crm/v3/objects/:objectType

  6. Update PATCH {{baseUrl}}/crm/v3/objects/:objectType/:objectId?idProperty=<string>

  7. List GET {{baseUrl}}/crm/v3/objects/:objectType?limit=10&after=<string>&properties=<string>&properties=<string>&propertiesWithHistory=<string>&propertiesWithHistory=<string>&associations=<string>&associations=<string>&archived=false

  8. Create POST {{baseUrl}}/crm/v3/objects/:objectType

  9. Update PATCH {{baseUrl}}/crm/v3/objects/:objectType/:objectId?idProperty=<string>