Enspace
  1. Types
Enspace
  • Introduction
  • Authentication
  • Concepts
  • First Steps
  • Workspaces
    • Types
      • Fields
        • List Fields
        • Create Field
        • Get Field
        • Field Updated
        • Delete Field
      • Items
        • List Items
        • Create Item
        • Count Items
        • Get Item
        • Update Item
        • Delete item
      • List Types
        GET
      • Count Types
        GET
      • Get specific Type
        GET
      • Create Type
        POST
      • Update Type
        PUT
      • Delete Type
        DELETE
    • Members
      • List Members
      • Count Members
      • Get Member
      • New Member
      • Update Member
      • Remove Member
    • Roles
      • List roles
      • Create role
      • Get specific job title
      • Count positions
      • Update job title
      • Delete role
      • List Role Permissions
      • Add Permission to Role
      • Remove Role Permission
    • Member Groups
      • List groups
      • New group
      • Get group
      • Update group
      • Delete group
      • Add Users
      • Remove Users
    • List Workspaces
      GET
    • Workspace Context
      GET
    • New Workspace
      POST
    • Leave the workspace
      POST
    • Workspace Statistics
      GET
    • Workspace Deletion Preview
      GET
    • Delete Workspace
      DELETE
  • User
    • Audit Logs
      GET
    • List API Keys
      GET
  1. Types

Fields

In ENSPACE, fields function like columns in a spreadsheet: they define the type of information that will be stored in each item, such as texts, numbers, dates, selections, among others.

There are two main types#

Native fields – are already configured in the system
Custom fields – created by the user according to the workspace’s needs
Fields allow you to structure data in a precise and adaptable way, ensuring that each category has exactly the information necessary for its use.

Structure via API#

List Category Fields#

Structure of a Field#

{
  "id": 1,
   "name": "Product Name",
   "slug": "product_name",
   "type": "text",
   "required": true,
   "position": 1,
   "active": true
}

The endpoints in this folder allow you to manage creation, editing, listing and removal.
For more information, see official documentation
Página anterior
Workspaces
Próxima página
List Fields
Built with