Number of APIs: 6
GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId?filters[relationships.primary-contact][eq]=14
POST {{yourAccountUrl}}/api/3/customObjects/records/:schemaId
GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId
DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId
GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId
6. Delete record by external id
DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId
ENDPOINTS