Insightly
Use Insightly to manage CRM contacts, organisations, opportunities, leads, projects, and tasks.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute INSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENT --data '{ }'Tool 目录
可用 Tools
527 个可调用操作
Adds an Activity Set to a ContactINSIGHTLY_ADD_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Contact需要连接
Adds an Activity Set to a Contact
认证
需要 Connected AccountTags
Adds a Forum Post to a ForumINSIGHTLY_ADD_CHILD_ENTITYAdds a Forum Post to a Forum需要连接
Adds a Forum Post to a Forum
认证
需要 Connected AccountTags
Adds a Comment to an EmailINSIGHTLY_ADD_COMMENTAdds a Comment to an Email需要连接
Adds a Comment to an Email
认证
需要 Connected AccountTags
Insightly Object Screen PopINSIGHTLY_ADD_DISPLAY_OBJECT_ON_CLIENTThis endpoint loads Insightly object page within the client browser running Insightly for convenience and increased productivity.需要连接
This endpoint loads Insightly object page within the client browser running Insightly for convenience and increased productivity.
认证
需要 Connected AccountTags
AddDisplayTicketOnClientINSIGHTLY_ADD_DISPLAY_TICKET_ON_CLIENTAddDisplayTicketOnClient需要连接
AddDisplayTicketOnClient
认证
需要 Connected AccountTags
Adds a recordINSIGHTLY_ADD_ENTITYIf you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Structured Custom EventINSIGHTLY_ADD_EVENTPROSPECT_ID, CATEGORY, and ACTION are all required when creating an event. These are used to properly categorize and score the event.需要连接
PROSPECT_ID, CATEGORY, and ACTION are all required when creating an event. These are used to properly categorize and score the event.
认证
需要 Connected AccountTags
Adds a File Attachment to a RecordINSIGHTLY_ADD_FILE_ATTACHMENTThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Adds a File CategoryINSIGHTLY_ADD_FILE_CATEGORYThis endpoint is used to create a new File Category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to create a new File Category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Start following a Forum CommentINSIGHTLY_ADD_FOLLOWStart following a Forum Comment需要连接
Start following a Forum Comment
认证
需要 Connected AccountTags
Adds a Lead SourceINSIGHTLY_ADD_LEAD_SOURCEThis endpoint is used to define a new lead source. This endpoint is only accessible to users with administrator access.需要连接
This endpoint is used to define a new lead source. This endpoint is only accessible to users with administrator access.
认证
需要 Connected AccountTags
Adds a Lead StatusINSIGHTLY_ADD_LEAD_STATUSThis endpoint is used to add a new lead status option to the instance. This endpoint is only accessible to users with administrator access.需要连接
This endpoint is used to add a new lead status option to the instance. This endpoint is only accessible to users with administrator access.
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_ADD_LINKAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Merges the Ticket into another TicketINSIGHTLY_ADD_MERGEMerges the Ticket into another Ticket需要连接
Merges the Ticket into another Ticket
认证
需要 Connected AccountTags
Adds a MilestoneINSIGHTLY_ADD_MILESTONEAdds a Milestone需要连接
Adds a Milestone
认证
需要 Connected AccountTags
Adds a Note to a ContactINSIGHTLY_ADD_NOTESIf you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Opportunity CategoryINSIGHTLY_ADD_OPPORTUNITY_CATEGORYThis endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to create a new opportunity category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Adds a Project CategoryINSIGHTLY_ADD_PROJECT_CATEGORYThis endpoint is used to create a new project category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to create a new project category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Adds a Prospect to a static listINSIGHTLY_ADD_STATIC_LIST_MEMBERSHIPAdds a Prospect to a static list需要连接
Adds a Prospect to a static list
认证
需要 Connected AccountTags
Adds a Tag to a ContactINSIGHTLY_ADD_TAGAdds a Tag to a Contact需要连接
Adds a Tag to a Contact
认证
需要 Connected AccountTags
Adds a Task CategoryINSIGHTLY_ADD_TASK_CATEGORYThis endpoint is used to create a new task category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to create a new task category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Adds a TeamINSIGHTLY_ADD_TEAMTEAM_NAME is required when creating a Team with ANONYMOUS_TEAM set to "false". When creating Anonymous Teams, e.g. ANONYMOUS_TEAM=true, you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.需要连接
TEAM_NAME is required when creating a Team with ANONYMOUS_TEAM set to "false". When creating Anonymous Teams, e.g. ANONYMOUS_TEAM=true, you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.
认证
需要 Connected AccountTags
Adds a new Team MemberINSIGHTLY_ADD_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be created via the /Teams endpoint.需要连接
Note: Team Members of Anonymous Teams can only be created via the /Teams endpoint.
认证
需要 Connected AccountTags
Adds a Translation for a record in a specific languageINSIGHTLY_ADD_TRANSLATIONIf you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a record, try creating records via the web interface, and then access those records via the API. This way you can see examples of the fields and sub-elements attached to the record. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Deletes a Forum Post of a ForumINSIGHTLY_DELETE_CHILD_ENTITYDeletes a Forum Post of a Forum需要连接
Deletes a Forum Post of a Forum
认证
需要 Connected AccountTags
Deletes a RecordINSIGHTLY_DELETE_ENTITYDeletes a Record需要连接
Deletes a Record
认证
需要 Connected AccountTags
Deletes a File AttachmentINSIGHTLY_DELETE_FILE_ATTACHMENTDeletes a File Attachment需要连接
Deletes a File Attachment
认证
需要 Connected AccountTags
Deactivates a File CategoryINSIGHTLY_DELETE_FILE_CATEGORYThis endpoint is used to deactivate an existing File Category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to deactivate an existing File Category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Stop following a Forum CommentINSIGHTLY_DELETE_FOLLOWStop following a Forum Comment需要连接
Stop following a Forum Comment
认证
需要 Connected AccountTags
Deletes a Contact's ImageINSIGHTLY_DELETE_IMAGEDeletes a Contact's Image需要连接
Deletes a Contact's Image
认证
需要 Connected AccountTags
Deletes a Contact's Custom Image FieldINSIGHTLY_DELETE_IMAGE_FIELDDeletes a Contact's Custom Image Field需要连接
Deletes a Contact's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Lead SourceINSIGHTLY_DELETE_LEAD_SOURCEThis endpoint is used to delete an existing lead source.需要连接
This endpoint is used to delete an existing lead source.
认证
需要 Connected AccountTags
Deletes a Lead StatusINSIGHTLY_DELETE_LEAD_STATUSThis endpoint is used to delete an existing lead status.需要连接
This endpoint is used to delete an existing lead status.
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_LINKDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes a MilestoneINSIGHTLY_DELETE_MILESTONEDeletes a Milestone需要连接
Deletes a Milestone
认证
需要 Connected AccountTags
Deactivates an Opportunity CategoryINSIGHTLY_DELETE_OPPORTUNITY_CATEGORYThe endpoint is used to deactivate an existing opportunity category. This endpoint is only accessible to users with administrator permission.需要连接
The endpoint is used to deactivate an existing opportunity category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Clears pipeline for the OpportunityINSIGHTLY_DELETE_PIPELINEClears pipeline for the Opportunity需要连接
Clears pipeline for the Opportunity
认证
需要 Connected AccountTags
Deactivates a Project CategoryINSIGHTLY_DELETE_PROJECT_CATEGORYThis endpoint is used to deactivate an existing project category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to deactivate an existing project category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Removes a Prospect from a static listINSIGHTLY_DELETE_STATIC_LIST_MEMBERSHIPRemoves a Prospect from a static list需要连接
Removes a Prospect from a static list
认证
需要 Connected AccountTags
Deletes a Tag from a ContactINSIGHTLY_DELETE_TAGDeletes a Tag from a Contact需要连接
Deletes a Tag from a Contact
认证
需要 Connected AccountTags
Deactivates a Task CategoryINSIGHTLY_DELETE_TASK_CATEGORYThis endpoint is used to deactivate a task category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to deactivate a task category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Deletes a TeamINSIGHTLY_DELETE_TEAMDeletes a Team需要连接
Deletes a Team
认证
需要 Connected AccountTags
Deletes a Team MemberINSIGHTLY_DELETE_TEAM_MEMBERNote: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.需要连接
Note: Team Members of Anonymous Teams can only be deleted via the /Teams endpoint.
认证
需要 Connected AccountTags
Deletes a CommentINSIGHTLY_DELETE_V3_1_COMMENTS_IDDeletes a Comment需要连接
Deletes a Comment
认证
需要 Connected AccountTags
Stop following a ForumINSIGHTLY_DELETE_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStop following a Forum需要连接
Stop following a Forum
认证
需要 Connected AccountTags
Deletes a Forum Comment of a Forum PostINSIGHTLY_DELETE_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTS_CHILD_ENTITY_IDDeletes a Forum Comment of a Forum Post需要连接
Deletes a Forum Comment of a Forum Post
认证
需要 Connected AccountTags
Stop following a Forum PostINSIGHTLY_DELETE_V3_1_COMMUNITY_POSTS_ID_FOLLOWStop following a Forum Post需要连接
Stop following a Forum Post
认证
需要 Connected AccountTags
Deletes a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_IDDeletes a Contact需要连接
Deletes a Contact
认证
需要 Connected AccountTags
Stop following a ContactINSIGHTLY_DELETE_V3_1_CONTACTS_ID_FOLLOWStop following a Contact需要连接
Stop following a Contact
认证
需要 Connected AccountTags
Deletes an EmailINSIGHTLY_DELETE_V3_1_EMAILS_IDDeletes an Email需要连接
Deletes an Email
认证
需要 Connected AccountTags
Stop following an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_FOLLOWStop following an Email需要连接
Stop following an Email
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_EMAILS_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes a Tag from an EmailINSIGHTLY_DELETE_V3_1_EMAILS_ID_TAGSDeletes a Tag from an Email需要连接
Deletes a Tag from an Email
认证
需要 Connected AccountTags
Deletes an EventINSIGHTLY_DELETE_V3_1_EVENTS_IDDeletes an Event需要连接
Deletes an Event
认证
需要 Connected AccountTags
Deletes an Event's Custom Image FieldINSIGHTLY_DELETE_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Event's Custom Image Field需要连接
Deletes an Event's Custom Image Field
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_EVENTS_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Stop following a Forum CategoryINSIGHTLY_DELETE_V3_1_FORUM_CATEGORIES_ID_FOLLOWStop following a Forum Category需要连接
Stop following a Forum Category
认证
需要 Connected AccountTags
Deletes a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_IDDeletes a Knowledge Article需要连接
Deletes a Knowledge Article
认证
需要 Connected AccountTags
Stop following a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStop following a Knowledge Article需要连接
Stop following a Knowledge Article
认证
需要 Connected AccountTags
Deletes a Knowledge Article's Custom Image FieldINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Knowledge Article's Custom Image Field需要连接
Deletes a Knowledge Article's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Tag from a Knowledge ArticleINSIGHTLY_DELETE_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSDeletes a Tag from a Knowledge Article需要连接
Deletes a Tag from a Knowledge Article
认证
需要 Connected AccountTags
Deletes a LeadINSIGHTLY_DELETE_V3_1_LEADS_IDDeletes a Lead需要连接
Deletes a Lead
认证
需要 Connected AccountTags
Stop following a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_FOLLOWStop following a Lead需要连接
Stop following a Lead
认证
需要 Connected AccountTags
Deletes a Lead's ImageINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGEDeletes a Lead's Image需要连接
Deletes a Lead's Image
认证
需要 Connected AccountTags
Deletes a Lead's Custom Image FieldINSIGHTLY_DELETE_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Lead's Custom Image Field需要连接
Deletes a Lead's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Tag from a LeadINSIGHTLY_DELETE_V3_1_LEADS_ID_TAGSDeletes a Tag from a Lead需要连接
Deletes a Tag from a Lead
认证
需要 Connected AccountTags
Deletes a NoteINSIGHTLY_DELETE_V3_1_NOTES_IDDeletes a Note需要连接
Deletes a Note
认证
需要 Connected AccountTags
Deletes a Comment of a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_COMMENT_CHILD_ENTITY_IDDeletes a Comment of a Note需要连接
Deletes a Comment of a Note
认证
需要 Connected AccountTags
Stop following a NoteINSIGHTLY_DELETE_V3_1_NOTES_ID_FOLLOWStop following a Note需要连接
Stop following a Note
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_NOTES_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_IDDeletes an Opportunity需要连接
Deletes an Opportunity
认证
需要 Connected AccountTags
Stop following an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_FOLLOWStop following an Opportunity需要连接
Stop following an Opportunity
认证
需要 Connected AccountTags
Deletes an Opportunity's ImageINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGEDeletes an Opportunity's Image需要连接
Deletes an Opportunity's Image
认证
需要 Connected AccountTags
Deletes an Opportunity's Custom Image FieldINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Opportunity's Custom Image Field需要连接
Deletes an Opportunity's Custom Image Field
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes an Opportunity Product of an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEM_CHILD_ENTITY_IDDeletes an Opportunity Product of an Opportunity需要连接
Deletes an Opportunity Product of an Opportunity
认证
需要 Connected AccountTags
Deletes a Tag from an OpportunityINSIGHTLY_DELETE_V3_1_OPPORTUNITIES_ID_TAGSDeletes a Tag from an Opportunity需要连接
Deletes a Tag from an Opportunity
认证
需要 Connected AccountTags
Deletes an Opportunity Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Opportunity Product's Custom Image Field需要连接
Deletes an Opportunity Product's Custom Image Field
认证
需要 Connected AccountTags
Deletes an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_IDDeletes an Organisation需要连接
Deletes an Organisation
认证
需要 Connected AccountTags
Stop following an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_FOLLOWStop following an Organisation需要连接
Stop following an Organisation
认证
需要 Connected AccountTags
Deletes an Organisation's ImageINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGEDeletes an Organisation's Image需要连接
Deletes an Organisation's Image
认证
需要 Connected AccountTags
Deletes an Organisation's Custom Image FieldINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEDeletes an Organisation's Custom Image Field需要连接
Deletes an Organisation's Custom Image Field
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes a Tag from an OrganisationINSIGHTLY_DELETE_V3_1_ORGANISATIONS_ID_TAGSDeletes a Tag from an Organisation需要连接
Deletes a Tag from an Organisation
认证
需要 Connected AccountTags
Deletes a Price Book Entry's Custom Image FieldINSIGHTLY_DELETE_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Price Book Entry's Custom Image Field需要连接
Deletes a Price Book Entry's Custom Image Field
认证
需要 Connected AccountTags
Stop following a Price BookINSIGHTLY_DELETE_V3_1_PRICEBOOK_ID_FOLLOWStop following a Price Book需要连接
Stop following a Price Book
认证
需要 Connected AccountTags
Deletes a Price Book Entry of a Price BookINSIGHTLY_DELETE_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRY_CHILD_ENTITY_IDDeletes a Price Book Entry of a Price Book需要连接
Deletes a Price Book Entry of a Price Book
认证
需要 Connected AccountTags
Deletes a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_IDDeletes a Product需要连接
Deletes a Product
认证
需要 Connected AccountTags
Stop following a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_FOLLOWStop following a Product需要连接
Stop following a Product
认证
需要 Connected AccountTags
Deletes a Product's ImageINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGEDeletes a Product's Image需要连接
Deletes a Product's Image
认证
需要 Connected AccountTags
Deletes a Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Product's Custom Image Field需要连接
Deletes a Product's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Price Book Entry of a ProductINSIGHTLY_DELETE_V3_1_PRODUCT_ID_PRICEBOOK_ENTRY_CHILD_ENTITY_IDDeletes a Price Book Entry of a Product需要连接
Deletes a Price Book Entry of a Product
认证
需要 Connected AccountTags
Deletes a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_IDDeletes a Project需要连接
Deletes a Project
认证
需要 Connected AccountTags
Stop following a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_FOLLOWStop following a Project需要连接
Stop following a Project
认证
需要 Connected AccountTags
Deletes a Project's ImageINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGEDeletes a Project's Image需要连接
Deletes a Project's Image
认证
需要 Connected AccountTags
Deletes a Project's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Project's Custom Image Field需要连接
Deletes a Project's Custom Image Field
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_PROJECTS_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Clears pipeline for the ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_PIPELINEClears pipeline for the Project需要连接
Clears pipeline for the Project
认证
需要 Connected AccountTags
Deletes a Tag from a ProjectINSIGHTLY_DELETE_V3_1_PROJECTS_ID_TAGSDeletes a Tag from a Project需要连接
Deletes a Tag from a Project
认证
需要 Connected AccountTags
Deletes a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_IDDeletes a Prospect需要连接
Deletes a Prospect
认证
需要 Connected AccountTags
Stop following a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_FOLLOWStop following a Prospect需要连接
Stop following a Prospect
认证
需要 Connected AccountTags
Deletes a Prospect's Custom Image FieldINSIGHTLY_DELETE_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Prospect's Custom Image Field需要连接
Deletes a Prospect's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Tag from a ProspectINSIGHTLY_DELETE_V3_1_PROSPECT_ID_TAGSDeletes a Tag from a Prospect需要连接
Deletes a Tag from a Prospect
认证
需要 Connected AccountTags
Deletes a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_IDDeletes a Quote需要连接
Deletes a Quote
认证
需要 Connected AccountTags
Stop following a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_FOLLOWStop following a Quote需要连接
Stop following a Quote
认证
需要 Connected AccountTags
Deletes a Quote's Custom Image FieldINSIGHTLY_DELETE_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Quote's Custom Image Field需要连接
Deletes a Quote's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Quote Document of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_DOCUMENT_CHILD_ENTITY_IDDeletes a Quote Document of a Quote需要连接
Deletes a Quote Document of a Quote
认证
需要 Connected AccountTags
Deletes a Quote Product of a QuoteINSIGHTLY_DELETE_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEM_CHILD_ENTITY_IDDeletes a Quote Product of a Quote需要连接
Deletes a Quote Product of a Quote
认证
需要 Connected AccountTags
Deletes a Quote Product's Custom Image FieldINSIGHTLY_DELETE_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Quote Product's Custom Image Field需要连接
Deletes a Quote Product's Custom Image Field
认证
需要 Connected AccountTags
Deletes a TaskINSIGHTLY_DELETE_V3_1_TASKS_IDDeletes a Task需要连接
Deletes a Task
认证
需要 Connected AccountTags
Stop following a TaskINSIGHTLY_DELETE_V3_1_TASKS_ID_FOLLOWStop following a Task需要连接
Stop following a Task
认证
需要 Connected AccountTags
Deletes a Task's Custom Image FieldINSIGHTLY_DELETE_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Task's Custom Image Field需要连接
Deletes a Task's Custom Image Field
认证
需要 Connected AccountTags
Deletes a LinkINSIGHTLY_DELETE_V3_1_TASKS_ID_LINKS_LINK_IDDeletes a Link需要连接
Deletes a Link
认证
需要 Connected AccountTags
Deletes a Team MemberINSIGHTLY_DELETE_V3_1_TEAMS_ID_TEAM_MEMBERS_PERMISSION_IDDeletes a Team Member需要连接
Deletes a Team Member
认证
需要 Connected AccountTags
Deletes a TicketINSIGHTLY_DELETE_V3_1_TICKET_IDDeletes a Ticket需要连接
Deletes a Ticket
认证
需要 Connected AccountTags
Stop following a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_FOLLOWStop following a Ticket需要连接
Stop following a Ticket
认证
需要 Connected AccountTags
Deletes a Ticket's Custom Image FieldINSIGHTLY_DELETE_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEDeletes a Ticket's Custom Image Field需要连接
Deletes a Ticket's Custom Image Field
认证
需要 Connected AccountTags
Deletes a Tag from a TicketINSIGHTLY_DELETE_V3_1_TICKET_ID_TAGSDeletes a Tag from a Ticket需要连接
Deletes a Tag from a Ticket
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_GENERATE_MERGE_DOCUMENTReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Gets a single Activity SetINSIGHTLY_GET_ACTIVITY_SETGets a single Activity Set需要连接
Gets a single Activity Set
认证
需要 Connected AccountTags
Gets a list of Activity SetsINSIGHTLY_GET_ACTIVITY_SETSGets a list of Activity Sets需要连接
Gets a list of Activity Sets
认证
需要 Connected AccountTags
Gets a list of Forum Posts of a ForumINSIGHTLY_GET_CHILD_ENTITIESGets a list of Forum Posts of a Forum需要连接
Gets a list of Forum Posts of a Forum
认证
需要 Connected AccountTags
Gets an Email's CommentsINSIGHTLY_GET_COMMENTSGets an Email's Comments需要连接
Gets an Email's Comments
认证
需要 Connected AccountTags
Gets a list of Countries used by InsightlyINSIGHTLY_GET_COUNTRIESThis read only endpoint returns a list of the countries Insightly recognizes for use in addresses.需要连接
This read only endpoint returns a list of the countries Insightly recognizes for use in addresses.
认证
需要 Connected AccountTags
Gets a list of Currencies used by InsightlyINSIGHTLY_GET_CURRENCIESThis read only endpoint returns a list of the currencies and currency symbols currently recognized by Insightly.需要连接
This read only endpoint returns a list of the currencies and currency symbols currently recognized by Insightly.
认证
需要 Connected AccountTags
Gets a list of Custom FieldsINSIGHTLY_GET_CUSTOM_FIELDSUse this API call to get a list of custom fields metadata. The properties FIELD_NAME and FIELD_ORDER can be used to determine which fields belong to a particular object. A common problem API users have is to reference an invalid FIELD_NAME when referencing custom fields in a newly created or updated object. If you plan to use custom fields in your API based application, be sure you are working with valid custom field names. To add or update custom fields for your Insightly instance, you'll need to go to the web app to do so.需要连接
Use this API call to get a list of custom fields metadata. The properties FIELD_NAME and FIELD_ORDER can be used to determine which fields belong to a particular object. A common problem API users have is to reference an invalid FIELD_NAME when referencing custom fields in a newly created or updated object. If you plan to use custom fields in your API based application, be sure you are working with valid custom field names. To add or update custom fields for your Insightly instance, you'll need to go to the web app to do so.
认证
需要 Connected AccountTags
Gets a list of custom objectsINSIGHTLY_GET_CUSTOM_OBJECTSThis read only endpoint returns a list of the custom objects.需要连接
This read only endpoint returns a list of the custom objects.
认证
需要 Connected AccountTags
Gets a Custom Field by nameINSIGHTLY_GET_CUSTOMFIELD_BY_SEARCHThis read only endpoint returns a custom field by name.需要连接
This read only endpoint returns a custom field by name.
认证
需要 Connected AccountTags
Gets a Contact's DatesINSIGHTLY_GET_DATESGets a Contact's Dates需要连接
Gets a Contact's Dates
认证
需要 Connected AccountTags
Gets an Organisation's Email DomainsINSIGHTLY_GET_EMAIL_DOMAINSGets an Organisation's Email Domains需要连接
Gets an Organisation's Email Domains
认证
需要 Connected AccountTags
Gets a list of a Contact's EmailsINSIGHTLY_GET_EMAILSGets a list of a Contact's Emails需要连接
Gets a list of a Contact's Emails
认证
需要 Connected AccountTags
Gets a list of recordsINSIGHTLY_GET_ENTITIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a filtered list of recordsINSIGHTLY_GET_ENTITIES_BY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Contacts filtered by tagsINSIGHTLY_GET_ENTITIES_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a recordINSIGHTLY_GET_ENTITYGets a record需要连接
Gets a record
认证
需要 Connected AccountTags
Gets a Contact's EventsINSIGHTLY_GET_EVENTSGets a Contact's Events需要连接
Gets a Contact's Events
认证
需要 Connected AccountTags
Gets a File AttachmentINSIGHTLY_GET_FILE_ATTACHMENTReturns the requested File Attachment. If the 'format' parameter is set to 'JSON', returns the metadata of the File Attachment in JSON format.需要连接
Returns the requested File Attachment. If the 'format' parameter is set to 'JSON', returns the metadata of the File Attachment in JSON format.
认证
需要 Connected AccountTags
Gets a Record's File AttachmentsINSIGHTLY_GET_FILE_ATTACHMENTSGets a Record's File Attachments需要连接
Gets a Record's File Attachments
认证
需要 Connected AccountTags
Gets a list of File CategoriesINSIGHTLY_GET_FILE_CATEGORIESThis read only endpoint returns a list of file categories that have been set up for the Insightly instance.需要连接
This read only endpoint returns a list of file categories that have been set up for the Insightly instance.
认证
需要 Connected AccountTags
Gets a File CategoryINSIGHTLY_GET_FILE_CATEGORYThis endpoint returns the graph for a specific file category.需要连接
This endpoint returns the graph for a specific file category.
认证
需要 Connected AccountTags
Gets a Follow state for a Forum CommentINSIGHTLY_GET_FOLLOWGets a Follow state for a Forum Comment需要连接
Gets a Follow state for a Forum Comment
认证
需要 Connected AccountTags
Gets a list of followed records for the userINSIGHTLY_GET_FOLLOWSGets a list of followed records for the user需要连接
Gets a list of followed records for the user
认证
需要 Connected AccountTags
Gets a Contact's ImageINSIGHTLY_GET_IMAGEGets a Contact's Image需要连接
Gets a Contact's Image
认证
需要 Connected AccountTags
Gets a Contact's Custom Image FieldINSIGHTLY_GET_IMAGE_FIELDGets a Contact's Custom Image Field需要连接
Gets a Contact's Custom Image Field
认证
需要 Connected AccountTags
Gets the InstanceINSIGHTLY_GET_INSTANCEGets the Instance需要连接
Gets the Instance
认证
需要 Connected AccountTags
Gets a list of Lead SourcesINSIGHTLY_GET_LEAD_SOURCESThis endpoint returns a list of the lead sources that have been defined on the Insightly instance.需要连接
This endpoint returns a list of the lead sources that have been defined on the Insightly instance.
认证
需要 Connected AccountTags
Gets a list of Lead StatusesINSIGHTLY_GET_LEAD_STATUSESThis endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.需要连接
This endpoint returns a list of the possible lead statuses that have been defined for the Insightly instance.
认证
需要 Connected AccountTags
Gets the email address to use for linking with the LeadINSIGHTLY_GET_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Lead.需要连接
An email address to use as a mail drop for the Lead.
认证
需要 Connected AccountTags
Gets a Contact's LinksINSIGHTLY_GET_LINKSGets a Contact's Links需要连接
Gets a Contact's Links
认证
需要 Connected AccountTags
Gets a list of Marketing VisitsINSIGHTLY_GET_MARKETING_VISITSGets a list of Marketing Visits需要连接
Gets a list of Marketing Visits
认证
需要 Connected AccountTags
Gets a list of Marketing Visits by prospectINSIGHTLY_GET_MARKETING_VISITS_BY_PROSPECTGets a list of Marketing Visits by prospect需要连接
Gets a list of Marketing Visits by prospect
认证
需要 Connected AccountTags
Gets a list of a Project's MilestonesINSIGHTLY_GET_MILESTONESGets a list of a Project's Milestones需要连接
Gets a list of a Project's Milestones
认证
需要 Connected AccountTags
Gets a Contact's NotesINSIGHTLY_GET_NOTESGets a Contact's Notes需要连接
Gets a Contact's Notes
认证
需要 Connected AccountTags
Gets a list of Opportunity CategoriesINSIGHTLY_GET_OPPORTUNITY_CATEGORIESThis read only endpoint returns a list of opportunity categories set up for the Insightly instance.需要连接
This read only endpoint returns a list of opportunity categories set up for the Insightly instance.
认证
需要 Connected AccountTags
Gets an Opportunity CategoryINSIGHTLY_GET_OPPORTUNITY_CATEGORYThis endpoint returns the graph for a specific opportunity category需要连接
This endpoint returns the graph for a specific opportunity category
认证
需要 Connected AccountTags
Gets a list of Opportunity State ReasonsINSIGHTLY_GET_OPPORTUNITY_STATE_REASONSThis endpoint returns a list of opportunity state reasons set up for the Insightly instance. This is a read only endpoint, so to add or update opportunity state reasons, you will need to do that via the web app. Opportunity state reasons are used to indicate why the opportunity state was set to its current value. For example, you can use this to indicate why you lost a particular sale.需要连接
This endpoint returns a list of opportunity state reasons set up for the Insightly instance. This is a read only endpoint, so to add or update opportunity state reasons, you will need to do that via the web app. Opportunity state reasons are used to indicate why the opportunity state was set to its current value. For example, you can use this to indicate why you lost a particular sale.
认证
需要 Connected AccountTags
Gets the Permissions for a UserINSIGHTLY_GET_PERMISSIONSPermissions determine if an individual user can read, edit, delete, or create records of a given object type.需要连接
Permissions determine if an individual user can read, edit, delete, or create records of a given object type.
认证
需要 Connected AccountTags
Gets a PipelineINSIGHTLY_GET_PIPELINEThis endpoint returns the graph for a specific pipeline.需要连接
This endpoint returns the graph for a specific pipeline.
认证
需要 Connected AccountTags
Gets a Pipeline StageINSIGHTLY_GET_PIPELINE_STAGEThis endpoint returns the graph for a specific pipeline stage.需要连接
This endpoint returns the graph for a specific pipeline stage.
认证
需要 Connected AccountTags
Gets a list of Pipeline StagesINSIGHTLY_GET_PIPELINE_STAGESThis read only endpoint returns a list of the pipeline stages that have been set up for the Insightly instance. Pipeline stages are used to indicate where a project or opportunity is in terms of its progression. For example, stage 1 for the sales pipeline might be "initial contact", while stage 4 might be "generating quote". The API for pipeline stages is read only, so to create or update pipeline stages, you'll need to use the web app to do so.需要连接
This read only endpoint returns a list of the pipeline stages that have been set up for the Insightly instance. Pipeline stages are used to indicate where a project or opportunity is in terms of its progression. For example, stage 1 for the sales pipeline might be "initial contact", while stage 4 might be "generating quote". The API for pipeline stages is read only, so to create or update pipeline stages, you'll need to use the web app to do so.
认证
需要 Connected AccountTags
Gets a list of PipelinesINSIGHTLY_GET_PIPELINESThis read only endpoint returns a list of pipelines that have been set up for the Insightly instance. Pipelines can be defined for both projects and opportunities, and are used to track the progression of projects and opportunities. To create and update pipelines, you'll need to go to the web app (API access is read-only).需要连接
This read only endpoint returns a list of pipelines that have been set up for the Insightly instance. Pipelines can be defined for both projects and opportunities, and are used to track the progression of projects and opportunities. To create and update pipelines, you'll need to go to the web app (API access is read-only).
认证
需要 Connected AccountTags
Gets a list of Project CategoriesINSIGHTLY_GET_PROJECT_CATEGORIESThis read only endpoint returns a list of the project categories that have been configured for the Insightly instance.需要连接
This read only endpoint returns a list of the project categories that have been configured for the Insightly instance.
认证
需要 Connected AccountTags
Gets a Project CategoryINSIGHTLY_GET_PROJECT_CATEGORYThis endpoint is used to retrieve the graph for a specific project category.需要连接
This endpoint is used to retrieve the graph for a specific project category.
认证
需要 Connected AccountTags
Gets a list of RelationshipsINSIGHTLY_GET_RELATIONSHIPSThis read only endpoint returns a list of the relationships that have been defined for the Insightly instance. Relationships enable users to define how one Insightly object is related to another. For example: contact A is a customer of contact B. The API only supports read access to relationships, to create or update relationships, you'll need to do so via the web app.需要连接
This read only endpoint returns a list of the relationships that have been defined for the Insightly instance. Relationships enable users to define how one Insightly object is related to another. For example: contact A is a customer of contact B. The API only supports read access to relationships, to create or update relationships, you'll need to do so via the web app.
认证
需要 Connected AccountTags
Gets the history of States and Reasons for an Opportunity.INSIGHTLY_GET_STATE_HISTORYGets the history of States and Reasons for an Opportunity.需要连接
Gets the history of States and Reasons for an Opportunity.
认证
需要 Connected AccountTags
Gets a Prospect's static list membershipsINSIGHTLY_GET_STATIC_LIST_MEMBERSHIPGets a Prospect's static list memberships需要连接
Gets a Prospect's static list memberships
认证
需要 Connected AccountTags
Gets a Contact's TagsINSIGHTLY_GET_TAGSGets a Contact's Tags需要连接
Gets a Contact's Tags
认证
需要 Connected AccountTags
Gets a list of Task CategoriesINSIGHTLY_GET_TASK_CATEGORIESThis read only endpoint returns a list of the task categories set up for the Insightly instance.需要连接
This read only endpoint returns a list of the task categories set up for the Insightly instance.
认证
需要 Connected AccountTags
Gets a Task CategoryINSIGHTLY_GET_TASK_CATEGORYThis endpoint returns the graph for a specific task category.需要连接
This endpoint returns the graph for a specific task category.
认证
需要 Connected AccountTags
Gets a list of a Contact's TasksINSIGHTLY_GET_TASKSGets a list of a Contact's Tasks需要连接
Gets a list of a Contact's Tasks
认证
需要 Connected AccountTags
Gets a TeamINSIGHTLY_GET_TEAMGets a Team需要连接
Gets a Team
认证
需要 Connected AccountTags
Gets a Team MemberINSIGHTLY_GET_TEAM_MEMBERGets a Team Member需要连接
Gets a Team Member
认证
需要 Connected AccountTags
Gets a list of Team MembersINSIGHTLY_GET_TEAM_MEMBERSGets a list of Team Members需要连接
Gets a list of Team Members
认证
需要 Connected AccountTags
Gets a list of Teams.INSIGHTLY_GET_TEAMSSimple object graphs (excluding TEAMMEMBERS) are returned if "brief=true" is used in the query string. <br /> The API responses may contain two types of Teams: a) regular Teams configured via System Settings and b) so called Anonymous Teams which are created by the system when you set a record permission visible to Individuals. You can differentiate these two types on Teams by the ANONYMOUS_TEAM property. Anonymous Teams are a bit more restricted when it comes to modifying them via the API, they can only be created/updated/deleted via the root /Teams endpoint.需要连接
Simple object graphs (excluding TEAMMEMBERS) are returned if "brief=true" is used in the query string. <br /> The API responses may contain two types of Teams: a) regular Teams configured via System Settings and b) so called Anonymous Teams which are created by the system when you set a record permission visible to Individuals. You can differentiate these two types on Teams by the ANONYMOUS_TEAM property. Anonymous Teams are a bit more restricted when it comes to modifying them via the API, they can only be created/updated/deleted via the root /Teams endpoint.
认证
需要 Connected AccountTags
Gets a record's translation in a specific languageINSIGHTLY_GET_TRANSLATIONGets a record's translation in a specific language需要连接
Gets a record's translation in a specific language
认证
需要 Connected AccountTags
Gets a UserINSIGHTLY_GET_USERThis read only endpoint returns the details for a specific user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.需要连接
This read only endpoint returns the details for a specific user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.
认证
需要 Connected AccountTags
Gets the User object for the calling user.INSIGHTLY_GET_USER_METhis read only endpoint returns the details for the currently authenticated user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.需要连接
This read only endpoint returns the details for the currently authenticated user on an Insightly instance, same fields as returned by the /Users endpoint, but only for a single identified user.
认证
需要 Connected AccountTags
Gets a list of UsersINSIGHTLY_GET_USERSThis is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID).需要连接
This is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID).
认证
需要 Connected AccountTags
Gets a filtered list of UsersINSIGHTLY_GET_USERS_BY_SEARCHThis is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID). <br /> To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> For other filters, only one optional parameter (excluding brief, top, skip and count_total) can be specified. <br /> Simple object graphs (excluding NOTELINKS) are returned if "brief=true" is used in the query string.需要连接
This is a read only endpoint that returns a list of users associated with an Insightly instance. Use this endpoint when you need to obtain a list of valid USER_IDs, for example, when you want to assign a task to a specific user (do not confuse the USER_ID with their CONTACT_ID). <br /> To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> For other filters, only one optional parameter (excluding brief, top, skip and count_total) can be specified. <br /> Simple object graphs (excluding NOTELINKS) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Comment's File AttachmentsINSIGHTLY_GET_V3_1_COMMENTS_ID_FILE_ATTACHMENTSGets a Comment's File Attachments需要连接
Gets a Comment's File Attachments
认证
需要 Connected AccountTags
Gets a list of Forum CommentsINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Forum CommentINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTS_IDGets a Forum Comment需要连接
Gets a Forum Comment
认证
需要 Connected AccountTags
Gets a filtered list of Forum CommentsINSIGHTLY_GET_V3_1_COMMUNITY_COMMENTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of ForumsINSIGHTLY_GET_V3_1_COMMUNITY_FORUMSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_IDGets a Forum需要连接
Gets a Forum
认证
需要 Connected AccountTags
Gets a Follow state for a ForumINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_ID_FOLLOWGets a Follow state for a Forum需要连接
Gets a Follow state for a Forum
认证
需要 Connected AccountTags
Gets a filtered list of ForumsINSIGHTLY_GET_V3_1_COMMUNITY_FORUMS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Forum PostsINSIGHTLY_GET_V3_1_COMMUNITY_POSTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_IDGets a Forum Post需要连接
Gets a Forum Post
认证
需要 Connected AccountTags
Gets a list of Forum Comments of a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSGets a list of Forum Comments of a Forum Post需要连接
Gets a list of Forum Comments of a Forum Post
认证
需要 Connected AccountTags
Gets a Follow state for a Forum PostINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_ID_FOLLOWGets a Follow state for a Forum Post需要连接
Gets a Follow state for a Forum Post
认证
需要 Connected AccountTags
Gets a filtered list of Forum PostsINSIGHTLY_GET_V3_1_COMMUNITY_POSTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of ContactsINSIGHTLY_GET_V3_1_CONTACTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a ContactINSIGHTLY_GET_V3_1_CONTACTS_IDGets a Contact需要连接
Gets a Contact
认证
需要 Connected AccountTags
Gets a Contact's File AttachmentsINSIGHTLY_GET_V3_1_CONTACTS_ID_FILE_ATTACHMENTSGets a Contact's File Attachments需要连接
Gets a Contact's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for a ContactINSIGHTLY_GET_V3_1_CONTACTS_ID_FOLLOWGets a Follow state for a Contact需要连接
Gets a Follow state for a Contact
认证
需要 Connected AccountTags
Gets a filtered list of ContactsINSIGHTLY_GET_V3_1_CONTACTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a custom object by object nameINSIGHTLY_GET_V3_1_CUSTOM_OBJECTS_CUSTOM_OBJECT_NAMEThis read only endpoint returns a custom object by name.需要连接
This read only endpoint returns a custom object by name.
认证
需要 Connected AccountTags
Gets a list of Document TemplatesINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Document TemplateINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATES_IDGets a Document Template需要连接
Gets a Document Template
认证
需要 Connected AccountTags
Gets a filtered list of Document TemplatesINSIGHTLY_GET_V3_1_DOCUMENT_TEMPLATES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of EmailsINSIGHTLY_GET_V3_1_EMAILSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets an EmailINSIGHTLY_GET_V3_1_EMAILS_IDGets an Email需要连接
Gets an Email
认证
需要 Connected AccountTags
Gets an Email's File AttachmentsINSIGHTLY_GET_V3_1_EMAILS_ID_FILE_ATTACHMENTSGets an Email's File Attachments需要连接
Gets an Email's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for an EmailINSIGHTLY_GET_V3_1_EMAILS_ID_FOLLOWGets a Follow state for an Email需要连接
Gets a Follow state for an Email
认证
需要 Connected AccountTags
Gets an Email's LinksINSIGHTLY_GET_V3_1_EMAILS_ID_LINKSGets an Email's Links需要连接
Gets an Email's Links
认证
需要 Connected AccountTags
Gets an Email's TagsINSIGHTLY_GET_V3_1_EMAILS_ID_TAGSGets an Email's Tags需要连接
Gets an Email's Tags
认证
需要 Connected AccountTags
Gets a filtered list of EmailsINSIGHTLY_GET_V3_1_EMAILS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Emails filtered by tagsINSIGHTLY_GET_V3_1_EMAILS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of EventsINSIGHTLY_GET_V3_1_EVENTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets an EventINSIGHTLY_GET_V3_1_EVENTS_IDGets an Event需要连接
Gets an Event
认证
需要 Connected AccountTags
Gets an Event's Custom Image FieldINSIGHTLY_GET_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAMEGets an Event's Custom Image Field需要连接
Gets an Event's Custom Image Field
认证
需要 Connected AccountTags
Gets an Event's LinksINSIGHTLY_GET_V3_1_EVENTS_ID_LINKSGets an Event's Links需要连接
Gets an Event's Links
认证
需要 Connected AccountTags
Gets a filtered list of EventsINSIGHTLY_GET_V3_1_EVENTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Forum CategoriesINSIGHTLY_GET_V3_1_FORUM_CATEGORIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_IDGets a Forum Category需要连接
Gets a Forum Category
认证
需要 Connected AccountTags
Gets a Follow state for a Forum CategoryINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_ID_FOLLOWGets a Follow state for a Forum Category需要连接
Gets a Follow state for a Forum Category
认证
需要 Connected AccountTags
Gets a filtered list of Forum CategoriesINSIGHTLY_GET_V3_1_FORUM_CATEGORIES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Knowledge ArticlesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLESimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Knowledge Article CategoriesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORYSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Knowledge Article CategoryINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORY_IDGets a Knowledge Article Category需要连接
Gets a Knowledge Article Category
认证
需要 Connected AccountTags
Gets a filtered list of Knowledge Article CategoriesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_CATEGORY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Knowledge Article FoldersINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDERSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Knowledge Article FolderINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDER_IDGets a Knowledge Article Folder需要连接
Gets a Knowledge Article Folder
认证
需要 Connected AccountTags
Gets a filtered list of Knowledge Article FoldersINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_FOLDER_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_IDGets a Knowledge Article需要连接
Gets a Knowledge Article
认证
需要 Connected AccountTags
Gets a Follow state for a Knowledge ArticleINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWGets a Follow state for a Knowledge Article需要连接
Gets a Follow state for a Knowledge Article
认证
需要 Connected AccountTags
Gets a Knowledge Article's Custom Image FieldINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAMEGets a Knowledge Article's Custom Image Field需要连接
Gets a Knowledge Article's Custom Image Field
认证
需要 Connected AccountTags
Gets a Knowledge Article's TagsINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSGets a Knowledge Article's Tags需要连接
Gets a Knowledge Article's Tags
认证
需要 Connected AccountTags
Gets a Knowledge Article's translation in a specific languageINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEGets a Knowledge Article's translation in a specific language需要连接
Gets a Knowledge Article's translation in a specific language
认证
需要 Connected AccountTags
Gets a filtered list of Knowledge ArticlesINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Knowledge Articles filtered by tagsINSIGHTLY_GET_V3_1_KNOWLEDGE_ARTICLE_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of LeadsINSIGHTLY_GET_V3_1_LEADSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a LeadINSIGHTLY_GET_V3_1_LEADS_IDGets a Lead需要连接
Gets a Lead
认证
需要 Connected AccountTags
Gets a list of a Lead's EmailsINSIGHTLY_GET_V3_1_LEADS_ID_EMAILSGets a list of a Lead's Emails需要连接
Gets a list of a Lead's Emails
认证
需要 Connected AccountTags
Gets a Lead's EventsINSIGHTLY_GET_V3_1_LEADS_ID_EVENTSGets a Lead's Events需要连接
Gets a Lead's Events
认证
需要 Connected AccountTags
Gets a Lead's File AttachmentsINSIGHTLY_GET_V3_1_LEADS_ID_FILE_ATTACHMENTSGets a Lead's File Attachments需要连接
Gets a Lead's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for a LeadINSIGHTLY_GET_V3_1_LEADS_ID_FOLLOWGets a Follow state for a Lead需要连接
Gets a Follow state for a Lead
认证
需要 Connected AccountTags
Gets a Lead's ImageINSIGHTLY_GET_V3_1_LEADS_ID_IMAGEGets a Lead's Image需要连接
Gets a Lead's Image
认证
需要 Connected AccountTags
Gets a Lead's Custom Image FieldINSIGHTLY_GET_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAMEGets a Lead's Custom Image Field需要连接
Gets a Lead's Custom Image Field
认证
需要 Connected AccountTags
Gets a Lead's NotesINSIGHTLY_GET_V3_1_LEADS_ID_NOTESGets a Lead's Notes需要连接
Gets a Lead's Notes
认证
需要 Connected AccountTags
Gets a Lead's TagsINSIGHTLY_GET_V3_1_LEADS_ID_TAGSGets a Lead's Tags需要连接
Gets a Lead's Tags
认证
需要 Connected AccountTags
Gets a list of a Lead's TasksINSIGHTLY_GET_V3_1_LEADS_ID_TASKSGets a list of a Lead's Tasks需要连接
Gets a list of a Lead's Tasks
认证
需要 Connected AccountTags
Gets a filtered list of LeadsINSIGHTLY_GET_V3_1_LEADS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Leads filtered by tagsINSIGHTLY_GET_V3_1_LEADS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of MilestonesINSIGHTLY_GET_V3_1_MILESTONESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a MilestoneINSIGHTLY_GET_V3_1_MILESTONES_IDGets a Milestone需要连接
Gets a Milestone
认证
需要 Connected AccountTags
Gets a filtered list of MilestonesINSIGHTLY_GET_V3_1_MILESTONES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of NotesINSIGHTLY_GET_V3_1_NOTESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a NoteINSIGHTLY_GET_V3_1_NOTES_IDGets a Note需要连接
Gets a Note
认证
需要 Connected AccountTags
Gets a list of Comments of a NoteINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTGets a list of Comments of a Note需要连接
Gets a list of Comments of a Note
认证
需要 Connected AccountTags
Gets a Note's CommentsINSIGHTLY_GET_V3_1_NOTES_ID_COMMENTSGets a Note's Comments需要连接
Gets a Note's Comments
认证
需要 Connected AccountTags
Gets a Note's File AttachmentsINSIGHTLY_GET_V3_1_NOTES_ID_FILE_ATTACHMENTSGets a Note's File Attachments需要连接
Gets a Note's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for a NoteINSIGHTLY_GET_V3_1_NOTES_ID_FOLLOWGets a Follow state for a Note需要连接
Gets a Follow state for a Note
认证
需要 Connected AccountTags
Gets a Note's LinksINSIGHTLY_GET_V3_1_NOTES_ID_LINKSGets a Note's Links需要连接
Gets a Note's Links
认证
需要 Connected AccountTags
Gets a filtered list of NotesINSIGHTLY_GET_V3_1_NOTES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of OpportunitiesINSIGHTLY_GET_V3_1_OPPORTUNITIESSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_IDGets an Opportunity需要连接
Gets an Opportunity
认证
需要 Connected AccountTags
Gets a list of an Opportunity's EmailsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EMAILSGets a list of an Opportunity's Emails需要连接
Gets a list of an Opportunity's Emails
认证
需要 Connected AccountTags
Gets an Opportunity's EventsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_EVENTSGets an Opportunity's Events需要连接
Gets an Opportunity's Events
认证
需要 Connected AccountTags
Gets an Opportunity's File AttachmentsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FILE_ATTACHMENTSGets an Opportunity's File Attachments需要连接
Gets an Opportunity's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_FOLLOWGets a Follow state for an Opportunity需要连接
Gets a Follow state for an Opportunity
认证
需要 Connected AccountTags
Gets an Opportunity's ImageINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGEGets an Opportunity's Image需要连接
Gets an Opportunity's Image
认证
需要 Connected AccountTags
Gets an Opportunity's Custom Image FieldINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAMEGets an Opportunity's Custom Image Field需要连接
Gets an Opportunity's Custom Image Field
认证
需要 Connected AccountTags
Gets the email address to use for linking with the OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Opportunity.需要连接
An email address to use as a mail drop for the Opportunity.
认证
需要 Connected AccountTags
Gets an Opportunity's LinksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_LINKSGets an Opportunity's Links需要连接
Gets an Opportunity's Links
认证
需要 Connected AccountTags
Gets an Opportunity's NotesINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_NOTESGets an Opportunity's Notes需要连接
Gets an Opportunity's Notes
认证
需要 Connected AccountTags
Gets a list of Opportunity Products of an OpportunityINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMGets a list of Opportunity Products of an Opportunity需要连接
Gets a list of Opportunity Products of an Opportunity
认证
需要 Connected AccountTags
Gets an Opportunity's TagsINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TAGSGets an Opportunity's Tags需要连接
Gets an Opportunity's Tags
认证
需要 Connected AccountTags
Gets a list of an Opportunity's TasksINSIGHTLY_GET_V3_1_OPPORTUNITIES_ID_TASKSGets a list of an Opportunity's Tasks需要连接
Gets a list of an Opportunity's Tasks
认证
需要 Connected AccountTags
Gets a filtered list of OpportunitiesINSIGHTLY_GET_V3_1_OPPORTUNITIES_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Opportunities filtered by tagsINSIGHTLY_GET_V3_1_OPPORTUNITIES_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Opportunity ProductsINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEMSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets an Opportunity ProductINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_IDGets an Opportunity Product需要连接
Gets an Opportunity Product
认证
需要 Connected AccountTags
Gets an Opportunity Product's Custom Image FieldINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEGets an Opportunity Product's Custom Image Field需要连接
Gets an Opportunity Product's Custom Image Field
认证
需要 Connected AccountTags
Gets a filtered list of Opportunity ProductsINSIGHTLY_GET_V3_1_OPPORTUNITY_LINE_ITEM_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of OrganisationsINSIGHTLY_GET_V3_1_ORGANISATIONSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_IDGets an Organisation需要连接
Gets an Organisation
认证
需要 Connected AccountTags
Gets an Organisation's DatesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_DATESGets an Organisation's Dates需要连接
Gets an Organisation's Dates
认证
需要 Connected AccountTags
Gets a list of an Organisation's EmailsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EMAILSGets a list of an Organisation's Emails需要连接
Gets a list of an Organisation's Emails
认证
需要 Connected AccountTags
Gets an Organisation's EventsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_EVENTSGets an Organisation's Events需要连接
Gets an Organisation's Events
认证
需要 Connected AccountTags
Gets an Organisation's File AttachmentsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FILE_ATTACHMENTSGets an Organisation's File Attachments需要连接
Gets an Organisation's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for an OrganisationINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_FOLLOWGets a Follow state for an Organisation需要连接
Gets a Follow state for an Organisation
认证
需要 Connected AccountTags
Gets an Organisation's ImageINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGEGets an Organisation's Image需要连接
Gets an Organisation's Image
认证
需要 Connected AccountTags
Gets an Organisation's Custom Image FieldINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAMEGets an Organisation's Custom Image Field需要连接
Gets an Organisation's Custom Image Field
认证
需要 Connected AccountTags
Gets an Organisation's LinksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_LINKSGets an Organisation's Links需要连接
Gets an Organisation's Links
认证
需要 Connected AccountTags
Gets an Organisation's NotesINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_NOTESGets an Organisation's Notes需要连接
Gets an Organisation's Notes
认证
需要 Connected AccountTags
Gets an Organisation's TagsINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TAGSGets an Organisation's Tags需要连接
Gets an Organisation's Tags
认证
需要 Connected AccountTags
Gets a list of an Organisation's TasksINSIGHTLY_GET_V3_1_ORGANISATIONS_ID_TASKSGets a list of an Organisation's Tasks需要连接
Gets a list of an Organisation's Tasks
认证
需要 Connected AccountTags
Gets a filtered list of OrganisationsINSIGHTLY_GET_V3_1_ORGANISATIONS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Organisations filtered by tagsINSIGHTLY_GET_V3_1_ORGANISATIONS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Price BooksINSIGHTLY_GET_V3_1_PRICEBOOKSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Price Book EntriesINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRYSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Price Book EntryINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_IDGets a Price Book Entry需要连接
Gets a Price Book Entry
认证
需要 Connected AccountTags
Gets a Price Book Entry's Custom Image FieldINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAMEGets a Price Book Entry's Custom Image Field需要连接
Gets a Price Book Entry's Custom Image Field
认证
需要 Connected AccountTags
Gets a filtered list of Price Book EntriesINSIGHTLY_GET_V3_1_PRICEBOOK_ENTRY_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_IDGets a Price Book需要连接
Gets a Price Book
认证
需要 Connected AccountTags
Gets a Follow state for a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_ID_FOLLOWGets a Follow state for a Price Book需要连接
Gets a Follow state for a Price Book
认证
需要 Connected AccountTags
Gets a list of Price Book Entries of a Price BookINSIGHTLY_GET_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYGets a list of Price Book Entries of a Price Book需要连接
Gets a list of Price Book Entries of a Price Book
认证
需要 Connected AccountTags
Gets a filtered list of Price BooksINSIGHTLY_GET_V3_1_PRICEBOOK_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of ProductsINSIGHTLY_GET_V3_1_PRODUCTSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a ProductINSIGHTLY_GET_V3_1_PRODUCT_IDGets a Product需要连接
Gets a Product
认证
需要 Connected AccountTags
Gets a Follow state for a ProductINSIGHTLY_GET_V3_1_PRODUCT_ID_FOLLOWGets a Follow state for a Product需要连接
Gets a Follow state for a Product
认证
需要 Connected AccountTags
Gets a Product's ImageINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGEGets a Product's Image需要连接
Gets a Product's Image
认证
需要 Connected AccountTags
Gets a Product's Custom Image FieldINSIGHTLY_GET_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAMEGets a Product's Custom Image Field需要连接
Gets a Product's Custom Image Field
认证
需要 Connected AccountTags
Gets a list of Price Book Entries of a ProductINSIGHTLY_GET_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYGets a list of Price Book Entries of a Product需要连接
Gets a list of Price Book Entries of a Product
认证
需要 Connected AccountTags
Gets a filtered list of ProductsINSIGHTLY_GET_V3_1_PRODUCT_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of ProjectsINSIGHTLY_GET_V3_1_PROJECTSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a ProjectINSIGHTLY_GET_V3_1_PROJECTS_IDGets a Project需要连接
Gets a Project
认证
需要 Connected AccountTags
Gets a list of a Project's EmailsINSIGHTLY_GET_V3_1_PROJECTS_ID_EMAILSGets a list of a Project's Emails需要连接
Gets a list of a Project's Emails
认证
需要 Connected AccountTags
Gets a Project's EventsINSIGHTLY_GET_V3_1_PROJECTS_ID_EVENTSGets a Project's Events需要连接
Gets a Project's Events
认证
需要 Connected AccountTags
Gets a Project's File AttachmentsINSIGHTLY_GET_V3_1_PROJECTS_ID_FILE_ATTACHMENTSGets a Project's File Attachments需要连接
Gets a Project's File Attachments
认证
需要 Connected AccountTags
Gets a Follow state for a ProjectINSIGHTLY_GET_V3_1_PROJECTS_ID_FOLLOWGets a Follow state for a Project需要连接
Gets a Follow state for a Project
认证
需要 Connected AccountTags
Gets a Project's ImageINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGEGets a Project's Image需要连接
Gets a Project's Image
认证
需要 Connected AccountTags
Gets a Project's Custom Image FieldINSIGHTLY_GET_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAMEGets a Project's Custom Image Field需要连接
Gets a Project's Custom Image Field
认证
需要 Connected AccountTags
Gets the email address to use for linking with the ProjectINSIGHTLY_GET_V3_1_PROJECTS_ID_LINK_EMAIL_ADDRESSAn email address to use as a mail drop for the Project.需要连接
An email address to use as a mail drop for the Project.
认证
需要 Connected AccountTags
Gets a Project's LinksINSIGHTLY_GET_V3_1_PROJECTS_ID_LINKSGets a Project's Links需要连接
Gets a Project's Links
认证
需要 Connected AccountTags
Gets a Project's NotesINSIGHTLY_GET_V3_1_PROJECTS_ID_NOTESGets a Project's Notes需要连接
Gets a Project's Notes
认证
需要 Connected AccountTags
Gets a Project's TagsINSIGHTLY_GET_V3_1_PROJECTS_ID_TAGSGets a Project's Tags需要连接
Gets a Project's Tags
认证
需要 Connected AccountTags
Gets a list of a Project's TasksINSIGHTLY_GET_V3_1_PROJECTS_ID_TASKSGets a list of a Project's Tasks需要连接
Gets a list of a Project's Tasks
认证
需要 Connected AccountTags
Gets a filtered list of ProjectsINSIGHTLY_GET_V3_1_PROJECTS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Projects filtered by tagsINSIGHTLY_GET_V3_1_PROJECTS_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of ProspectsINSIGHTLY_GET_V3_1_PROSPECTSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a ProspectINSIGHTLY_GET_V3_1_PROSPECT_IDGets a Prospect需要连接
Gets a Prospect
认证
需要 Connected AccountTags
Gets a Follow state for a ProspectINSIGHTLY_GET_V3_1_PROSPECT_ID_FOLLOWGets a Follow state for a Prospect需要连接
Gets a Follow state for a Prospect
认证
需要 Connected AccountTags
Gets a Prospect's Custom Image FieldINSIGHTLY_GET_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAMEGets a Prospect's Custom Image Field需要连接
Gets a Prospect's Custom Image Field
认证
需要 Connected AccountTags
Gets a Prospect's TagsINSIGHTLY_GET_V3_1_PROSPECT_ID_TAGSGets a Prospect's Tags需要连接
Gets a Prospect's Tags
认证
需要 Connected AccountTags
Gets a filtered list of ProspectsINSIGHTLY_GET_V3_1_PROSPECT_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Prospects filtered by tagsINSIGHTLY_GET_V3_1_PROSPECT_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of QuotesINSIGHTLY_GET_V3_1_QUOTATIONSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a QuoteINSIGHTLY_GET_V3_1_QUOTATION_IDGets a Quote需要连接
Gets a Quote
认证
需要 Connected AccountTags
Gets a Follow state for a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_FOLLOWGets a Follow state for a Quote需要连接
Gets a Follow state for a Quote
认证
需要 Connected AccountTags
Gets a Quote's Custom Image FieldINSIGHTLY_GET_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAMEGets a Quote's Custom Image Field需要连接
Gets a Quote's Custom Image Field
认证
需要 Connected AccountTags
Gets a list of Quote Documents of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_DOCUMENTGets a list of Quote Documents of a Quote需要连接
Gets a list of Quote Documents of a Quote
认证
需要 Connected AccountTags
Gets a list of Quote Products of a QuoteINSIGHTLY_GET_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMGets a list of Quote Products of a Quote需要连接
Gets a list of Quote Products of a Quote
认证
需要 Connected AccountTags
Gets a list of Quote ProductsINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEMSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a Quote ProductINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_IDGets a Quote Product需要连接
Gets a Quote Product
认证
需要 Connected AccountTags
Gets a Quote Product's Custom Image FieldINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAMEGets a Quote Product's Custom Image Field需要连接
Gets a Quote Product's Custom Image Field
认证
需要 Connected AccountTags
Gets a filtered list of Quote ProductsINSIGHTLY_GET_V3_1_QUOTATION_LINE_ITEM_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a filtered list of QuotesINSIGHTLY_GET_V3_1_QUOTATION_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Tags used for a record typeINSIGHTLY_GET_V3_1_TAGSThis endpoint returns a list of tags associated with a record type. The endpoint expects the query parameter record_type=contacts|leads|opportunities|organisations|projects|emails, so to fetch a list of tags associated with contacts, your query would be /Tags?record_type=contacts需要连接
This endpoint returns a list of tags associated with a record type. The endpoint expects the query parameter record_type=contacts|leads|opportunities|organisations|projects|emails, so to fetch a list of tags associated with contacts, your query would be /Tags?record_type=contacts
认证
需要 Connected AccountTags
Gets a list of TasksINSIGHTLY_GET_V3_1_TASKSSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a TaskINSIGHTLY_GET_V3_1_TASKS_IDGets a Task需要连接
Gets a Task
认证
需要 Connected AccountTags
Gets a Task's CommentsINSIGHTLY_GET_V3_1_TASKS_ID_COMMENTSGets a Task's Comments需要连接
Gets a Task's Comments
认证
需要 Connected AccountTags
Gets a Follow state for a TaskINSIGHTLY_GET_V3_1_TASKS_ID_FOLLOWGets a Follow state for a Task需要连接
Gets a Follow state for a Task
认证
需要 Connected AccountTags
Gets a Task's Custom Image FieldINSIGHTLY_GET_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAMEGets a Task's Custom Image Field需要连接
Gets a Task's Custom Image Field
认证
需要 Connected AccountTags
Gets a Task's LinksINSIGHTLY_GET_V3_1_TASKS_ID_LINKSGets a Task's Links需要连接
Gets a Task's Links
认证
需要 Connected AccountTags
Gets a filtered list of TasksINSIGHTLY_GET_V3_1_TASKS_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of TicketsINSIGHTLY_GET_V3_1_TICKETSimple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding LINKS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a TicketINSIGHTLY_GET_V3_1_TICKET_IDGets a Ticket需要连接
Gets a Ticket
认证
需要 Connected AccountTags
Gets a Ticket's CommentsINSIGHTLY_GET_V3_1_TICKET_ID_COMMENTSGets a Ticket's Comments需要连接
Gets a Ticket's Comments
认证
需要 Connected AccountTags
Gets a Follow state for a TicketINSIGHTLY_GET_V3_1_TICKET_ID_FOLLOWGets a Follow state for a Ticket需要连接
Gets a Follow state for a Ticket
认证
需要 Connected AccountTags
Gets a Ticket's Custom Image FieldINSIGHTLY_GET_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAMEGets a Ticket's Custom Image Field需要连接
Gets a Ticket's Custom Image Field
认证
需要 Connected AccountTags
Gets a Ticket's TagsINSIGHTLY_GET_V3_1_TICKET_ID_TAGSGets a Ticket's Tags需要连接
Gets a Ticket's Tags
认证
需要 Connected AccountTags
Gets a filtered list of TicketsINSIGHTLY_GET_V3_1_TICKET_SEARCHTo filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
To filter with a field name and value, both field_name and field_value parameters must be provided. <br /> Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Gets a list of Tickets filtered by tagsINSIGHTLY_GET_V3_1_TICKET_SEARCH_BY_TAGSimple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.需要连接
Simple object graphs (excluding TAGS, CUSTOMFIELDS, etc.) are returned if "brief=true" is used in the query string.
认证
需要 Connected AccountTags
Adds a File Attachment to a CommentINSIGHTLY_POST_V3_1_COMMENTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Adds a Forum CommentINSIGHTLY_POST_V3_1_COMMUNITY_COMMENTSIf you have trouble with creating a Forum Comment, try creating Forum Comments via the web interface, and then access those Forum Comments via the API. This way you can see examples of the fields and sub-elements attached to the Forum Comment. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Forum Comment, try creating Forum Comments via the web interface, and then access those Forum Comments via the API. This way you can see examples of the fields and sub-elements attached to the Forum Comment. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a ForumINSIGHTLY_POST_V3_1_COMMUNITY_FORUMSIf you have trouble with creating a Forum, try creating Forums via the web interface, and then access those Forums via the API. This way you can see examples of the fields and sub-elements attached to the Forum. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Forum, try creating Forums via the web interface, and then access those Forums via the API. This way you can see examples of the fields and sub-elements attached to the Forum. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a ForumINSIGHTLY_POST_V3_1_COMMUNITY_FORUMS_ID_FOLLOWStart following a Forum需要连接
Start following a Forum
认证
需要 Connected AccountTags
Adds a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTSIf you have trouble with creating a Forum Post, try creating Forum Posts via the web interface, and then access those Forum Posts via the API. This way you can see examples of the fields and sub-elements attached to the Forum Post. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Forum Post, try creating Forum Posts via the web interface, and then access those Forum Posts via the API. This way you can see examples of the fields and sub-elements attached to the Forum Post. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Forum Comment to a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSAdds a Forum Comment to a Forum Post需要连接
Adds a Forum Comment to a Forum Post
认证
需要 Connected AccountTags
Start following a Forum PostINSIGHTLY_POST_V3_1_COMMUNITY_POSTS_ID_FOLLOWStart following a Forum Post需要连接
Start following a Forum Post
认证
需要 Connected AccountTags
Adds a ContactINSIGHTLY_POST_V3_1_CONTACTSIf you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Contact, try creating Contacts via the web interface, and then access those Contacts via the API. This way you can see examples of the fields and sub-elements attached to the Contact. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a File Attachment to a ContactINSIGHTLY_POST_V3_1_CONTACTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following a ContactINSIGHTLY_POST_V3_1_CONTACTS_ID_FOLLOWStart following a Contact需要连接
Start following a Contact
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_CONTACTS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Start following an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_FOLLOWStart following an Email需要连接
Start following an Email
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_EMAILS_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Adds a Tag to an EmailINSIGHTLY_POST_V3_1_EMAILS_ID_TAGSAdds a Tag to an Email需要连接
Adds a Tag to an Email
认证
需要 Connected AccountTags
Adds an EventINSIGHTLY_POST_V3_1_EVENTSIf you have trouble with creating an Event, try creating Events via the web interface, and then access those Events via the API. This way you can see examples of the fields and sub-elements attached to the Event. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating an Event, try creating Events via the web interface, and then access those Events via the API. This way you can see examples of the fields and sub-elements attached to the Event. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_EVENTS_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Start following a Forum CategoryINSIGHTLY_POST_V3_1_FORUM_CATEGORIES_ID_FOLLOWStart following a Forum Category需要连接
Start following a Forum Category
认证
需要 Connected AccountTags
Adds a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLEIf you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Knowledge Article CategoryINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_CATEGORYIf you have trouble with creating a Knowledge Article Category, try creating Knowledge Article Categories via the web interface, and then access those Knowledge Article Categories via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Category. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Knowledge Article Category, try creating Knowledge Article Categories via the web interface, and then access those Knowledge Article Categories via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Category. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Knowledge Article FolderINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_FOLDERIf you have trouble with creating a Knowledge Article Folder, try creating Knowledge Article Folders via the web interface, and then access those Knowledge Article Folders via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Folder. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Knowledge Article Folder, try creating Knowledge Article Folders via the web interface, and then access those Knowledge Article Folders via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article Folder. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_FOLLOWStart following a Knowledge Article需要连接
Start following a Knowledge Article
认证
需要 Connected AccountTags
Adds a Tag to a Knowledge ArticleINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSAdds a Tag to a Knowledge Article需要连接
Adds a Tag to a Knowledge Article
认证
需要 Connected AccountTags
Adds a Translation for a Knowledge Article in a specific languageINSIGHTLY_POST_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEIf you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Knowledge Article, try creating Knowledge Articles via the web interface, and then access those Knowledge Articles via the API. This way you can see examples of the fields and sub-elements attached to the Knowledge Article. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a LeadINSIGHTLY_POST_V3_1_LEADSIf you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Activity Set to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Lead需要连接
Adds an Activity Set to a Lead
认证
需要 Connected AccountTags
Adds a File Attachment to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following a LeadINSIGHTLY_POST_V3_1_LEADS_ID_FOLLOWStart following a Lead需要连接
Start following a Lead
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_LEADS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Note to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_NOTESIf you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Lead, try creating Leads via the web interface, and then access those Leads via the API. This way you can see examples of the fields and sub-elements attached to the Lead. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Tag to a LeadINSIGHTLY_POST_V3_1_LEADS_ID_TAGSAdds a Tag to a Lead需要连接
Adds a Tag to a Lead
认证
需要 Connected AccountTags
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTAdds a Comment to a Note需要连接
Adds a Comment to a Note
认证
需要 Connected AccountTags
Adds a Comment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_COMMENTSAdds a Comment to a Note需要连接
Adds a Comment to a Note
认证
需要 Connected AccountTags
Adds a File Attachment to a NoteINSIGHTLY_POST_V3_1_NOTES_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following a NoteINSIGHTLY_POST_V3_1_NOTES_ID_FOLLOWStart following a Note需要连接
Start following a Note
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_NOTES_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Adds an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIESIf you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Activity Set to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an Opportunity需要连接
Adds an Activity Set to an Opportunity
认证
需要 Connected AccountTags
Adds a File Attachment to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_FOLLOWStart following an Opportunity需要连接
Start following an Opportunity
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Note to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_NOTESIf you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating an Opportunity, try creating Opportunities via the web interface, and then access those Opportunities via the API. This way you can see examples of the fields and sub-elements attached to the Opportunity. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Opportunity Product to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMAdds an Opportunity Product to an Opportunity需要连接
Adds an Opportunity Product to an Opportunity
认证
需要 Connected AccountTags
Adds a Tag to an OpportunityINSIGHTLY_POST_V3_1_OPPORTUNITIES_ID_TAGSAdds a Tag to an Opportunity需要连接
Adds a Tag to an Opportunity
认证
需要 Connected AccountTags
Adds an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONSIf you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Activity Set to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to an Organisation需要连接
Adds an Activity Set to an Organisation
认证
需要 Connected AccountTags
Adds a File Attachment to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_FOLLOWStart following an Organisation需要连接
Start following an Organisation
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Note to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_NOTESIf you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating an Organisation, try creating Organisations via the web interface, and then access those Organisations via the API. This way you can see examples of the fields and sub-elements attached to the Organisation. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Tag to an OrganisationINSIGHTLY_POST_V3_1_ORGANISATIONS_ID_TAGSAdds a Tag to an Organisation需要连接
Adds a Tag to an Organisation
认证
需要 Connected AccountTags
Adds a Price BookINSIGHTLY_POST_V3_1_PRICEBOOKIf you have trouble with creating a Price Book, try creating Price Books via the web interface, and then access those Price Books via the API. This way you can see examples of the fields and sub-elements attached to the Price Book. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Price Book, try creating Price Books via the web interface, and then access those Price Books via the API. This way you can see examples of the fields and sub-elements attached to the Price Book. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_FOLLOWStart following a Price Book需要连接
Start following a Price Book
认证
需要 Connected AccountTags
Adds a Price Book Entry to a Price BookINSIGHTLY_POST_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a Price Book需要连接
Adds a Price Book Entry to a Price Book
认证
需要 Connected AccountTags
Adds a ProductINSIGHTLY_POST_V3_1_PRODUCTIf you have trouble with creating a Product, try creating Products via the web interface, and then access those Products via the API. This way you can see examples of the fields and sub-elements attached to the Product. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Product, try creating Products via the web interface, and then access those Products via the API. This way you can see examples of the fields and sub-elements attached to the Product. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_FOLLOWStart following a Product需要连接
Start following a Product
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_PRODUCT_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Price Book Entry to a ProductINSIGHTLY_POST_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYAdds a Price Book Entry to a Product需要连接
Adds a Price Book Entry to a Product
认证
需要 Connected AccountTags
Adds a ProjectINSIGHTLY_POST_V3_1_PROJECTSIf you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds an Activity Set to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_ACTIVITY_SET_ASSIGNMENTAdds an Activity Set to a Project需要连接
Adds an Activity Set to a Project
认证
需要 Connected AccountTags
Adds a File Attachment to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_FILE_ATTACHMENTSThis endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.需要连接
This endpoint expects multipart/form-data as the request payload. See Stack Overflow for examples of how to generate multipart requests, or see our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is generated. Only one file can be added per request. Some file types are not allowed for security reasons.
认证
需要 Connected AccountTags
Start following a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_FOLLOWStart following a Project需要连接
Start following a Project
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_PROJECTS_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_PROJECTS_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Note to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_NOTESIf you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Project, try creating Projects via the web interface, and then access those Projects via the API. This way you can see examples of the fields and sub-elements attached to the Project. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Tag to a ProjectINSIGHTLY_POST_V3_1_PROJECTS_ID_TAGSAdds a Tag to a Project需要连接
Adds a Tag to a Project
认证
需要 Connected AccountTags
Adds a ProspectINSIGHTLY_POST_V3_1_PROSPECTIf you have trouble with creating a Prospect, try creating Prospects via the web interface, and then access those Prospects via the API. This way you can see examples of the fields and sub-elements attached to the Prospect. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Prospect, try creating Prospects via the web interface, and then access those Prospects via the API. This way you can see examples of the fields and sub-elements attached to the Prospect. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_FOLLOWStart following a Prospect需要连接
Start following a Prospect
认证
需要 Connected AccountTags
Adds a Tag to a ProspectINSIGHTLY_POST_V3_1_PROSPECT_ID_TAGSAdds a Tag to a Prospect需要连接
Adds a Tag to a Prospect
认证
需要 Connected AccountTags
Adds a QuoteINSIGHTLY_POST_V3_1_QUOTATIONIf you have trouble with creating a Quote, try creating Quotes via the web interface, and then access those Quotes via the API. This way you can see examples of the fields and sub-elements attached to the Quote. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Quote, try creating Quotes via the web interface, and then access those Quotes via the API. This way you can see examples of the fields and sub-elements attached to the Quote. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Start following a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_FOLLOWStart following a Quote需要连接
Start following a Quote
认证
需要 Connected AccountTags
Generates a new Merge DocumentINSIGHTLY_POST_V3_1_QUOTATION_ID_MERGE_DOCUMENT_DOCUMENT_TEMPLATE_IDReturns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.需要连接
Returns the generated document. If the 'format' parameter is set to 'JSON', returns the metadata of the associated File Attachment in JSON format.
认证
需要 Connected AccountTags
Adds a Quote Product to a QuoteINSIGHTLY_POST_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMAdds a Quote Product to a Quote需要连接
Adds a Quote Product to a Quote
认证
需要 Connected AccountTags
Adds a TaskINSIGHTLY_POST_V3_1_TASKSIf you have trouble with creating a Task, try creating Tasks via the web interface, and then access those Tasks via the API. This way you can see examples of the fields and sub-elements attached to the Task. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Task, try creating Tasks via the web interface, and then access those Tasks via the API. This way you can see examples of the fields and sub-elements attached to the Task. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Comment to a TaskINSIGHTLY_POST_V3_1_TASKS_ID_COMMENTSAdds a Comment to a Task需要连接
Adds a Comment to a Task
认证
需要 Connected AccountTags
Start following a TaskINSIGHTLY_POST_V3_1_TASKS_ID_FOLLOWStart following a Task需要连接
Start following a Task
认证
需要 Connected AccountTags
Adds a LinkINSIGHTLY_POST_V3_1_TASKS_ID_LINKSAdds a Link需要连接
Adds a Link
认证
需要 Connected AccountTags
Adds a Team MemberINSIGHTLY_POST_V3_1_TEAMS_ID_TEAM_MEMBERSAdds a Team Member需要连接
Adds a Team Member
认证
需要 Connected AccountTags
Adds a TicketINSIGHTLY_POST_V3_1_TICKETIf you have trouble with creating a Ticket, try creating Tickets via the web interface, and then access those Tickets via the API. This way you can see examples of the fields and sub-elements attached to the Ticket. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.需要连接
If you have trouble with creating a Ticket, try creating Tickets via the web interface, and then access those Tickets via the API. This way you can see examples of the fields and sub-elements attached to the Ticket. A common source of problems during write/update request is caused when users omit required fields, or insert invalid data in a field (e.g. reference a CATEGORY_ID that does not exist in the user's Insightly instance.
认证
需要 Connected AccountTags
Adds a Comment to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_COMMENTSAdds a Comment to a Ticket需要连接
Adds a Comment to a Ticket
认证
需要 Connected AccountTags
Start following a TicketINSIGHTLY_POST_V3_1_TICKET_ID_FOLLOWStart following a Ticket需要连接
Start following a Ticket
认证
需要 Connected AccountTags
Adds a Tag to a TicketINSIGHTLY_POST_V3_1_TICKET_ID_TAGSAdds a Tag to a Ticket需要连接
Adds a Tag to a Ticket
认证
需要 Connected AccountTags
Updates a CommentINSIGHTLY_PUT_V3_1_COMMENTSIf you have trouble updating a Comment, try accessing the Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Comment, try accessing the Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Forum CommentINSIGHTLY_PUT_V3_1_COMMUNITY_COMMENTSIf you have trouble updating a Forum Comment, try accessing the Forum Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Forum Comment, try accessing the Forum Comment via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a ForumINSIGHTLY_PUT_V3_1_COMMUNITY_FORUMSIf you have trouble updating a Forum, try accessing the Forum via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Forum, try accessing the Forum via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Forum PostINSIGHTLY_PUT_V3_1_COMMUNITY_POSTSIf you have trouble updating a Forum Post, try accessing the Forum Post via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Forum Post, try accessing the Forum Post via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Forum Comment of a Forum PostINSIGHTLY_PUT_V3_1_COMMUNITY_POSTS_ID_COMMUNITY_COMMENTSUpdates a Forum Comment of a Forum Post需要连接
Updates a Forum Comment of a Forum Post
认证
需要 Connected AccountTags
Updates a ContactINSIGHTLY_PUT_V3_1_CONTACTSIf you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Email's TagsINSIGHTLY_PUT_V3_1_EMAILS_ID_TAGSUpdates an Email's Tags需要连接
Updates an Email's Tags
认证
需要 Connected AccountTags
Updates an EventINSIGHTLY_PUT_V3_1_EVENTSIf you have trouble updating an Event, try accessing the Event via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating an Event, try accessing the Event via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Event's Custom Image FieldINSIGHTLY_PUT_V3_1_EVENTS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Event's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Event's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Knowledge ArticleINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLEIf you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Knowledge Article CategoryINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_CATEGORYIf you have trouble updating a Knowledge Article Category, try accessing the Knowledge Article Category via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Knowledge Article Category, try accessing the Knowledge Article Category via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Knowledge Article FolderINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_FOLDERIf you have trouble updating a Knowledge Article Folder, try accessing the Knowledge Article Folder via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Knowledge Article Folder, try accessing the Knowledge Article Folder via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Knowledge Article's Custom Image FieldINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Knowledge Article's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Knowledge Article's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Knowledge Article's TagsINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_TAGSUpdates a Knowledge Article's Tags需要连接
Updates a Knowledge Article's Tags
认证
需要 Connected AccountTags
Updates a Knowledge Article's translation in a specific languageINSIGHTLY_PUT_V3_1_KNOWLEDGE_ARTICLE_ID_TRANSLATIONS_LANGUAGEIf you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Knowledge Article, try accessing the Knowledge Article via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a LeadINSIGHTLY_PUT_V3_1_LEADSIf you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Lead's Custom Image FieldINSIGHTLY_PUT_V3_1_LEADS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Lead's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Lead's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Lead's ImageINSIGHTLY_PUT_V3_1_LEADS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Lead. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Lead. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a note of a LeadINSIGHTLY_PUT_V3_1_LEADS_ID_NOTESIf you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Lead, try accessing the Lead via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Lead's TagsINSIGHTLY_PUT_V3_1_LEADS_ID_TAGSUpdates a Lead's Tags需要连接
Updates a Lead's Tags
认证
需要 Connected AccountTags
Updates a NoteINSIGHTLY_PUT_V3_1_NOTESIf you have trouble updating a Note, try accessing the Note via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Note, try accessing the Note via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Comment of a NoteINSIGHTLY_PUT_V3_1_NOTES_ID_COMMENTUpdates a Comment of a Note需要连接
Updates a Comment of a Note
认证
需要 Connected AccountTags
Updates an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIESIf you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Opportunity's Custom Image FieldINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Opportunity's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Opportunity's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates an Opportunity's ImageINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Opportunity. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Opportunity. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a LinkINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_LINKSUpdates a Link需要连接
Updates a Link
认证
需要 Connected AccountTags
Updates a note of an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_NOTESIf you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating an Opportunity, try accessing the Opportunity via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Opportunity Product of an OpportunityINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_OPPORTUNITY_LINE_ITEMUpdates an Opportunity Product of an Opportunity需要连接
Updates an Opportunity Product of an Opportunity
认证
需要 Connected AccountTags
Updates an Opportunity's TagsINSIGHTLY_PUT_V3_1_OPPORTUNITIES_ID_TAGSUpdates an Opportunity's Tags需要连接
Updates an Opportunity's Tags
认证
需要 Connected AccountTags
Updates an Opportunity Product's Custom Image FieldINSIGHTLY_PUT_V3_1_OPPORTUNITY_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Opportunity Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Opportunity Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates an OrganisationINSIGHTLY_PUT_V3_1_ORGANISATIONSIf you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Organisation's DatesINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_DATESUpdates an Organisation's Dates需要连接
Updates an Organisation's Dates
认证
需要 Connected AccountTags
Updates an Organisation's Custom Image FieldINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Organisation's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Organisation's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates an Organisation's ImageINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Organisation. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Organisation. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a LinkINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_LINKSUpdates a Link需要连接
Updates a Link
认证
需要 Connected AccountTags
Updates a note of an OrganisationINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_NOTESIf you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating an Organisation, try accessing the Organisation via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Organisation's TagsINSIGHTLY_PUT_V3_1_ORGANISATIONS_ID_TAGSUpdates an Organisation's Tags需要连接
Updates an Organisation's Tags
认证
需要 Connected AccountTags
Updates a Price BookINSIGHTLY_PUT_V3_1_PRICEBOOKIf you have trouble updating a Price Book, try accessing the Price Book via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Price Book, try accessing the Price Book via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Price Book Entry's Custom Image FieldINSIGHTLY_PUT_V3_1_PRICEBOOK_ENTRY_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Price Book Entry's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Price Book Entry's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Price Book Entry of a Price BookINSIGHTLY_PUT_V3_1_PRICEBOOK_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a Price Book需要连接
Updates a Price Book Entry of a Price Book
认证
需要 Connected AccountTags
Updates a ProductINSIGHTLY_PUT_V3_1_PRODUCTIf you have trouble updating a Product, try accessing the Product via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Product, try accessing the Product via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Product's Custom Image FieldINSIGHTLY_PUT_V3_1_PRODUCT_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Product's ImageINSIGHTLY_PUT_V3_1_PRODUCT_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Product. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Product. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Price Book Entry of a ProductINSIGHTLY_PUT_V3_1_PRODUCT_ID_PRICEBOOK_ENTRYUpdates a Price Book Entry of a Product需要连接
Updates a Price Book Entry of a Product
认证
需要 Connected AccountTags
Updates a ProjectINSIGHTLY_PUT_V3_1_PROJECTSIf you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Project's Custom Image FieldINSIGHTLY_PUT_V3_1_PROJECTS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Project's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Project's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Project's ImageINSIGHTLY_PUT_V3_1_PROJECTS_ID_IMAGE_FILENAMEThis action will replace any existing Image attached to the Project. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Project. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a LinkINSIGHTLY_PUT_V3_1_PROJECTS_ID_LINKSUpdates a Link需要连接
Updates a Link
认证
需要 Connected AccountTags
Updates a note of a ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_NOTESIf you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Project, try accessing the Project via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Changes current pipeline for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINEChanges current pipeline for the Project需要连接
Changes current pipeline for the Project
认证
需要 Connected AccountTags
Changes current pipeline stage for the ProjectINSIGHTLY_PUT_V3_1_PROJECTS_ID_PIPELINE_STAGEChanges current pipeline stage for the Project需要连接
Changes current pipeline stage for the Project
认证
需要 Connected AccountTags
Updates a Project's TagsINSIGHTLY_PUT_V3_1_PROJECTS_ID_TAGSUpdates a Project's Tags需要连接
Updates a Project's Tags
认证
需要 Connected AccountTags
Updates a ProspectINSIGHTLY_PUT_V3_1_PROSPECTIf you have trouble updating a Prospect, try accessing the Prospect via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Prospect, try accessing the Prospect via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Prospect's Custom Image FieldINSIGHTLY_PUT_V3_1_PROSPECT_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Prospect's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Prospect's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Prospect's TagsINSIGHTLY_PUT_V3_1_PROSPECT_ID_TAGSUpdates a Prospect's Tags需要连接
Updates a Prospect's Tags
认证
需要 Connected AccountTags
Updates a QuoteINSIGHTLY_PUT_V3_1_QUOTATIONIf you have trouble updating a Quote, try accessing the Quote via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Quote, try accessing the Quote via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Quote's Custom Image FieldINSIGHTLY_PUT_V3_1_QUOTATION_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Quote's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Quote's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Quote Product of a QuoteINSIGHTLY_PUT_V3_1_QUOTATION_ID_QUOTATION_LINE_ITEMUpdates a Quote Product of a Quote需要连接
Updates a Quote Product of a Quote
认证
需要 Connected AccountTags
Updates a Quote Product's Custom Image FieldINSIGHTLY_PUT_V3_1_QUOTATION_LINE_ITEM_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Quote Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Quote Product's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a TaskINSIGHTLY_PUT_V3_1_TASKSIf you have trouble updating a Task, try accessing the Task via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Task, try accessing the Task via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Task's Custom Image FieldINSIGHTLY_PUT_V3_1_TASKS_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Task's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Task's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a TicketINSIGHTLY_PUT_V3_1_TICKETIf you have trouble updating a Ticket, try accessing the Ticket via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Ticket, try accessing the Ticket via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a Ticket's Custom Image FieldINSIGHTLY_PUT_V3_1_TICKET_ID_IMAGE_FIELD_FIELD_NAME_FILE_NAMEThis action will replace any existing Image attached to the Ticket's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Ticket's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Ticket's TagsINSIGHTLY_PUT_V3_1_TICKET_ID_TAGSUpdates a Ticket's Tags需要连接
Updates a Ticket's Tags
认证
需要 Connected AccountTags
Sync Quote to an OpportunityINSIGHTLY_SYNC_QUOTATION_TO_OPPORTUNITYSyncs a quote to its associated opportunity. If the opportunity already has another quote synced to it, it will unsync that quote and then sync this new quote to the opportunity.需要连接
Syncs a quote to its associated opportunity. If the opportunity already has another quote synced to it, it will unsync that quote and then sync this new quote to the opportunity.
认证
需要 Connected AccountTags
Updates a Forum Post of a ForumINSIGHTLY_UPDATE_CHILD_ENTITYUpdates a Forum Post of a Forum需要连接
Updates a Forum Post of a Forum
认证
需要 Connected AccountTags
Updates a Contact's DatesINSIGHTLY_UPDATE_DATESUpdates a Contact's Dates需要连接
Updates a Contact's Dates
认证
需要 Connected AccountTags
Updates an Organisation's Email DomainsINSIGHTLY_UPDATE_EMAIL_DOMAINSUpdates an Organisation's Email Domains需要连接
Updates an Organisation's Email Domains
认证
需要 Connected AccountTags
Updates a recordINSIGHTLY_UPDATE_ENTITYIf you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates a File CategoryINSIGHTLY_UPDATE_FILE_CATEGORYThis endpoint is used to update an existing File Category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to update an existing File Category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Updates a Contact's ImageINSIGHTLY_UPDATE_IMAGEThis action will replace any existing Image attached to the Contact. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Contact. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Contact's Custom Image FieldINSIGHTLY_UPDATE_IMAGE_FIELDThis action will replace any existing Image attached to the Contact's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.需要连接
This action will replace any existing Image attached to the Contact's image field. The contents of the image data should be sent as binary data in the request payload. See our <a href="http://github.com/Insightly" target="_blank">client libraries</a> for an example of how this is done.
认证
需要 Connected AccountTags
Updates a Lead SourceINSIGHTLY_UPDATE_LEAD_SOURCEThis endpoint is used to update an existing lead source.需要连接
This endpoint is used to update an existing lead source.
认证
需要 Connected AccountTags
Updates a Lead StatusINSIGHTLY_UPDATE_LEAD_STATUSThis endpoint is used to update an existing lead status. This endpoint is only accessible to users with administrator access.需要连接
This endpoint is used to update an existing lead status. This endpoint is only accessible to users with administrator access.
认证
需要 Connected AccountTags
Updates a LinkINSIGHTLY_UPDATE_LINKUpdates a Link需要连接
Updates a Link
认证
需要 Connected AccountTags
Updates a MilestoneINSIGHTLY_UPDATE_MILESTONEUpdates a Milestone需要连接
Updates a Milestone
认证
需要 Connected AccountTags
Updates a note of a ContactINSIGHTLY_UPDATE_NOTESIf you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a Contact, try accessing the Contact via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags
Updates an Opportunity CategoryINSIGHTLY_UPDATE_OPPORTUNITY_CATEGORYThis endpoint is used to update an existing opportunity category (for example, to change the background color for its label in the user interace). This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to update an existing opportunity category (for example, to change the background color for its label in the user interace). This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Updates an Opportunity StateINSIGHTLY_UPDATE_OPPORTUNITY_STATEUpdates an Opportunity State需要连接
Updates an Opportunity State
认证
需要 Connected AccountTags
Changes current pipeline for the OpportunityINSIGHTLY_UPDATE_PIPELINEChanges current pipeline for the Opportunity需要连接
Changes current pipeline for the Opportunity
认证
需要 Connected AccountTags
Changes current pipeline stage for the OpportunityINSIGHTLY_UPDATE_PIPELINE_STAGEChanges current pipeline stage for the Opportunity需要连接
Changes current pipeline stage for the Opportunity
认证
需要 Connected AccountTags
Changes current Price Book for the OpportunityINSIGHTLY_UPDATE_PRICEBOOKChanges current Price Book for the Opportunity需要连接
Changes current Price Book for the Opportunity
认证
需要 Connected AccountTags
Updates a Project CategoryINSIGHTLY_UPDATE_PROJECT_CATEGORYThis endpoint is used to update an existing project category. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to update an existing project category. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Updates a Prospect's static list membershipsINSIGHTLY_UPDATE_STATIC_LIST_MEMBERSHIPUpdates a Prospect's static list memberships需要连接
Updates a Prospect's static list memberships
认证
需要 Connected AccountTags
Updates a Contact's TagsINSIGHTLY_UPDATE_TAGSUpdates a Contact's Tags需要连接
Updates a Contact's Tags
认证
需要 Connected AccountTags
Updates a Task CategoryINSIGHTLY_UPDATE_TASK_CATEGORYThis endpoint is used to update an existing task category, for example to change the background color for the task category's label in the web UI. This endpoint is only accessible to users with administrator permission.需要连接
This endpoint is used to update an existing task category, for example to change the background color for the task category's label in the web UI. This endpoint is only accessible to users with administrator permission.
认证
需要 Connected AccountTags
Updates a TeamINSIGHTLY_UPDATE_TEAMWhen updating Anonymous Teams, the brief parameter has no effect and you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.需要连接
When updating Anonymous Teams, the brief parameter has no effect and you must include all the Team Members that should be part of the team. A minimum of one Team Member is required. For more details, please refer to GET /Teams above.
认证
需要 Connected AccountTags
Updates a record's translation in a specific languageINSIGHTLY_UPDATE_TRANSLATIONIf you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.需要连接
If you have trouble updating a record, try accessing the record via the GET request to inspect its fields and sub-elements. A common source of problems with write/update requests occurs when users either omit required fields, or insert invalid data into a field (for example, by referring a CATEGORY_ID or LINK_ID which does not exist.
认证
需要 Connected AccountTags