Custom Objects-Managing Records

Number of APIs: 6

  1. Get a list of records GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId?filters[relationships.primary-contact][eq]=14

  2. Create or Update a record POST {{yourAccountUrl}}/api/3/customObjects/records/:schemaId

  3. Get record by id GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId

  4. Delete record by id DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/:recordId

  5. Get record by external id GET {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId

  6. Delete record by external id DELETE {{yourAccountUrl}}/api/3/customObjects/records/:schemaId/external/:externalId