/
/Bitrix24 REST V3 API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
humanresources36
mail34
main5
note25
  • post/note.collection.list
  • post/note.collection.get
  • post/note.collection.add
  • post/note.collection.update
  • post/note.collection.archive
  • post/note.collection.delete
  • post/note.document.get
  • post/note.document.add
  • post/note.document.update
  • post/note.document.archive
  • post/note.document.delete
  • post/note.document.tree.list
  • post/note.document.search.list
  • post/note.file.add
  • post/note.file.get
  • post/note.collection.field.list
  • post/note.collection.field.get
  • post/note.document.field.list
  • post/note.document.field.get
  • post/note.document.tree.field.list
  • post/note.document.tree.field.get
  • post/note.document.search.field.list
  • post/note.document.search.field.get
  • post/note.file.field.list
  • post/note.file.field.get
rest45
tasks19
timeman3
vibecodeconnector12
  • postBatch request
note

post/note.document.search.field.get

Request body

namestring required
selectstring[]

Example request

{
  "name": "string",
  "select": [
    "name",
    "type",
    "title",
    "description",
    "validationRules",
    "requiredGroups",
    "filterable",
    "sortable",
    "editable",
    "multiple",
    "elementType"
  ]
}

Response

Success response

Changes