Skip to content
Go to Micro

Lists

Create a list (app/CRM)
POST/v2/prism/{teamId}/lists
List apps/CRMs in a workspace
GET/v2/prism/{teamId}/lists
Get a list by id
GET/v2/prism/{teamId}/lists/{listId}
ModelsExpand Collapse
List object { id, name, object_type, 6 more }
id: string
formatuuid
name: string
minLength1
object_type: "organization" or "identity" or "action" or 2 more

Prism object type this list holds.

One of the following:
"organization"
"identity"
"action"
"document"
"deal"
team_id: string
formatuuid
created_at: optional string
formatdate-time
description: optional string
icon: optional string

Emoji or icon key for the list.

type: optional string

Internal template type (e.g. dealFlow, hiring). Derived from template_id on create.

views: optional array of object { id, name }
id: string
formatuuid
name: optional string
ListCreate object { template_id, icon, name, object_type }
template_id: "sales_deals" or "recruiting" or "partnerships" or 11 more

Template to seed the list from. type is derived server-side from this template.

One of the following:
"sales_deals"
"recruiting"
"partnerships"
"fundraising"
"knowledge_base"
"issue_tracker"
"content_calendar"
"job_applications"
"project_tracker"
"feedback"
"portco_tracker"
"deal_flow"
"lp_fundraising"
"custom"
icon: optional string

Emoji or icon override.

minLength1
maxLength32
name: optional string
minLength1
maxLength255
object_type: optional "organization" or "identity" or "action" or 2 more

Required only when template_id is custom.

One of the following:
"organization"
"identity"
"action"
"document"
"deal"
ListListResponse object { data }
data: array of List { id, name, object_type, 6 more }
id: string
formatuuid
name: string
minLength1
object_type: "organization" or "identity" or "action" or 2 more

Prism object type this list holds.

One of the following:
"organization"
"identity"
"action"
"document"
"deal"
team_id: string
formatuuid
created_at: optional string
formatdate-time
description: optional string
icon: optional string

Emoji or icon key for the list.

type: optional string

Internal template type (e.g. dealFlow, hiring). Derived from template_id on create.

views: optional array of object { id, name }
id: string
formatuuid
name: optional string