Objects API-Basic
Number of APIs: 9
-
Read GET {{baseUrl}}/crm/v3/objects/:objectType/:objectId?properties=<string>&properties=<string>&propertiesWithHistory=<string>&propertiesWithHistory=<string>&associations=<string>&associations=<string>&archived=false&idProperty=<string>
-
Archive DELETE {{baseUrl}}/crm/v3/objects/:objectType/:objectId
-
Archive DELETE {{baseUrl}}/crm/v3/objects/:objectType/:objectId
-
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
-
Create POST {{baseUrl}}/crm/v3/objects/:objectType
-
Update PATCH {{baseUrl}}/crm/v3/objects/:objectType/:objectId?idProperty=<string>
-
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
-
Create POST {{baseUrl}}/crm/v3/objects/:objectType
-
Update PATCH {{baseUrl}}/crm/v3/objects/:objectType/:objectId?idProperty=<string>