Bash
Bash cURL examples of integrating with the REST v11 API.
Topics
An example in bash script demonstrating how to export a list of records using the v11 /<module>/export/:record_list_id REST GET endpoint.
An example in bash script demonstrating how to filter records using the v11 /<module>/filter REST POST endpoints.
An example in bash script demonstrating how to favorite a record using the v11 <module>/:record/favorite REST PUT API endpoint.
An example in bash script demonstrating how to attach a file to a record using the v11 <module>/:record/file/:field REST POST API endpoint, then retrieve it with the GET endpoint.
An example in bash script demonstrating how to fetch related records using the v11 /<module>/:record/link/:link REST GET endpoints.
The following page will provide examples in bash script demonstrating how to use the CRUD (Create, Read, Update, Delete) endpoints in the REST v11 API.
An example in bash script demonstrating how to follow a record using the v11 /<module>/:record/subscribe REST POST endpoint.
An example in bash script demonstrating how to unfavorite a record using the v11 /<module>/:record/unfavorite REST PUT endpoint.
An example in bash script demonstrating how to unfollow a record using the v11 /<module>/:record/unsubscribe REST DELETE endpoint.
An example in bash script demonstrating how to fetch the most active users for meetings, calls, inbound emails, and outbound emails using the v11 /mostactiveusers REST GET endpoint.
An example in bash script on how to authenticate and logout of the v11 REST API using the /oauth2/token and /oauth2/logout POST endpoints.
An example in bash script demonstrating how to ping using the REST v11 /ping GET endpoint.
An example in bash script demonstrating how to fetch the current users time with the v11 /ping/whattimeisit REST GET endpoint.
An example in bash script demonstrating how to retrieve recently viewed records using the v11 /recent REST GET endpoint.
An example in bash script demonstrating how to globally search for records using the REST v11 /search GET endpoint.
An example in bash script demonstrating how to check for duplicate records using the v11 /<module>/duplicateCheck REST POST endpoint.
A Bash example demonstrating how to manipulate Quotes and related record data such as ProductBundles, Products, and ProductBundleNotes.
The following page will provide examples of bash script demonstrating how to use the CRUD (Create, Read, Update, Delete) endpoints for tags in the REST v11 API.