PHP
PHP v4_1 REST Examples. |
Topics
A PHP example demonstrating how to create a document using set_entry and a document revision with the set_document_revision method using cURL and the v4_1 REST API.
A PHP example demonstrating how to create a note using set_entry and add an attachment with the set_note_attachment method using cURL and the v4_1 REST API.
A PHP example demonstrating how to create or update an Account with the set_entry method using cURL and the v4_1 REST API.
A PHP example demonstrating how to create or update multiple contacts with the set_entries method using cURL and the v4_1 REST API.
A PHP example demonstrating how to manipulate teams using cURL and the v4_1 REST API.
A PHP example demonstrating how to log in and retrieve a session key using cURL and the v4_1 REST API.
A PHP example demonstrating how to create and relate Products to Quotes using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve fields vardefs from the accounts module with the get_module_fields method using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve a list of records from a module with the get_entry_list method using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve a list of records with info from a related entity with the get_entry_list method using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve an email and its attachments from using the get_entry and get_note_attachment methods using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve multiple records from the accounts module with the get_entries method using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve email addresses based on an email domain with the search_by_module and get_entries methods using cURL and the v4_1 REST API.
A PHP example demonstrating how to retrieve a list of related records with the get_relationships method using cURL and the v4_1 REST API.
A PHP example demonstrating how to search the accounts module with the search_by_module method using cURL and the v4_1 REST API.