Download OpenAPI specification:Download
This is the Four/Four API service located at https://fourfour.ai/odata. The service is intended to be used with business intelligence tools, but can also be called directly.
The service supports both OAuth and basic authentication over HTTPS.
These OData feeds are compatible with business analysis tools such as PowerBI, Tableau and Excel.
Any questions? Contact hello@fourfour.ai
Insights are the individual findings from each conversation. Insights are linked back to the conversation, participants and CRM objects. Insights are also grouped into Topics.
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "label" "description" "refinement_status" "model_id" "model_index" "key_insight_ids" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "model" "key_insights" "leads" "contacts" "accounts" "opportunities" "child_models" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "label" "label desc" "description" "description desc" "refinement_status" "refinement_status desc" "model_id" "model_id desc" "model_index" "model_index desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "label": "string",
- "description": "string",
- "refinement_status": "string",
- "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
- "model_index": 9223372036854776000,
- "key_insight_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "service_id" "timestamp" "email" "name" "role" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "fragments" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "service_id" "service_id desc" "timestamp" "timestamp desc" "email" "email desc" "name" "name desc" "role" "role desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "service_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "email": "string",
- "name": "string",
- "role": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "type" "summary" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "conversations" "comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "type" "type desc" "summary" "summary desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "type": "string",
- "summary": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "text": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "created_at" "label" "description" "refinement_status" "model_id" "model_index" "key_insight_ids" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "model" "key_insights" "leads" "contacts" "accounts" "opportunities" "child_models" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "label" "label desc" "description" "description desc" "refinement_status" "refinement_status desc" "model_id" "model_id desc" "model_index" "model_index desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "label": "string",
- "description": "string",
- "refinement_status": "string",
- "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
- "model_index": 9223372036854776000,
- "key_insight_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "label" "description" "refinement_status" "model_id" "model_index" "key_insight_ids" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "insights" "model" "key_insights" "leads" "contacts" "accounts" "opportunities" "child_models" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "label": "string",
- "description": "string",
- "refinement_status": "string",
- "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
- "model_index": 9223372036854776000,
- "key_insight_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "archived_at" "fitted_at" "title" "description" "visibility" "progress" "status" "parent_topic_id" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "insights" "parent_topic" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "archived_at" "archived_at desc" "fitted_at" "fitted_at desc" "title" "title desc" "description" "description desc" "visibility" "visibility desc" "progress" "progress desc" "status" "status desc" "parent_topic_id" "parent_topic_id desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "archived_at": "2019-08-24T14:15:22Z",
- "fitted_at": "2019-08-24T14:15:22Z",
- "title": "string",
- "description": "string",
- "visibility": "string",
- "progress": "string",
- "status": "string",
- "parent_topic_id": "5f16f41d-ff52-4342-8463-6fb0e621ec97"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "archived_at" "fitted_at" "title" "description" "visibility" "progress" "status" "parent_topic_id" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "insights" "parent_topic" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "archived_at" "archived_at desc" "fitted_at" "fitted_at desc" "title" "title desc" "description" "description desc" "visibility" "visibility desc" "progress" "progress desc" "status" "status desc" "parent_topic_id" "parent_topic_id desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "archived_at": "2019-08-24T14:15:22Z",
- "fitted_at": "2019-08-24T14:15:22Z",
- "title": "string",
- "description": "string",
- "visibility": "string",
- "progress": "string",
- "status": "string",
- "parent_topic_id": "5f16f41d-ff52-4342-8463-6fb0e621ec97"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "created_at" "archived_at" "fitted_at" "title" "description" "visibility" "progress" "status" "parent_topic_id" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "insights" "parent_topic" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "archived_at" "archived_at desc" "fitted_at" "fitted_at desc" "title" "title desc" "description" "description desc" "visibility" "visibility desc" "progress" "progress desc" "status" "status desc" "parent_topic_id" "parent_topic_id desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "archived_at": "2019-08-24T14:15:22Z",
- "fitted_at": "2019-08-24T14:15:22Z",
- "title": "string",
- "description": "string",
- "visibility": "string",
- "progress": "string",
- "status": "string",
- "parent_topic_id": "5f16f41d-ff52-4342-8463-6fb0e621ec97"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "archived_at" "fitted_at" "title" "description" "visibility" "progress" "status" "parent_topic_id" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "topics" "insights" "parent_topic" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "archived_at": "2019-08-24T14:15:22Z",
- "fitted_at": "2019-08-24T14:15:22Z",
- "title": "string",
- "description": "string",
- "visibility": "string",
- "progress": "string",
- "status": "string",
- "parent_topic_id": "5f16f41d-ff52-4342-8463-6fb0e621ec97"
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "label" "description" "refinement_status" "model_id" "model_index" "key_insight_ids" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "model" "key_insights" "leads" "contacts" "accounts" "opportunities" "child_models" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "label" "label desc" "description" "description desc" "refinement_status" "refinement_status desc" "model_id" "model_id desc" "model_index" "model_index desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "label": "string",
- "description": "string",
- "refinement_status": "string",
- "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
- "model_index": 9223372036854776000,
- "key_insight_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "label" "description" "refinement_status" "model_id" "model_index" "key_insight_ids" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "model" "key_insights" "leads" "contacts" "accounts" "opportunities" "child_models" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "label" "label desc" "description" "description desc" "refinement_status" "refinement_status desc" "model_id" "model_id desc" "model_index" "model_index desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "label": "string",
- "description": "string",
- "refinement_status": "string",
- "model_id": "f8ff2fb8-4acc-4e48-bd83-cbdac23e1224",
- "model_index": 9223372036854776000,
- "key_insight_ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
], - "@count": 0
}
Conversations hold the base metadata for each recorded call such as the start and end time. Each Conversation can link to the participants and the text fragments.
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "participant_id" "start" "end" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "participant" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "participant_id" "participant_id desc" "start" "start desc" "end" "end desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "participant_id": "78084e63-1c1c-45af-adf1-2af96784867b",
- "start": 0.1,
- "end": 0.1,
- "text": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "service_id" "timestamp" "email" "name" "role" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "fragments" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "service_id" "service_id desc" "timestamp" "timestamp desc" "email" "email desc" "name" "name desc" "role" "role desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "service_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "email": "string",
- "name": "string",
- "role": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "participant_id" "start" "end" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "participant" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "participant_id" "participant_id desc" "start" "start desc" "end" "end desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "participant_id": "78084e63-1c1c-45af-adf1-2af96784867b",
- "start": 0.1,
- "end": 0.1,
- "text": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "participant_id" "start" "end" "text" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "conversation" "participant" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "participant_id": "78084e63-1c1c-45af-adf1-2af96784867b",
- "start": 0.1,
- "end": 0.1,
- "text": "string"
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "service_id" "timestamp" "email" "name" "role" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "fragments" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "service_id" "service_id desc" "timestamp" "timestamp desc" "email" "email desc" "name" "name desc" "role" "role desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "service_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "email": "string",
- "name": "string",
- "role": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "service_id" "timestamp" "email" "name" "role" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "fragments" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "service_id" "service_id desc" "timestamp" "timestamp desc" "email" "email desc" "name" "name desc" "role" "role desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "service_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "email": "string",
- "name": "string",
- "role": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "service_id" "timestamp" "email" "name" "role" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "conversation" "fragments" "insights" Expand related entities, see OData Expand |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "service_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "email": "string",
- "name": "string",
- "role": "string"
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "conversation_id" "participant_id" "start" "end" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "conversation" "participant" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "conversation_id" "conversation_id desc" "participant_id" "participant_id desc" "start" "start desc" "end" "end desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "conversation_id": "cc71b11a-25cd-4c2d-9950-df2cc38e3407",
- "participant_id": "78084e63-1c1c-45af-adf1-2af96784867b",
- "start": 0.1,
- "end": 0.1,
- "text": "string"
}
], - "@count": 0
}
id required | string <uuid> ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}... Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
{- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
{- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
{- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
This entity set mirrors the Opportunity or Deal object from the CRM the service is connected to.
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
{- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
This entity set mirrors the Lead object from the CRM the service is connected to. It may be empty if your CRM does not use separate lead records.
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "title" "title desc" "company" "company desc" "email" "email desc" "website" "website desc" "lead_source" "lead_source desc" "status" "status desc" "industry" "industry desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "is_converted" "is_converted desc" "converted_date" "converted_date desc" "converted_account_id" "converted_account_id desc" "converted_contact_id" "converted_contact_id desc" "converted_opportunity_id" "converted_opportunity_id desc" "account_id" "account_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "title" "company" "email" "website" "lead_source" "status" "industry" "annual_revenue" "number_of_employees" "owner_id" "is_converted" "converted_date" "converted_account_id" "converted_contact_id" "converted_opportunity_id" "account_id" "region" "created" "updated" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "account" "converted_account" "converted_contact" "converted_opportunity" "owner" "insights" "conversations" Expand related entities, see OData Expand |
{- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "company": "string",
- "email": "string",
- "website": "string",
- "lead_source": "string",
- "status": "string",
- "industry": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "is_converted": true,
- "converted_date": "2019-08-24T14:15:22Z",
- "converted_account_id": "string",
- "converted_contact_id": "string",
- "converted_opportunity_id": "string",
- "account_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "type" "parent_id" "website" "sic" "industry" "currency" "annual_revenue" "number_of_employees" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "parent" "contacts" "opportunities" "leads" "owner" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "type" "type desc" "parent_id" "parent_id desc" "website" "website desc" "sic" "sic desc" "industry" "industry desc" "currency" "currency desc" "annual_revenue" "annual_revenue desc" "number_of_employees" "number_of_employees desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "parent_id": "string",
- "website": "string",
- "sic": "string",
- "industry": "string",
- "currency": "string",
- "annual_revenue": 0.1,
- "number_of_employees": -9223372036854776000,
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "account_id" "department" "lead_source" "owner_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "opportunities" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "account_id" "account_id desc" "department" "department desc" "lead_source" "lead_source desc" "owner_id" "owner_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "account_id": "string",
- "department": "string",
- "lead_source": "string",
- "owner_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "name" "account_id" "description" "stage_name" "amount" "currency" "probability" "expected_revenue" "close_date" "type" "next_step" "lead_source" "is_closed" "is_won" "forecast_category" "forecast_category_name" "owner_id" "contact_id" "region" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "account" "owner" "contact" "lead" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "name" "name desc" "account_id" "account_id desc" "description" "description desc" "stage_name" "stage_name desc" "amount" "amount desc" "currency" "currency desc" "probability" "probability desc" "expected_revenue" "expected_revenue desc" "close_date" "close_date desc" "type" "type desc" "next_step" "next_step desc" "lead_source" "lead_source desc" "is_closed" "is_closed desc" "is_won" "is_won desc" "forecast_category" "forecast_category desc" "forecast_category_name" "forecast_category_name desc" "owner_id" "owner_id desc" "contact_id" "contact_id desc" "region" "region desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "name": "string",
- "account_id": "string",
- "description": "string",
- "stage_name": "string",
- "amount": 0.1,
- "currency": "string",
- "probability": -9223372036854776000,
- "expected_revenue": 0.1,
- "close_date": "2019-08-24T14:15:22Z",
- "type": "string",
- "next_step": "string",
- "lead_source": "string",
- "is_closed": true,
- "is_won": true,
- "forecast_category": "string",
- "forecast_category_name": "string",
- "owner_id": "string",
- "contact_id": "string",
- "region": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "first_name" "last_name" "email" "title" "created" "updated" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "opportunities" "accounts" "contacts" "insights" "conversations" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "first_name" "first_name desc" "last_name" "last_name desc" "email" "email desc" "title" "title desc" "created" "created desc" "updated" "updated desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "string",
- "title": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
This entity set mirrors the Issue or Task object from the product management solution the service is connected to.
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "type" "summary" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "conversations" "comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "type" "type desc" "summary" "summary desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "type": "string",
- "summary": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "type" "summary" Select properties to be returned, see OData Select |
expand | Array of strings unique Items Enum: "insights" "conversations" "comments" Expand related entities, see OData Expand |
{- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "type": "string",
- "summary": "string"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "created_at" "type" "text" "category" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "topics" "leads" "opportunities" "contacts" "accounts" "owners" "conversations" "participants" "issues" "issue_comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "created_at" "created_at desc" "type" "type desc" "text" "text desc" "category" "category desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "created_at": "2019-08-24T14:15:22Z",
- "type": "string",
- "text": "string",
- "category": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "service_id" "start" "end" "participant_count" "purpose" "media_url" "poster_url" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "fragments" "participants" "accounts" "contacts" "leads" "opportunities" "owners" "insights" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "service_id" "service_id desc" "start" "start desc" "end" "end desc" "participant_count" "participant_count desc" "purpose" "purpose desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "service": "string",
- "service_id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "participant_count": -9223372036854776000,
- "purpose": "string",
- "media_url": "string",
- "poster_url": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "text": "string"
}
], - "@count": 0
}
This entity set mirrors the Comment object related to Issue or Task from the product management solution the service is connected to.
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "text" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "text" "text desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "text": "string"
}
], - "@count": 0
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "text" Select properties to be returned, see OData Select |
expand |
{- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "text": "string"
}
id required | string Key: id |
select | Array of strings unique Items Enum: "*" "id" "service" "created" "updated" "type" "summary" Select properties to be returned, see OData Select |
count | boolean Include count of items, see OData Count |
expand | Array of strings unique Items Enum: "insights" "conversations" "comments" Expand related entities, see OData Expand |
filter | string Filter items by property values, see OData Filtering |
search | string Search items by search phrases, see OData Searching |
top | integer >= 0 Show only the first n items, see OData Paging – Top |
skip | integer >= 0 Skip the first n items, see OData Paging - Skip |
orderby | Array of strings unique Items Enum: "id" "id desc" "service" "service desc" "created" "created desc" "updated" "updated desc" "type" "type desc" "summary" "summary desc" Order items by property values, see OData Sorting |
{- "value": [
- {
- "id": "string",
- "service": "string",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "type": "string",
- "summary": "string"
}
], - "@count": 0
}
Group multiple requests into a single request payload, see Batch requests
Batch request
Array of objects |
{- "requests": [
- {
- "id": "0",
- "method": "get",
- "url": "/odata/resource(1)"
}, - {
- "id": "1",
- "method": "patch",
- "url": "/odata/resource(2)",
- "headers": {
- "Prefer": "return=minimal"
}, - "body": "<JSON representation of changes to entity>"
}
]
}
{- "responses": [
- {
- "id": "0",
- "status": 200,
- "body": "<JSON representation of the entity with key 1>"
}, - {
- "id": "1",
- "status": 204
}
]
}