Files
budget-tracker/anytype-openapi.yaml
T

5036 lines
154 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
components:
schemas:
AddObjectsToListRequest:
properties:
objects:
description: The list of object IDs to add to the list
example:
- '["bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ"]'
items:
type: string
type: array
uniqueItems: false
type: object
CheckboxFilterItem:
properties:
checkbox:
description: The checkbox value to filter by
example: true
type: boolean
condition:
$ref: "#/components/schemas/FilterCondition"
property_key:
description: The property key to filter on
example: done
type: string
type: object
CheckboxPropertyLinkValue:
properties:
checkbox:
description: The checkbox value of the property
example: true
type: boolean
key:
example: done
type: string
type: object
CheckboxPropertyValue:
properties:
checkbox:
description: The checkbox value of the property
example: true
type: boolean
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: done
type: string
name:
description: The name of the property
example: Done
type: string
object:
description: The data model of the object
example: property
type: string
type: object
Color:
description: The color of the icon
enum:
- grey
- yellow
- orange
- red
- pink
- purple
- blue
- ice
- teal
- lime
example: yellow
type: string
x-enum-varnames:
- ColorGrey
- ColorYellow
- ColorOrange
- ColorRed
- ColorPink
- ColorPurple
- ColorBlue
- ColorIce
- ColorTeal
- ColorLime
CreateApiKeyRequest:
properties:
challenge_id:
description: The challenge id associated with the previously displayed code
example: 67647f5ecda913e9a2e11b26
type: string
code:
description: The 4-digit code retrieved from Anytype Desktop app
example: "1234"
type: string
type: object
CreateApiKeyResponse:
properties:
api_key:
description: The api key used to authenticate requests
example: zhSG/zQRmgADyilWPtgdnfo1qD60oK02/SVgi1GaFt6=
type: string
type: object
CreateChallengeRequest:
properties:
app_name:
description: The name of the app that is requesting the challenge
example: anytype_mcp
type: string
type: object
CreateChallengeResponse:
properties:
challenge_id:
description: The challenge id associated with the displayed code and needed
to solve the challenge for api_key
example: 67647f5ecda913e9a2e11b26
type: string
type: object
CreateObjectRequest:
properties:
body:
description: The body of the object
example: This is the body of the object. Markdown syntax is supported here.
type: string
icon:
$ref: "#/components/schemas/Icon"
name:
description: The name of the object
example: My object
type: string
properties:
description: The properties to set on the object; see ListTypes or GetType
endpoints for linked properties
items:
$ref: "#/components/schemas/PropertyLinkWithValue"
type: array
uniqueItems: false
template_id:
description: The id of the template to use
example: bafyreictrp3obmnf6dwejy5o4p7bderaaia4bdg2psxbfzf44yya5uutge
type: string
type_key:
description: The key of the type of object to create
example: page
type: string
required:
- type_key
type: object
CreatePropertyRequest:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
key:
description: The key of the property; should always be snake_case, otherwise
it will be converted to snake_case
example: some_user_defined_property_key
type: string
name:
description: The name of the property
example: Last modified date
type: string
tags:
description: Tags to create for select/multi_select properties
items:
$ref: "#/components/schemas/CreateTagRequest"
type: array
uniqueItems: false
required:
- format
- name
type: object
CreateSpaceRequest:
properties:
description:
description: The description of the space
example: The local-first wiki
type: string
name:
description: The name of the space
example: New Space
type: string
required:
- name
type: object
CreateTagRequest:
properties:
color:
$ref: "#/components/schemas/Color"
key:
description: The optional custom key for the tag
example: in_progress
type: string
name:
description: The name of the tag
example: In progress
type: string
required:
- color
- name
type: object
CreateTypeRequest:
properties:
icon:
$ref: "#/components/schemas/Icon"
key:
description: The key of the type; should always be snake_case, otherwise
it will be converted to snake_case
example: some_user_defined_type_key
type: string
layout:
$ref: "#/components/schemas/TypeLayout"
name:
description: The name of the type
example: Page
type: string
plural_name:
description: The plural name of the type
example: Pages
type: string
properties:
description: The properties linked to the type
items:
$ref: "#/components/schemas/PropertyLink"
type: array
uniqueItems: false
required:
- layout
- name
- plural_name
type: object
DateFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
date:
description: The date value to filter by. Accepts dates in RFC3339 format
(2006-01-02T15:04:05Z) or date-only format (2006-01-02)
example: "2006-01-02T15:04:05Z"
type: string
property_key:
description: The property key to filter on
example: last_modified_date
type: string
type: object
DatePropertyLinkValue:
properties:
date:
description: The date value of the property. Accepts dates in RFC3339 format
(2006-01-02T15:04:05Z) or date-only format (2006-01-02)
example: "2006-01-02T15:04:05Z"
type: string
key:
example: last_modified_date
type: string
type: object
DatePropertyValue:
properties:
date:
description: The date value of the property. Returns dates in RFC3339 format
(2006-01-02T15:04:05Z)
example: "2006-01-02T15:04:05Z"
type: string
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: last_modified_date
type: string
name:
description: The name of the property
example: Last modified date
type: string
object:
description: The data model of the object
example: property
type: string
type: object
EmailFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
email:
description: The email value to filter by
example: example@example.com
type: string
property_key:
description: The property key to filter on
example: email
type: string
type: object
EmailPropertyLinkValue:
properties:
email:
description: The email value of the property
example: example@example.com
type: string
key:
example: email
type: string
type: object
EmailPropertyValue:
properties:
email:
description: The email value of the property
example: example@example.com
type: string
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: email
type: string
name:
description: The name of the property
example: Email
type: string
object:
description: The data model of the object
example: property
type: string
type: object
EmojiIcon:
properties:
emoji:
description: The emoji of the icon
example: "\U0001F4C4"
type: string
format:
$ref: "#/components/schemas/IconFormat"
type: object
EmptyFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
property_key:
description: The property key to filter on
example: description
type: string
type: object
FileIcon:
properties:
file:
description: The file of the icon
example: bafybeieptz5hvcy6txplcvphjbbh5yjc2zqhmihs3owkh5oab4ezauzqay
type: string
format:
$ref: "#/components/schemas/IconFormat"
type: object
FilesFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
files:
description: File IDs for contains condition
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
property_key:
description: The property key to filter on
example: files
type: string
type: object
FilesPropertyLinkValue:
properties:
files:
description: The file ids of the property
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
key:
example: files
type: string
type: object
FilesPropertyValue:
properties:
files:
description: The file values of the property
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: files
type: string
name:
description: The name of the property
example: Files
type: string
object:
description: The data model of the object
example: property
type: string
type: object
Filter:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the filter
example: 67bf3f21cda9134102e2422c
type: string
property_key:
description: The property key used for filtering
example: name
type: string
value:
description: The value used for filtering
example: Some value...
type: string
type: object
FilterCondition:
description: The filter condition
enum:
- eq
- ne
- gt
- gte
- lt
- lte
- contains
- ncontains
- in
- nin
- all
- empty
- nempty
example: empty
type: string
x-enum-comments:
FilterConditionAll: Contains all specified values
FilterConditionContains: Contains substring
FilterConditionEmpty: Property value is empty
FilterConditionEq: Equal to value
FilterConditionGt: Greater than value
FilterConditionGte: Greater than or equal to value
FilterConditionIn: Value is in the specified array
FilterConditionLt: Less than value
FilterConditionLte: Less than or equal to value
FilterConditionNContains: Does not contain substring
FilterConditionNEmpty: Property value is not empty
FilterConditionNe: Not equal to value
FilterConditionNin: Value is not in the specified array
x-enum-varnames:
- FilterConditionEq
- FilterConditionNe
- FilterConditionGt
- FilterConditionGte
- FilterConditionLt
- FilterConditionLte
- FilterConditionContains
- FilterConditionNContains
- FilterConditionIn
- FilterConditionNin
- FilterConditionAll
- FilterConditionEmpty
- FilterConditionNEmpty
FilterExpression:
description: 'Expression filter with nested AND/OR conditions. Supports recursive
nesting for complex queries. The ''filters'' array can contain nested FilterExpression
objects, creating a tree structure for complex logic. Example: (status="done"
AND priority="high") OR (created_date > "2024-01-01") ``` { "operator": "or",
"filters": [ { "operator": "and", "conditions": [ {"property_key": "status",
"condition": "eq", "select": "done_tag_id"}, {"property_key": "priority",
"condition": "eq", "select": "high_tag_id"} ] }, { "operator": "and", "conditions":
[ {"property_key": "created_date", "condition": "gt", "date": "2024-01-01"}
] } ] } ```'
properties:
conditions:
description: List of format-specific filter conditions
items:
$ref: "#/components/schemas/FilterItem"
type: array
uniqueItems: false
filters:
description: Nested filter expressions for complex logic
items:
$ref: "#/components/schemas/FilterExpression"
type: array
uniqueItems: false
operator:
$ref: "#/components/schemas/FilterOperator"
type: object
FilterItem:
description: A filter condition that matches a specific property format (text,
number, select, date, etc.). Each filter item contains a property_key, condition,
and a value field specific to the property format.
oneOf:
- $ref: "#/components/schemas/TextFilterItem"
- $ref: "#/components/schemas/NumberFilterItem"
- $ref: "#/components/schemas/SelectFilterItem"
- $ref: "#/components/schemas/MultiSelectFilterItem"
- $ref: "#/components/schemas/DateFilterItem"
- $ref: "#/components/schemas/CheckboxFilterItem"
- $ref: "#/components/schemas/FilesFilterItem"
- $ref: "#/components/schemas/UrlFilterItem"
- $ref: "#/components/schemas/EmailFilterItem"
- $ref: "#/components/schemas/PhoneFilterItem"
- $ref: "#/components/schemas/ObjectsFilterItem"
- $ref: "#/components/schemas/EmptyFilterItem"
type: object
FilterOperator:
description: Logical operator for combining filters (and, or)
enum:
- and
- or
type: string
x-enum-varnames:
- FilterOperatorAnd
- FilterOperatorOr
Icon:
description: The icon of the object, or null if the object has no icon
nullable: true
oneOf:
- $ref: "#/components/schemas/EmojiIcon"
- $ref: "#/components/schemas/FileIcon"
- $ref: "#/components/schemas/NamedIcon"
type: object
IconFormat:
description: The format of the icon
enum:
- emoji
- file
- icon
type: string
x-enum-varnames:
- IconFormatEmoji
- IconFormatFile
- IconFormatIcon
IconName:
description: The name of the icon
enum:
- accessibility
- add-circle
- airplane
- alarm
- albums
- alert-circle
- american-football
- analytics
- aperture
- apps
- archive
- arrow-back-circle
- arrow-down-circle
- arrow-forward-circle
- arrow-redo-circle
- arrow-redo
- arrow-undo-circle
- arrow-undo
- arrow-up-circle
- at-circle
- attach
- backspace
- bag-add
- bag-check
- bag-handle
- bag-remove
- bag
- balloon
- ban
- bandage
- bar-chart
- barbell
- barcode
- baseball
- basket
- basketball
- battery-charging
- battery-dead
- battery-full
- battery-half
- beaker
- bed
- beer
- bicycle
- binoculars
- bluetooth
- boat
- body
- bonfire
- book
- bookmark
- bookmarks
- bowling-ball
- briefcase
- browsers
- brush
- bug
- build
- bulb
- bus
- business
- cafe
- calculator
- calendar-clear
- calendar-number
- calendar
- call
- camera-reverse
- camera
- car-sport
- car
- card
- caret-back-circle
- caret-back
- caret-down-circle
- caret-down
- caret-forward-circle
- caret-forward
- caret-up-circle
- caret-up
- cart
- cash
- cellular
- chatbox-ellipses
- chatbox
- chatbubble-ellipses
- chatbubble
- chatbubbles
- checkbox
- checkmark-circle
- checkmark-done-circle
- chevron-back-circle
- chevron-down-circle
- chevron-forward-circle
- chevron-up-circle
- clipboard
- close-circle
- cloud-circle
- cloud-done
- cloud-download
- cloud-offline
- cloud-upload
- cloud
- cloudy-night
- cloudy
- code-slash
- code
- cog
- color-fill
- color-filter
- color-palette
- color-wand
- compass
- construct
- contact
- contract
- contrast
- copy
- create
- crop
- cube
- cut
- desktop
- diamond
- dice
- disc
- document-attach
- document-lock
- document-text
- document
- documents
- download
- duplicate
- ear
- earth
- easel
- egg
- ellipse
- ellipsis-horizontal-circle
- ellipsis-vertical-circle
- enter
- exit
- expand
- extension-puzzle
- eye-off
- eye
- eyedrop
- fast-food
- female
- file-tray-full
- file-tray-stacked
- file-tray
- film
- filter-circle
- finger-print
- fish
- fitness
- flag
- flame
- flash-off
- flash
- flashlight
- flask
- flower
- folder-open
- folder
- football
- footsteps
- funnel
- game-controller
- gift
- git-branch
- git-commit
- git-compare
- git-merge
- git-network
- git-pull-request
- glasses
- globe
- golf
- grid
- hammer
- hand-left
- hand-right
- happy
- hardware-chip
- headset
- heart-circle
- heart-dislike-circle
- heart-dislike
- heart-half
- heart
- help-buoy
- help-circle
- home
- hourglass
- ice-cream
- id-card
- image
- images
- infinite
- information-circle
- invert-mode
- journal
- key
- keypad
- language
- laptop
- layers
- leaf
- library
- link
- list-circle
- list
- locate
- location
- lock-closed
- lock-open
- log-in
- log-out
- logo-alipay
- logo-amazon
- logo-amplify
- logo-android
- magnet
- mail-open
- mail-unread
- mail
- male-female
- male
- man
- map
- medal
- medical
- medkit
- megaphone
- menu
- mic-circle
- mic-off-circle
- mic-off
- mic
- moon
- move
- musical-note
- musical-notes
- navigate-circle
- navigate
- newspaper
- notifications-circle
- notifications-off-circle
- notifications-off
- notifications
- nuclear
- nutrition
- options
- paper-plane
- partly-sunny
- pause-circle
- pause
- paw
- pencil
- people-circle
- people
- person-add
- person-circle
- person-remove
- person
- phone-landscape
- phone-portrait
- pie-chart
- pin
- pint
- pizza
- planet
- play-back-circle
- play-back
- play-circle
- play-forward-circle
- play-forward
- play-skip-back-circle
- play-skip-back
- play-skip-forward-circle
- play-skip-forward
- play
- podium
- power
- pricetag
- pricetags
- print
- prism
- pulse
- push
- qr-code
- radio-button-off
- radio-button-on
- radio
- rainy
- reader
- receipt
- recording
- refresh-circle
- refresh
- reload-circle
- reload
- remove-circle
- repeat
- resize
- restaurant
- ribbon
- rocket
- rose
- sad
- save
- scale
- scan-circle
- scan
- school
- search-circle
- search
- send
- server
- settings
- shapes
- share-social
- share
- shield-checkmark
- shield-half
- shield
- shirt
- shuffle
- skull
- snow
- sparkles
- speedometer
- square
- star-half
- star
- stats-chart
- stop-circle
- stop
- stopwatch
- storefront
- subway
- sunny
- swap-horizontal
- swap-vertical
- sync-circle
- sync
- t.txt
- tablet-landscape
- tablet-portrait
- telescope
- tennisball
- terminal
- text
- thermometer
- thumbs-down
- thumbs-up
- thunderstorm
- ticket
- time
- timer
- today
- toggle
- trail-sign
- train
- transgender
- trash-bin
- trash
- trending-down
- trending-up
- triangle
- trophy
- tv
- umbrella
- unlink
- videocam-off
- videocam
- volume-high
- volume-low
- volume-medium
- volume-mute
- volume-off
- walk
- wallet
- warning
- watch
- water
- wifi
- wine
- woman
type: string
x-enum-varnames:
- IconNameAccessibility
- IconNameAddCircle
- IconNameAirplane
- IconNameAlarm
- IconNameAlbums
- IconNameAlertCircle
- IconNameAmericanFootball
- IconNameAnalytics
- IconNameAperture
- IconNameApps
- IconNameArchive
- IconNameArrowBackCircle
- IconNameArrowDownCircle
- IconNameArrowForwardCircle
- IconNameArrowRedoCircle
- IconNameArrowRedo
- IconNameArrowUndoCircle
- IconNameArrowUndo
- IconNameArrowUpCircle
- IconNameAtCircle
- IconNameAttach
- IconNameBackspace
- IconNameBagAdd
- IconNameBagCheck
- IconNameBagHandle
- IconNameBagRemove
- IconNameBag
- IconNameBalloon
- IconNameBan
- IconNameBandage
- IconNameBarChart
- IconNameBarbell
- IconNameBarcode
- IconNameBaseball
- IconNameBasket
- IconNameBasketball
- IconNameBatteryCharging
- IconNameBatteryDead
- IconNameBatteryFull
- IconNameBatteryHalf
- IconNameBeaker
- IconNameBed
- IconNameBeer
- IconNameBicycle
- IconNameBinoculars
- IconNameBluetooth
- IconNameBoat
- IconNameBody
- IconNameBonfire
- IconNameBook
- IconNameBookmark
- IconNameBookmarks
- IconNameBowlingBall
- IconNameBriefcase
- IconNameBrowsers
- IconNameBrush
- IconNameBug
- IconNameBuild
- IconNameBulb
- IconNameBus
- IconNameBusiness
- IconNameCafe
- IconNameCalculator
- IconNameCalendarClear
- IconNameCalendarNumber
- IconNameCalendar
- IconNameCall
- IconNameCameraReverse
- IconNameCamera
- IconNameCarSport
- IconNameCar
- IconNameCard
- IconNameCaretBackCircle
- IconNameCaretBack
- IconNameCaretDownCircle
- IconNameCaretDown
- IconNameCaretForwardCircle
- IconNameCaretForward
- IconNameCaretUpCircle
- IconNameCaretUp
- IconNameCart
- IconNameCash
- IconNameCellular
- IconNameChatboxEllipses
- IconNameChatbox
- IconNameChatbubbleEllipses
- IconNameChatbubble
- IconNameChatbubbles
- IconNameCheckbox
- IconNameCheckmarkCircle
- IconNameCheckmarkDoneCircle
- IconNameChevronBackCircle
- IconNameChevronDownCircle
- IconNameChevronForwardCircle
- IconNameChevronUpCircle
- IconNameClipboard
- IconNameCloseCircle
- IconNameCloudCircle
- IconNameCloudDone
- IconNameCloudDownload
- IconNameCloudOffline
- IconNameCloudUpload
- IconNameCloud
- IconNameCloudyNight
- IconNameCloudy
- IconNameCodeSlash
- IconNameCode
- IconNameCog
- IconNameColorFill
- IconNameColorFilter
- IconNameColorPalette
- IconNameColorWand
- IconNameCompass
- IconNameConstruct
- IconNameContact
- IconNameContract
- IconNameContrast
- IconNameCopy
- IconNameCreate
- IconNameCrop
- IconNameCube
- IconNameCut
- IconNameDesktop
- IconNameDiamond
- IconNameDice
- IconNameDisc
- IconNameDocumentAttach
- IconNameDocumentLock
- IconNameDocumentText
- IconNameDocument
- IconNameDocuments
- IconNameDownload
- IconNameDuplicate
- IconNameEar
- IconNameEarth
- IconNameEasel
- IconNameEgg
- IconNameEllipse
- IconNameEllipsisHorizontalCircle
- IconNameEllipsisVerticalCircle
- IconNameEnter
- IconNameExit
- IconNameExpand
- IconNameExtensionPuzzle
- IconNameEyeOff
- IconNameEye
- IconNameEyedrop
- IconNameFastFood
- IconNameFemale
- IconNameFileTrayFull
- IconNameFileTrayStacked
- IconNameFileTray
- IconNameFilm
- IconNameFilterCircle
- IconNameFingerPrint
- IconNameFish
- IconNameFitness
- IconNameFlag
- IconNameFlame
- IconNameFlashOff
- IconNameFlash
- IconNameFlashlight
- IconNameFlask
- IconNameFlower
- IconNameFolderOpen
- IconNameFolder
- IconNameFootball
- IconNameFootsteps
- IconNameFunnel
- IconNameGameController
- IconNameGift
- IconNameGitBranch
- IconNameGitCommit
- IconNameGitCompare
- IconNameGitMerge
- IconNameGitNetwork
- IconNameGitPullRequest
- IconNameGlasses
- IconNameGlobe
- IconNameGolf
- IconNameGrid
- IconNameHammer
- IconNameHandLeft
- IconNameHandRight
- IconNameHappy
- IconNameHardwareChip
- IconNameHeadset
- IconNameHeartCircle
- IconNameHeartDislikeCircle
- IconNameHeartDislike
- IconNameHeartHalf
- IconNameHeart
- IconNameHelpBuoy
- IconNameHelpCircle
- IconNameHome
- IconNameHourglass
- IconNameIceCream
- IconNameIdCard
- IconNameImage
- IconNameImages
- IconNameInfinite
- IconNameInformationCircle
- IconNameInvertMode
- IconNameJournal
- IconNameKey
- IconNameKeypad
- IconNameLanguage
- IconNameLaptop
- IconNameLayers
- IconNameLeaf
- IconNameLibrary
- IconNameLink
- IconNameListCircle
- IconNameList
- IconNameLocate
- IconNameLocation
- IconNameLockClosed
- IconNameLockOpen
- IconNameLogIn
- IconNameLogOut
- IconNameLogoAlipay
- IconNameLogoAmazon
- IconNameLogoAmplify
- IconNameLogoAndroid
- IconNameMagnet
- IconNameMailOpen
- IconNameMailUnread
- IconNameMail
- IconNameMaleFemale
- IconNameMale
- IconNameMan
- IconNameMap
- IconNameMedal
- IconNameMedical
- IconNameMedkit
- IconNameMegaphone
- IconNameMenu
- IconNameMicCircle
- IconNameMicOffCircle
- IconNameMicOff
- IconNameMic
- IconNameMoon
- IconNameMove
- IconNameMusicalNote
- IconNameMusicalNotes
- IconNameNavigateCircle
- IconNameNavigate
- IconNameNewspaper
- IconNameNotificationsCircle
- IconNameNotificationsOffCircle
- IconNameNotificationsOff
- IconNameNotifications
- IconNameNuclear
- IconNameNutrition
- IconNameOptions
- IconNamePaperPlane
- IconNamePartlySunny
- IconNamePauseCircle
- IconNamePause
- IconNamePaw
- IconNamePencil
- IconNamePeopleCircle
- IconNamePeople
- IconNamePersonAdd
- IconNamePersonCircle
- IconNamePersonRemove
- IconNamePerson
- IconNamePhoneLandscape
- IconNamePhonePortrait
- IconNamePieChart
- IconNamePin
- IconNamePint
- IconNamePizza
- IconNamePlanet
- IconNamePlayBackCircle
- IconNamePlayBack
- IconNamePlayCircle
- IconNamePlayForwardCircle
- IconNamePlayForward
- IconNamePlaySkipBackCircle
- IconNamePlaySkipBack
- IconNamePlaySkipForwardCircle
- IconNamePlaySkipForward
- IconNamePlay
- IconNamePodium
- IconNamePower
- IconNamePricetag
- IconNamePricetags
- IconNamePrint
- IconNamePrism
- IconNamePulse
- IconNamePush
- IconNameQrCode
- IconNameRadioButtonOff
- IconNameRadioButtonOn
- IconNameRadio
- IconNameRainy
- IconNameReader
- IconNameReceipt
- IconNameRecording
- IconNameRefreshCircle
- IconNameRefresh
- IconNameReloadCircle
- IconNameReload
- IconNameRemoveCircle
- IconNameRepeat
- IconNameResize
- IconNameRestaurant
- IconNameRibbon
- IconNameRocket
- IconNameRose
- IconNameSad
- IconNameSave
- IconNameScale
- IconNameScanCircle
- IconNameScan
- IconNameSchool
- IconNameSearchCircle
- IconNameSearch
- IconNameSend
- IconNameServer
- IconNameSettings
- IconNameShapes
- IconNameShareSocial
- IconNameShare
- IconNameShieldCheckmark
- IconNameShieldHalf
- IconNameShield
- IconNameShirt
- IconNameShuffle
- IconNameSkull
- IconNameSnow
- IconNameSparkles
- IconNameSpeedometer
- IconNameSquare
- IconNameStarHalf
- IconNameStar
- IconNameStatsChart
- IconNameStopCircle
- IconNameStop
- IconNameStopwatch
- IconNameStorefront
- IconNameSubway
- IconNameSunny
- IconNameSwapHorizontal
- IconNameSwapVertical
- IconNameSyncCircle
- IconNameSync
- IconNameTabletLandscape
- IconNameTabletPortrait
- IconNameTelescope
- IconNameTennisball
- IconNameTerminal
- IconNameText
- IconNameThermometer
- IconNameThumbsDown
- IconNameThumbsUp
- IconNameThunderstorm
- IconNameTicket
- IconNameTime
- IconNameTimer
- IconNameToday
- IconNameToggle
- IconNameTrailSign
- IconNameTrain
- IconNameTransgender
- IconNameTrashBin
- IconNameTrash
- IconNameTrendingDown
- IconNameTrendingUp
- IconNameTriangle
- IconNameTrophy
- IconNameTv
- IconNameUmbrella
- IconNameUnlink
- IconNameVideocamOff
- IconNameVideocam
- IconNameVolumeHigh
- IconNameVolumeLow
- IconNameVolumeMedium
- IconNameVolumeMute
- IconNameVolumeOff
- IconNameWalk
- IconNameWallet
- IconNameWarning
- IconNameWatch
- IconNameWater
- IconNameWifi
- IconNameWine
- IconNameWoman
Member:
description: The member
properties:
global_name:
description: The global name of the member in the network
example: john.any
type: string
icon:
$ref: "#/components/schemas/Icon"
id:
description: The profile object id of the member
example: _participant_bafyreigyfkt6rbv24sbv5aq2hko1bhmv5xxlf22b4bypdu6j7hnphm3psq_23me69r569oi1_AAjEaEwPF4nkEh9AWkqEnzcQ8HziBB4ETjiTpvRCQvWnSMDZ
type: string
identity:
description: The identity of the member in the network
example: AAjEaEwPF4nkEh7AWkqEnzcQ8HziGB4ETjiTpvRCQvWnSMDZ
type: string
name:
description: The name of the member
example: John Doe
type: string
object:
description: The data model of the object
example: member
type: string
role:
description: The role of the member
enum:
- viewer
- editor
- owner
- no_permission
example: owner
type: string
status:
description: The status of the member
enum:
- joining
- active
- removed
- declined
- removing
- canceled
example: active
type: string
type: object
MemberResponse:
properties:
member:
$ref: "#/components/schemas/Member"
type: object
MultiSelectFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
multi_select:
description: The tag IDs to filter by
example:
- bafyreiaixlnaefu3ci22zdenjhsdlyaeeoyjrsid5qhfeejzlccijbj7sq
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
property_key:
description: The property key to filter on
example: tag
type: string
type: object
MultiSelectPropertyLinkValue:
properties:
key:
example: tag
type: string
multi_select:
description: The selected tags (by key, e.g., "important", or ID, e.g.,
"bafyrei...") of the property; see ListTags endpoint for valid values
example:
- important
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
type: object
MultiSelectPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: tag
type: string
multi_select:
description: The selected tag values of the property
items:
$ref: "#/components/schemas/Tag"
type: array
uniqueItems: false
name:
description: The name of the property
example: Tag
type: string
object:
description: The data model of the object
example: property
type: string
type: object
NamedIcon:
properties:
color:
$ref: "#/components/schemas/Color"
format:
$ref: "#/components/schemas/IconFormat"
name:
$ref: "#/components/schemas/IconName"
type: object
NumberFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
number:
description: The number value to filter by
example: 42
type: number
property_key:
description: The property key to filter on
example: height
type: string
type: object
NumberPropertyLinkValue:
properties:
key:
example: height
type: string
number:
description: The number value of the property
example: 42
type: number
type: object
NumberPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: height
type: string
name:
description: The name of the property
example: Height
type: string
number:
description: The number value of the property
example: 42
type: number
object:
description: The data model of the object
example: property
type: string
type: object
Object:
properties:
archived:
description: Whether the object is archived
example: false
type: boolean
icon:
$ref: "#/components/schemas/Icon"
id:
description: The id of the object
example: bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
type: string
layout:
$ref: "#/components/schemas/ObjectLayout"
name:
description: The name of the object
example: My object
type: string
object:
description: The data model of the object
example: object
type: string
properties:
description: The properties of the object
items:
$ref: "#/components/schemas/PropertyWithValue"
type: array
uniqueItems: false
snippet:
description: The snippet of the object, especially important for notes as
they don't have a name
example: The beginning of the object body...
type: string
space_id:
description: The id of the space the object is in
example: bafyreigyfkt6rbv24sbv5aq2hko3bhmv5xxlf22b4bypdu6j7hnphm3psq.23me69r569oi1
type: string
type:
$ref: "#/components/schemas/Type"
type: object
ObjectLayout:
description: The layout of the object
example: basic
type: string
x-enum-varnames:
- ObjectLayoutBasic
- ObjectLayoutProfile
- ObjectLayoutAction
- ObjectLayoutNote
- ObjectLayoutBookmark
- ObjectLayoutSet
- ObjectLayoutCollection
- ObjectLayoutParticipant
ObjectResponse:
properties:
object:
$ref: "#/components/schemas/ObjectWithBody"
type: object
ObjectWithBody:
description: The object
properties:
archived:
description: Whether the object is archived
example: false
type: boolean
icon:
$ref: "#/components/schemas/Icon"
id:
description: The id of the object
example: bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
type: string
layout:
description: The layout of the object
example: basic
type: string
x-enum-varnames:
- ObjectLayoutBasic
- ObjectLayoutProfile
- ObjectLayoutAction
- ObjectLayoutNote
- ObjectLayoutBookmark
- ObjectLayoutSet
- ObjectLayoutCollection
- ObjectLayoutParticipant
markdown:
description: The markdown body of the object
example: |-
# This is the title
...
type: string
name:
description: The name of the object
example: My object
type: string
object:
description: The data model of the object
example: object
type: string
properties:
description: The properties of the object
items:
$ref: "#/components/schemas/PropertyWithValue"
type: array
uniqueItems: false
snippet:
description: The snippet of the object, especially important for notes as
they don't have a name
example: The beginning of the object body...
type: string
space_id:
description: The id of the space the object is in
example: bafyreigyfkt6rbv24sbv5aq2hko3bhmv5xxlf22b4bypdu6j7hnphm3psq.23me69r569oi1
type: string
type:
$ref: "#/components/schemas/Type"
type: object
ObjectsFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
objects:
description: Object Ids to filter by
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
property_key:
description: The property key to filter on
example: creator
type: string
type: object
ObjectsPropertyLinkValue:
properties:
key:
example: creator
type: string
objects:
description: The object ids of the property
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
type: object
ObjectsPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: creator
type: string
name:
description: The name of the property
example: Created by
type: string
object:
description: The data model of the object
example: property
type: string
objects:
description: The object values of the property
example:
- bafyreie6n5l5nkbjal37su54cha4coy7qzuhrnajluzv5qd5jvtsrxkequ
items:
type: string
type: array
uniqueItems: false
type: object
PhoneFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
phone:
description: The phone value to filter by
example: "+1234567890"
type: string
property_key:
description: The property key to filter on
example: phone
type: string
type: object
PhonePropertyLinkValue:
properties:
key:
example: phone
type: string
phone:
description: The phone value of the property
example: "+1234567890"
type: string
type: object
PhonePropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: phone
type: string
name:
description: The name of the property
example: Phone
type: string
object:
description: The data model of the object
example: property
type: string
phone:
description: The phone value of the property
example: "+1234567890"
type: string
type: object
Property:
description: The property
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: last_modified_date
type: string
name:
description: The name of the property
example: Last modified date
type: string
object:
description: The data model of the object
example: property
type: string
type: object
PropertyFormat:
description: The format of the property used for filtering
enum:
- text
- number
- select
- multi_select
- date
- files
- checkbox
- url
- email
- phone
- objects
type: string
x-enum-varnames:
- PropertyFormatText
- PropertyFormatNumber
- PropertyFormatSelect
- PropertyFormatMultiSelect
- PropertyFormatDate
- PropertyFormatFiles
- PropertyFormatCheckbox
- PropertyFormatUrl
- PropertyFormatEmail
- PropertyFormatPhone
- PropertyFormatObjects
PropertyLink:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
key:
description: The key of the property
example: last_modified_date
type: string
name:
description: The name of the property
example: Last modified date
type: string
required:
- format
- key
- name
type: object
PropertyLinkWithValue:
oneOf:
- $ref: "#/components/schemas/TextPropertyLinkValue"
- $ref: "#/components/schemas/NumberPropertyLinkValue"
- $ref: "#/components/schemas/SelectPropertyLinkValue"
- $ref: "#/components/schemas/MultiSelectPropertyLinkValue"
- $ref: "#/components/schemas/DatePropertyLinkValue"
- $ref: "#/components/schemas/FilesPropertyLinkValue"
- $ref: "#/components/schemas/CheckboxPropertyLinkValue"
- $ref: "#/components/schemas/UrlPropertyLinkValue"
- $ref: "#/components/schemas/EmailPropertyLinkValue"
- $ref: "#/components/schemas/PhonePropertyLinkValue"
- $ref: "#/components/schemas/ObjectsPropertyLinkValue"
type: object
PropertyResponse:
properties:
property:
$ref: "#/components/schemas/Property"
type: object
PropertyWithValue:
oneOf:
- $ref: "#/components/schemas/TextPropertyValue"
- $ref: "#/components/schemas/NumberPropertyValue"
- $ref: "#/components/schemas/SelectPropertyValue"
- $ref: "#/components/schemas/MultiSelectPropertyValue"
- $ref: "#/components/schemas/DatePropertyValue"
- $ref: "#/components/schemas/FilesPropertyValue"
- $ref: "#/components/schemas/CheckboxPropertyValue"
- $ref: "#/components/schemas/UrlPropertyValue"
- $ref: "#/components/schemas/EmailPropertyValue"
- $ref: "#/components/schemas/PhonePropertyValue"
- $ref: "#/components/schemas/ObjectsPropertyValue"
type: object
SearchRequest:
properties:
filters:
$ref: "#/components/schemas/FilterExpression"
query:
description: The text to search within object names and content; use types
field for type filtering
example: test
type: string
sort:
$ref: "#/components/schemas/SortOptions"
types:
description: The types of objects to include in results (e.g., "page", "task",
"bookmark"); see ListTypes endpoint for valid values
example:
- page
- task
- bookmark
items:
type: string
type: array
uniqueItems: false
type: object
SelectFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
property_key:
description: The property key to filter on
example: status
type: string
select:
description: Tag Id - for eq/ne/in conditions (single selection)
example: tag_id
type: string
type: object
SelectPropertyLinkValue:
properties:
key:
example: status
type: string
select:
description: The selected tag (by key, e.g., "important", or ID, e.g., "bafyrei...")
of the property; see ListTags endpoint for valid values
example: important
type: string
type: object
SelectPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: status
type: string
name:
description: The name of the property
example: Status
type: string
object:
description: The data model of the object
example: property
type: string
select:
$ref: "#/components/schemas/Tag"
type: object
Sort:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the sort
example: 67bf3f21cda9134102e2422c
type: string
property_key:
description: The property key used for sorting
example: name
type: string
sort_type:
description: The sort direction
enum:
- asc
- desc
- custom
example: asc
type: string
type: object
SortDirection:
default: desc
description: The direction to sort the search results by
enum:
- asc
- desc
type: string
x-enum-varnames:
- Asc
- Desc
SortOptions:
description: The sorting options for the search results
properties:
direction:
$ref: "#/components/schemas/SortDirection"
property_key:
$ref: "#/components/schemas/SortProperty"
type: object
SortProperty:
default: last_modified_date
description: The key of the property to sort the search results by
enum:
- created_date
- last_modified_date
- last_opened_date
- name
type: string
x-enum-varnames:
- CreatedDate
- LastModifiedDate
- LastOpenedDate
- Name
Space:
description: The space
properties:
description:
description: The description of the space
example: The local-first wiki
type: string
gateway_url:
description: The gateway url to serve files and media
example: http://127.0.0.1:31006
type: string
icon:
$ref: "#/components/schemas/Icon"
id:
description: The id of the space
example: bafyreigyfkt6rbv24sbv5aq2hko3bhmv5xxlf22b4bypdu6j7hnphm3psq.23me69r569oi1
type: string
name:
description: The name of the space
example: My Space
type: string
network_id:
description: The network id of the space
example: N83gJpVd9MuNRZAuJLZ7LiMntTThhPc6DtzWWVjb1M3PouVU
type: string
object:
description: The data model of the object
enum:
- space
- chat
example: space
type: string
type: object
SpaceResponse:
properties:
space:
$ref: "#/components/schemas/Space"
type: object
Tag:
description: The selected tag value of the property
properties:
color:
$ref: "#/components/schemas/Color"
id:
description: The id of the tag
example: bafyreiaixlnaefu3ci22zdenjhsdlyaeeoyjrsid5qhfeejzlccijbj7sq
type: string
key:
description: The key of the tag
example: 67b0d3e3cda913b84c1299b1
type: string
name:
description: The name of the tag
example: in-progress
type: string
object:
description: The data model of the object
example: tag
type: string
type: object
TagResponse:
properties:
tag:
$ref: "#/components/schemas/Tag"
type: object
TemplateResponse:
properties:
template:
$ref: "#/components/schemas/ObjectWithBody"
type: object
TextFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
property_key:
description: The property key to filter on
example: description
type: string
text:
description: The text value to filter by
example: Some text...
type: string
type: object
TextPropertyLinkValue:
properties:
key:
example: description
type: string
text:
description: The text value of the property
example: Some text...
type: string
type: object
TextPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: description
type: string
name:
description: The name of the property
example: Description
type: string
object:
description: The data model of the object
example: property
type: string
text:
description: The text value of the property
example: Some text...
type: string
type: object
Type:
description: The type of the object, or null if the type has been deleted.
nullable: true
properties:
archived:
description: Whether the type is archived
example: false
type: boolean
icon:
$ref: "#/components/schemas/Icon"
id:
description: The id of the type (which is unique across spaces)
example: bafyreigyb6l5szohs32ts26ku2j42yd65e6hqy2u3gtzgdwqv6hzftsetu
type: string
key:
description: The key of the type (can be the same across spaces for known
types)
example: page
type: string
layout:
description: The layout of the object
enum:
- basic
- profile
- action
- note
- bookmark
- set
- collection
- participant
type: string
x-enum-varnames:
- ObjectLayoutBasic
- ObjectLayoutProfile
- ObjectLayoutAction
- ObjectLayoutNote
- ObjectLayoutBookmark
- ObjectLayoutSet
- ObjectLayoutCollection
- ObjectLayoutParticipant
name:
description: The name of the type
example: Page
type: string
object:
description: The data model of the object
example: type
type: string
plural_name:
description: The plural name of the type
example: Pages
type: string
properties:
description: The properties linked to the type
items:
$ref: "#/components/schemas/Property"
type: array
uniqueItems: false
type: object
TypeLayout:
description: The layout of the type
enum:
- basic
- profile
- action
- note
type: string
x-enum-varnames:
- TypeLayoutBasic
- TypeLayoutProfile
- TypeLayoutAction
- TypeLayoutNote
TypeResponse:
properties:
type:
$ref: "#/components/schemas/Type"
type: object
UpdateObjectRequest:
properties:
icon:
$ref: "#/components/schemas/Icon"
markdown:
description: The updated body of the object
example: This is the updated body of the object. Markdown syntax is supported
here.
type: string
name:
description: The name of the object
example: My object
type: string
properties:
description: The properties to set for the object; see ListTypes or GetType
endpoints for linked properties
items:
$ref: "#/components/schemas/PropertyLinkWithValue"
type: array
uniqueItems: false
type_key:
description: The key of the type of object to set
example: page
type: string
type: object
UpdatePropertyRequest:
properties:
key:
description: The key to set for the property; ; should always be snake_case,
otherwise it will be converted to snake_case
example: some_user_defined_property_key
type: string
name:
description: The name to set for the property
example: Last modified date
type: string
required:
- name
type: object
UpdateSpaceRequest:
properties:
description:
description: The description of the space
example: The local-first wiki
type: string
name:
description: The name of the space
example: New Space
type: string
type: object
UpdateTagRequest:
properties:
color:
$ref: "#/components/schemas/Color"
key:
description: The key to set for the tag
example: in_progress
type: string
name:
description: The name to set for the tag
example: In progress
type: string
type: object
UpdateTypeRequest:
properties:
icon:
$ref: "#/components/schemas/Icon"
key:
description: The key to set for the type; should always be snake_case, otherwise
it will be converted to snake_case
example: some_user_defined_type_key
type: string
layout:
$ref: "#/components/schemas/TypeLayout"
name:
description: The name to set for the type
example: Page
type: string
plural_name:
description: The plural name to set for the type
example: Pages
type: string
properties:
description: The properties to set for the type
items:
$ref: "#/components/schemas/PropertyLink"
type: array
uniqueItems: false
type: object
UrlFilterItem:
properties:
condition:
$ref: "#/components/schemas/FilterCondition"
property_key:
description: The property key to filter on
example: source
type: string
url:
description: The Url value to filter by
example: https://example.com
type: string
type: object
UrlPropertyLinkValue:
properties:
key:
example: source
type: string
url:
description: The URL value of the property
example: https://example.com
type: string
type: object
UrlPropertyValue:
properties:
format:
$ref: "#/components/schemas/PropertyFormat"
id:
description: The id of the property
example: bafyreids36kpw5ppuwm3ce2p4ezb3ab7cihhkq6yfbwzwpp4mln7rcgw7a
type: string
key:
description: The key of the property
example: source
type: string
name:
description: The name of the property
example: Source
type: string
object:
description: The data model of the object
example: property
type: string
url:
description: The URL value of the property
example: https://example.com
type: string
type: object
View:
properties:
filters:
description: The list of filters
items:
$ref: "#/components/schemas/Filter"
type: array
uniqueItems: false
id:
description: The id of the view
example: 67bf3f21cda9134102e2422c
type: string
layout:
description: The layout of the view
enum:
- grid
- list
- gallery
- kanban
- calendar
- graph
example: grid
type: string
name:
description: The name of the view
example: All
type: string
sorts:
description: The list of sorts
items:
$ref: "#/components/schemas/Sort"
type: array
uniqueItems: false
type: object
PaginatedResponse-Member:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Member"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-Object:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Object"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-Property:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Property"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-Space:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Space"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-Tag:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Tag"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-Type:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/Type"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginatedResponse-View:
properties:
data:
description: The list of items in the current result set
items:
$ref: "#/components/schemas/View"
type: array
uniqueItems: false
pagination:
$ref: "#/components/schemas/PaginationMeta"
type: object
PaginationMeta:
description: The pagination metadata for the response
properties:
has_more:
description: Indicates if there are more items available beyond the current
result set
example: true
type: boolean
limit:
description: The maximum number of items returned in the result set
example: 100
type: integer
offset:
description: The number of items skipped before starting to collect the
result set
example: 0
type: integer
total:
description: The total number of items available for the endpoint
example: 1000
type: integer
type: object
ForbiddenError:
properties:
code:
example: forbidden
type: string
message:
example: Forbidden
type: string
object:
example: error
type: string
status:
example: 403
type: integer
type: object
GoneError:
properties:
code:
example: resource_gone
type: string
message:
example: Resource is gone
type: string
object:
example: error
type: string
status:
example: 410
type: integer
type: object
NotFoundError:
properties:
code:
example: object_not_found
type: string
message:
example: Resource not found
type: string
object:
example: error
type: string
status:
example: 404
type: integer
type: object
RateLimitError:
properties:
code:
example: rate_limit_exceeded
type: string
message:
example: Rate limit exceeded
type: string
object:
example: error
type: string
status:
example: 429
type: integer
type: object
ServerError:
properties:
code:
example: internal_server_error
type: string
message:
example: Internal server error
type: string
object:
example: error
type: string
status:
example: 500
type: integer
type: object
UnauthorizedError:
properties:
code:
example: unauthorized
type: string
message:
example: Unauthorized
type: string
object:
example: error
type: string
status:
example: 401
type: integer
type: object
ValidationError:
properties:
code:
example: bad_request
type: string
message:
example: Bad request
type: string
object:
example: error
type: string
status:
example: 400
type: integer
type: object
securitySchemes:
bearerauth:
bearerFormat: JWT
scheme: bearer
type: http
externalDocs:
description: OpenAPI
url: https://swagger.io/resources/open-api/
info:
contact:
email: support@anytype.io
name: Anytype Support
url: https://anytype.io/contact
description: This API enables seamless interaction with Anytype's resources - spaces,
objects, properties, types, templates, and beyond.
license:
name: Any Source Available License 1.0
url: https://github.com/anyproto/anytype-api/blob/main/LICENSE.md
termsOfService: https://anytype.io/terms_of_use
title: Anytype API
version: "2025-11-08"
openapi: 3.1.0
paths:
/v1/auth/api_keys:
post:
description: After receiving a `challenge_id` from the `/v1/auth/challenges`
endpoint, the client calls this endpoint to provide the corresponding 4-digit
code along with the challenge ID. The endpoint verifies that the challenge
solution is correct and, if it is, returns an `api_key`. This endpoint is
central to the authentication process, as it validates the user's identity
and issues a key that can be used for further interactions with the API.
operationId: create_api_key
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateApiKeyRequest"
description: The request body containing the challenge ID and code
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/CreateApiKeyResponse"
description: The API key that can be used in the Authorization header for
subsequent requests
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
summary: Create API Key
tags:
- Auth
/v1/auth/challenges:
post:
description: Generates a one-time authentication challenge for granting API
access to the user's vault. Upon providing a valid `app_name`, the server
issues a unique `challenge_id` and displays a 4-digit code within the Anytype
Desktop. The `challenge_id` must then be used with the `/v1/auth/api_keys`
endpoint to solve the challenge and retrieve an authentication token. This
mechanism ensures that only trusted applications and authorized users gain
access.
operationId: create_auth_challenge
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateChallengeRequest"
description: The request body containing the app name
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/CreateChallengeResponse"
description: The challenge ID associated with the started challenge
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
summary: Create Challenge
tags:
- Auth
/v1/search:
post:
description: 'Executes a global search over all spaces accessible to the authenticated
user. The request body must specify the `query` text (currently matching only
name and snippet of an object), optional filters on types (e.g., "page", "task"),
and sort directives (default: descending by last modified date). Pagination
is controlled via `offset` and `limit` query parameters to facilitate lazy
loading in client UIs. The response returns a unified list of matched objects
with their metadata and properties.'
operationId: search_global
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/SearchRequest"
description: The search parameters used to filter and sort the results
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Object"
description: The list of objects matching the search criteria
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Search objects across all spaces
tags:
- Search
/v1/spaces:
get:
description: |-
Retrieves a paginated list of all spaces that are accessible by the authenticated user. Each space record contains detailed information such as the space ID, name, icon (derived either from an emoji or image URL), and additional metadata. This endpoint is key to displaying a user's workspaces.
Supports dynamic filtering via query parameters (e.g., ?name[contains]=project). See FilterCondition enum for available conditions.
operationId: list_spaces
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Space"
description: The list of spaces accessible by the authenticated user
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List spaces
tags:
- Spaces
post:
description: Creates a new space based on a supplied name and description in
the JSON request body. The endpoint is subject to rate limiting and automatically
applies default configurations such as generating a random icon and initializing
the workspace with default settings (for example, a default dashboard or home
page). On success, the new spaces full metadata is returned, enabling the
client to immediately switch context to the new internal.
operationId: create_space
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateSpaceRequest"
description: The space to create
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/SpaceResponse"
description: The created space
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Create space
tags:
- Spaces
/v1/spaces/{space_id}:
get:
description: Fetches full details about a single space identified by its space
ID. The response includes metadata such as the space name, icon, and various
workspace IDs (home, archive, profile, etc.). This detailed view supports
use cases such as displaying space-specific settings.
operationId: get_space
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to retrieve; must be retrieved from ListSpaces
endpoint
in: path
name: space_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/SpaceResponse"
description: The space details
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Space not found
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get space
tags:
- Spaces
patch:
description: Updates the name or description of an existing space. The request
body should contain the new name and/or description in JSON format. This endpoint
is useful for renaming or rebranding a workspace without needing to recreate
it. The updated spaces metadata is returned in the response.
operationId: update_space
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to update; must be retrieved from ListSpaces
endpoint
in: path
name: space_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/UpdateSpaceRequest"
description: The space details to update
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/SpaceResponse"
description: The updated space
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Space not found
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Update space
tags:
- Spaces
/v1/spaces/{space_id}/lists/{list_id}/objects:
post:
description: Adds one or more objects to a specific list (collection only) by
submitting a JSON array of object IDs. Upon success, the endpoint returns
a confirmation message. This endpoint is vital for building user interfaces
that allow draganddrop or multiselect additions to collections, enabling
users to dynamically manage their collections without needing to modify the
underlying object data.
operationId: add_list_objects
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the list belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: "The ID of the list to which objects will be added; must be retrieved
from SearchSpace endpoint with types: ['collection', 'set']"
in: path
name: list_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/AddObjectsToListRequest"
description: The list of object IDs to add to the list; must be retrieved
from SearchSpace or GlobalSearch endpoints or obtained from response context
required: true
responses:
"200":
content:
application/json:
schema:
type: string
description: Objects added successfully
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Not found
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Add objects to list
tags:
- Lists
/v1/spaces/{space_id}/lists/{list_id}/objects/{object_id}:
delete:
description: Removes a given object from the specified list (collection only)
in a space. The endpoint takes the space, list, and object identifiers as
path parameters and is subject to rate limiting. It is used for dynamically
managing collections without affecting the underlying object data.
operationId: remove_list_object
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the list belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: "The ID of the list from which the object will be removed; must
be retrieved from SearchSpace endpoint with types: ['collection', 'set']"
in: path
name: list_id
required: true
schema:
type: string
- description: The ID of the object to remove from the list; must be retrieved
from SearchSpace or GlobalSearch endpoints or obtained from response context
in: path
name: object_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
type: string
description: Objects removed successfully
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Not found
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Remove object from list
tags:
- Lists
/v1/spaces/{space_id}/lists/{list_id}/views:
get:
description: Returns a paginated list of views defined for a specific list (query
or collection) within a space. Each view includes details such as layout,
applied filters, and sorting options, enabling clients to render the list
according to user preferences and context. This endpoint is essential for
applications that need to display lists in various formats (e.g., grid, table)
or with different sorting/filtering criteria.
operationId: get_list_views
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the list belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: "The ID of the list to retrieve views for; must be retrieved
from SearchSpace endpoint with types: ['collection', 'set']"
in: path
name: list_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-View"
description: The list of views associated with the specified list
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Not found
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get list views
tags:
- Lists
/v1/spaces/{space_id}/lists/{list_id}/views/{view_id}/objects:
get:
description: |-
Returns a paginated list of objects associated with a specific list (query or collection) within a space. When a view ID is provided, the objects are filtered and sorted according to the view's configuration. If no view ID is specified, all list objects are returned without filtering and sorting. This endpoint helps clients to manage grouped objects (for example, tasks within a list) by returning information for each item of the list.
Supports dynamic filtering via query parameters (e.g., ?done=false, ?created_date[gte]=2024-01-01, ?tags[in]=urgent,important). For select/tag properties use tag keys, for object properties use object IDs. See FilterCondition enum for available conditions.
operationId: get_list_objects
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the list belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: "The ID of the list to retrieve objects for; must be retrieved
from SearchSpace endpoint with types: ['collection', 'set']"
in: path
name: list_id
required: true
schema:
type: string
- description: The ID of the view to retrieve objects for; must be retrieved
from ListViews endpoint or omitted if you want to get all objects in the
list
in: path
name: view_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Object"
description: The list of objects associated with the specified list
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Not found
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get objects in list
tags:
- Lists
/v1/spaces/{space_id}/members:
get:
description: |-
Returns a paginated list of members belonging to the specified space. Each member record includes the member's profile ID, name, icon (which may be derived from an emoji or image), network identity, global name, status (e.g. joining, active) and role (e.g. Viewer, Editor, Owner). This endpoint supports collaborative features by allowing clients to show who is in a space and manage access rights.
Supports dynamic filtering via query parameters (e.g., ?name[ne]=john). See FilterCondition enum for available conditions.
operationId: list_members
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to list members for; must be retrieved from
ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Member"
description: The list of members in the space
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List members
tags:
- Members
/v1/spaces/{space_id}/members/{member_id}:
get:
description: Fetches detailed information about a single member within a space.
The endpoint returns the members identifier, name, icon, identity, global
name, status and role. The member_id path parameter can be provided as either
the member's ID (starting with `_participant`) or the member's identity.
This is useful for user profile pages, permission management, and displaying
member-specific information in collaborative environments.
operationId: get_member
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to get the member from; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: Member ID or Identity; must be retrieved from ListMembers endpoint
or obtained from response context
in: path
name: member_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/MemberResponse"
description: The member details
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Member not found
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get member
tags:
- Members
/v1/spaces/{space_id}/objects:
get:
description: |-
Retrieves a paginated list of objects in the given space. The endpoint takes query parameters for pagination (offset and limit) and returns detailed data about each object including its ID, name, icon, type information, a snippet of the content (if applicable), layout, space ID, blocks and details. It is intended for building views where users can see all objects in a space at a glance.
Supports dynamic filtering via query parameters (e.g., ?done=false, ?created_date[gte]=2024-01-01, ?tags[in]=urgent,important). For select/multi_select properties you can use either tag keys or tag IDs, for object properties use object IDs. See FilterCondition enum for available conditions.
operationId: list_objects
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which to list objects; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Object"
description: The list of objects in the specified space
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List objects
tags:
- Objects
post:
description: Creates a new object in the specified space using a JSON payload.
The creation process is subject to rate limiting. The payload must include
key details such as the object name, icon, description, body content (which
may support Markdown), source URL (required for bookmark objects), template
identifier, and the type_key (which is the non-unique identifier of the type
of object to create). Post-creation, additional operations (like setting featured
properties or fetching bookmark metadata) may occur. The endpoint then returns
the full object data, ready for further interactions.
operationId: create_object
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which to create the object; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateObjectRequest"
description: The object to create
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/ObjectResponse"
description: The created object
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Create object
tags:
- Objects
/v1/spaces/{space_id}/objects/{object_id}:
delete:
description: This endpoint “deletes” an object by marking it as archived. The
deletion process is performed safely and is subject to rate limiting. It returns
the objects details after it has been archived. Proper error handling is
in place for situations such as when the object isnt found or the deletion
cannot be performed because of permission issues.
operationId: delete_object
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which the object exists; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the object to delete; must be retrieved from ListObjects,
SearchSpace or GlobalSearch endpoints or obtained from response context
in: path
name: object_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/ObjectResponse"
description: The deleted object
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Delete object
tags:
- Objects
get:
description: Fetches the full details of a single object identified by the object
ID within the specified space. The response includes not only basic metadata
(ID, name, icon, type) but also the complete set of blocks (which may include
text, files, properties and dataviews) and extra details (such as timestamps
and linked member information). This endpoint is essential when a client needs
to render or edit the full object view.
operationId: get_object
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which the object exists; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the object to retrieve; must be retrieved from ListObjects,
SearchSpace or GlobalSearch endpoints or obtained from response context
in: path
name: object_id
required: true
schema:
type: string
- description: The format to return the object body in
in: query
name: format
schema:
default: md
enum:
- md
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/ObjectResponse"
description: The retrieved object
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get object
tags:
- Objects
patch:
description: This endpoint updates an existing object in the specified space
using a JSON payload. The update process is subject to rate limiting. The
payload must include the details to be updated. The endpoint then returns
the full object data, ready for further interactions.
operationId: update_object
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which the object exists; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the object to update; must be retrieved from ListObjects,
SearchSpace or GlobalSearch endpoints or obtained from response context
in: path
name: object_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/UpdateObjectRequest"
description: The details of the object to update
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/ObjectResponse"
description: The updated object
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Update object
tags:
- Objects
/v1/spaces/{space_id}/properties:
get:
description: |-
Retrieves a paginated list of properties available within a specific space. Each property record includes its unique identifier, name and format. This information is essential for clients to understand the available properties for filtering or creating objects.
Supports dynamic filtering via query parameters (e.g., ?name[contains]=date). See FilterCondition enum for available conditions.
operationId: list_properties
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to list properties for; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Property"
description: The list of properties in the specified space
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List properties
tags:
- Properties
post:
description: Creates a new property in the specified space using a JSON payload.
The creation process is subject to rate limiting. The payload must include
property details such as the name and format. The endpoint then returns the
full property data, ready for further interactions.
operationId: create_property
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to create the property in; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreatePropertyRequest"
description: The property to create
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/PropertyResponse"
description: The created property
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Create property
tags:
- Properties
/v1/spaces/{space_id}/properties/{property_id}:
delete:
description: This endpoint "deletes" a property by marking it as archived. The
deletion process is performed safely and is subject to rate limiting. It returns
the propertys details after it has been archived. Proper error handling is
in place for situations such as when the property isnt found or the deletion
cannot be performed because of permission issues.
operationId: delete_property
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the property belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to delete; must be retrieved from ListProperties
endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PropertyResponse"
description: The deleted property
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Delete property
tags:
- Properties
get:
description: Fetches detailed information about one specific property by its
ID. This includes the propertys unique identifier, name and format. This
detailed view assists clients in showing property options to users and in
guiding the user interface (such as displaying appropriate input fields or
selection options).
operationId: get_property
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the property belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to retrieve; must be retrieved from ListProperties
endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PropertyResponse"
description: The requested property
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get property
tags:
- Properties
patch:
description: This endpoint updates an existing property in the specified space
using a JSON payload. The update process is subject to rate limiting. The
payload must include the name to be updated. The endpoint then returns the
full property data, ready for further interactions.
operationId: update_property
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the property belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to update; must be retrieved from ListProperties
endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/UpdatePropertyRequest"
description: The property to update
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PropertyResponse"
description: The updated property
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Update property
tags:
- Properties
/v1/spaces/{space_id}/properties/{property_id}/tags:
get:
description: |-
This endpoint retrieves a paginated list of tags available for a specific property within a space. Each tag record includes its unique identifier, name, and color. This information is essential for clients to display select or multi-select options to users when they are creating or editing objects. The endpoint also supports pagination through offset and limit parameters.
Supports dynamic filtering via query parameters (e.g., ?name[contains]=urgent). See FilterCondition enum for available conditions.
operationId: list_tags
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to list tags for; must be retrieved from
ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to list tags for; must be retrieved from
ListProperties endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Tag"
description: The list of tags
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Property not found
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List tags
tags:
- Tags
post:
description: This endpoint creates a new tag for a given property id in a space.
The creation process is subject to rate limiting. The tag is identified by
its unique identifier within the specified space. The request must include
the tag's name and color. The response includes the tag's details such as
its ID, name, and color. This is useful for clients when users want to add
new tag options to a property.
operationId: create_tag
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to create the tag in; must be retrieved from
ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to create the tag for; must be retrieved
from ListProperties endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateTagRequest"
description: The tag to create
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/TagResponse"
description: The created tag
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Create tag
tags:
- Tags
/v1/spaces/{space_id}/properties/{property_id}/tags/{tag_id}:
delete:
description: This endpoint “deletes” a tag by marking it as archived. The deletion
process is performed safely and is subject to rate limiting. It returns the
tags details after it has been archived. Proper error handling is in place
for situations such as when the tag isnt found or the deletion cannot be
performed because of permission issues.
operationId: delete_tag
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to delete the tag from; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to delete the tag for; must be retrieved
from ListProperties endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
- description: The ID of the tag to delete; must be retrieved from ListTags
endpoint or obtained from response context
in: path
name: tag_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TagResponse"
description: The deleted tag
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Delete tag
tags:
- Tags
get:
description: This endpoint retrieves a tag for a given property id. The tag
is identified by its unique identifier within the specified space. The response
includes the tag's details such as its ID, name, and color. This is useful
for clients to display or when editing a specific tag option.
operationId: get_tag
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to retrieve the tag from; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to retrieve the tag for; must be retrieved
from ListProperties endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
- description: The ID of the tag to retrieve; must be retrieved from ListTags
endpoint or obtained from response context
in: path
name: tag_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TagResponse"
description: The retrieved tag
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get tag
tags:
- Tags
patch:
description: This endpoint updates a tag for a given property id in a space.
The update process is subject to rate limiting. The tag is identified by its
unique identifier within the specified space. The request must include the
tag's name and color. The response includes the tag's details such as its
ID, name, and color. This is useful for clients when users want to edit existing
tags for a property.
operationId: update_tag
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to update the tag in; must be retrieved from
ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the property to update the tag for; must be retrieved
from ListProperties endpoint or obtained from response context
in: path
name: property_id
required: true
schema:
type: string
- description: The ID of the tag to update; must be retrieved from ListTags
endpoint or obtained from response context
in: path
name: tag_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/UpdateTagRequest"
description: The tag to update
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TagResponse"
description: The updated tag
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Update tag
tags:
- Tags
/v1/spaces/{space_id}/search:
post:
description: Performs a search within a single space (specified by the `space_id`
path parameter). Like the global search, it accepts pagination parameters
and a JSON payload containing the search `query`, `types`, and sorting preferences.
The search is limited to the provided space and returns a list of objects
that match the query. This allows clients to implement spacespecific filtering
without having to process extraneous results.
operationId: search_space
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to search in; must be retrieved from ListSpaces
endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/SearchRequest"
description: The search parameters used to filter and sort the results
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Object"
description: The list of objects matching the search criteria
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Search objects within a space
tags:
- Search
/v1/spaces/{space_id}/types:
get:
description: |-
This endpoint retrieves a paginated list of types (e.g. 'Page', 'Note', 'Task') available within the specified space. Each type's record includes its unique identifier, type key, display name, icon, and layout. While a type's id is truly unique, a type's key can be the same across spaces for known types, e.g. 'page' for 'Page'. Clients use this information when offering choices for object creation or for filtering objects by type through search.
Supports dynamic filtering via query parameters (e.g. ?name[contains]=task). See FilterCondition enum for available conditions.
operationId: list_types
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to retrieve types from; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Type"
description: The list of types
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List types
tags:
- Types
post:
description: Creates a new type in the specified space using a JSON payload.
The creation process is subject to rate limiting. The payload must include
type details such as the name, icon, and layout. The endpoint then returns
the full type data, ready to be used for creating objects.
operationId: create_type
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which to create the type; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/CreateTypeRequest"
description: The type to create
required: true
responses:
"201":
content:
application/json:
schema:
$ref: "#/components/schemas/TypeResponse"
description: The created type
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Create type
tags:
- Types
/v1/spaces/{space_id}/types/{type_id}:
delete:
description: This endpoint “deletes” an type by marking it as archived. The
deletion process is performed safely and is subject to rate limiting. It returns
the types details after it has been archived. Proper error handling is in
place for situations such as when the type isnt found or the deletion cannot
be performed because of permission issues.
operationId: delete_type
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space from which to delete the type; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the type to delete; must be retrieved from ListTypes
endpoint or obtained from response context
in: path
name: type_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TypeResponse"
description: The deleted type
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"403":
content:
application/json:
schema:
$ref: "#/components/schemas/ForbiddenError"
description: Forbidden
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Delete type
tags:
- Types
get:
description: Fetches detailed information about one specific type by its ID.
This includes the types unique key, name, icon, and layout. This detailed
view assists clients in understanding the expected structure and style for
objects of that type and in guiding the user interface (such as displaying
appropriate icons or layout hints).
operationId: get_type
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space from which to retrieve the type; must be
retrieved from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the type to retrieve; must be retrieved from ListTypes
endpoint or obtained from response context
in: path
name: type_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TypeResponse"
description: The requested type
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get type
tags:
- Types
patch:
description: This endpoint updates an existing type in the specified space using
a JSON payload. The update process is subject to rate limiting. The payload
must include the name and properties to be updated. The endpoint then returns
the full type data, ready for further interactions.
operationId: update_type
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space in which the type exists; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the type to update; must be retrieved from ListTypes
endpoint or obtained from response context
in: path
name: type_id
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/UpdateTypeRequest"
description: The type details to update
required: true
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TypeResponse"
description: The updated type
"400":
content:
application/json:
schema:
$ref: "#/components/schemas/ValidationError"
description: Bad request
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"429":
content:
application/json:
schema:
$ref: "#/components/schemas/RateLimitError"
description: Rate limit exceeded
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Update type
tags:
- Types
/v1/spaces/{space_id}/types/{type_id}/templates:
get:
description: |-
This endpoint returns a paginated list of templates that are associated with a specific type within a space. Templates provide preconfigured structures for creating new objects. Each template record contains its identifier, name, and icon, so that clients can offer users a selection of templates when creating objects.
Supports dynamic filtering via query parameters (e.g., ?name[contains]=invoice). See FilterCondition enum for available conditions.
operationId: list_templates
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the type belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the type to retrieve templates for; must be retrieved
from ListTypes endpoint or obtained from response context
in: path
name: type_id
required: true
schema:
type: string
- description: The number of items to skip before starting to collect the result
set
in: query
name: offset
schema:
default: 0
type: integer
- description: The number of items to return
in: query
name: limit
schema:
default: 100
maximum: 1000
type: integer
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/PaginatedResponse-Object"
description: List of templates
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: List templates
tags:
- Templates
/v1/spaces/{space_id}/types/{type_id}/templates/{template_id}:
get:
description: Fetches full details for one template associated with a particular
type in a space. The response provides the templates identifier, name, icon,
and any other relevant metadata. This endpoint is useful when a client needs
to preview or apply a template to prefill object creation fields.
operationId: get_template
parameters:
- description: The version of the API to use
in: header
name: Anytype-Version
required: true
schema:
default: "2025-11-08"
type: string
- description: The ID of the space to which the template belongs; must be retrieved
from ListSpaces endpoint
in: path
name: space_id
required: true
schema:
type: string
- description: The ID of the type to which the template belongs; must be retrieved
from ListTypes endpoint or obtained from response context
in: path
name: type_id
required: true
schema:
type: string
- description: The ID of the template to retrieve; must be retrieved from ListTemplates
endpoint or obtained from response context
in: path
name: template_id
required: true
schema:
type: string
responses:
"200":
content:
application/json:
schema:
$ref: "#/components/schemas/TemplateResponse"
description: The requested template
"401":
content:
application/json:
schema:
$ref: "#/components/schemas/UnauthorizedError"
description: Unauthorized
"404":
content:
application/json:
schema:
$ref: "#/components/schemas/NotFoundError"
description: Resource not found
"410":
content:
application/json:
schema:
$ref: "#/components/schemas/GoneError"
description: Resource deleted
"500":
content:
application/json:
schema:
$ref: "#/components/schemas/ServerError"
description: Internal server error
security:
- bearerauth: []
summary: Get template
tags:
- Templates
servers:
- url: http://127.0.0.1:31009