Custom Objects-Managing Records
Number of APIs: 6
-
Get a list of records GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId?filters[relationships.primary-contact][eq]=14
-
Create or Update a record POST {{yourAccountUrl}}/api/3/customObjects/records/:schemaId
-
Get record by id GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId
-
Delete record by id DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId
-
Get record by external id GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId
-
Delete record by external id DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId