Manage Records by ID API
Overview
Why Use This API?
Manage Records by ID API Behavior
Manage Records by ID Endpoints
Retrieve a Record (GET)
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$Include summary data in the response, including lead sources.
Comma separated category ids, to filter by field category. Ignored when field_ids is present.
Comma separated field ids to include in response. If present but empty, it will return default fields only.
Comma separated field names to include in response. If present but empty, it will return default fields only.
Include hidden fields in the response.
Update a Record (PUT)
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$Updates the identifier of matching archived record to not raise a conflict.
overwrite- overwrite
overwrite- overwrite
Partial Update a Record (PATCH)
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$If true, return all fields even if not updated
Updates the identifier of matching archived record to not raise a conflict.
overwrite- overwrite
overwrite- overwrite
Archive a Record (DELETE)
^[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}$No response body
No response body
No content
List Field Values for a Record Field (GET)
A page number within the paginated result set.
Number of results to return per page.
123http://api.example.org/accounts/?page=4http://api.example.org/accounts/?page=2["error message"]Manage Records by ID Schemas
Retrieve a Record Schema
Update a Record Schema
Partial Update a Record Schema
List Field Values for a Record Field Schema
What’s Next
Last updated
Was this helpful?