Enquiries
Get an Enquiry
GET
https://api.tiny.plus/v2/enquiries/{{id}}
This endpoint allows you to get a full Enquiry record.
Path Parameters
Name | Type | Description |
---|---|---|
id | number | ID of the enquiry |
Query Parameters
Name | Type | Description |
---|---|---|
with_related | boolean | Can be either |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Your access token. |
Example Usage
Create an Enquiry
POST
https://api.tiny.plus/v2/enquiries
You can create a new tiny+ enquiry with this endpoint. The only required field to create an Enquiry in tiny+ is name
, however we recommend you provide as much information as possible.
Headers
Name | Type | Description |
---|---|---|
Accepts | string | Use |
Content-Type | string | Use |
Authorization | string | Your access token. |
Request Body
Name | Type | Description |
---|---|---|
JSON object | object |
|
Enquiries Field Reference
Field | Type | Details | Permission |
id | Number | Unique record identifier. | Read-only |
name | String (up to 200 characters). REQUIRED. | Identifying Name / Title. | Full |
description | String | Description. | Full |
created_date | String (YYYY-MM-DD hh:mm:ss) | Date record was first created. | Read-only |
modified_date | String (YYYY-MM-DD hh:mm:ss) | Date record was last modified. | Read-only |
created_user | Number | ID of user who made the record. | Read-only |
modified_user | Number | ID of user who last edited the record. | Read-only |
assigned_user | Number | ID of assigned user. | Full |
is_synced | Boolean | Whether the record has been synced from another source. | Full |
sync_origin | String (up to 50 characters) | A simple string that you supply to let tiny+ users know where the record is synced from. | Full |
remote_id | String (up to 200 characters) | A remote identifier for this record. | Full |
record_url | String | The fully qualified URI of the record. | Read-only |
record_status | String (or ID for add/edit) | The current status of this enquiry. Can be either | Full |
contact_name | String or ID | When reading, will display either a String if the contact has not been created separately in tiny+, or an ID of the primary related contact if they already exist in tiny+. When editing, you can provide a string, or provide an ID to link to an existing contact. | Full |
contact_company | String or ID | When reading, will display either a String if the company has not been created separately in tiny+, or an ID of the primary related company if they already exist in tiny+. When editing, you can provide a string, or provide an ID to link to an existing company. | Full |
contact_email | String | The contact's email address. | Full |
contact_phone | String | The contact's phone number. | Full |
contact_role | String | The contact's role or position. | Full |
followup_date | Date | When the enquiry should be followed up. If left blank when adding a new enquiry, defaults to +2 business days. | Full |
notes | String | An extra area for notes. | Full |
location_id | String | A project's physical address. Will be parsed and geocoded after being added. | Full |
Last updated