Activepieces home pagelight logodark logo
  • GitHub
  • Get Started
  • Get Started
  • Documentation
  • Deploy
  • Develop Pieces
  • API
  • Discord
  • Pieces
  • Handbook
  • Get Started
    • Overview
    Endpoints
    • Projects
      • Project Schema
      • POST
        Create Project
      • POST
        Update Project
      • GET
        List Projects
    • Project Members
    • Connections
    • Flows
    • Flow Runs
    • Pieces
    • Git Sync
    Projects

    Project Schema

    The schema is of type object.

    Suggest editsRaise issue
    OverviewCreate Project
    websitegithubdiscord
    Powered by Mintlify
    Copy
    Ask AI
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "ownerId": "<string>",
      "displayName": "<string>",
      "notifyStatus": "NEVER",
      "platformId": "<string>",
      "externalId": "<string>",
      "usage": {
        "tasks": 123,
        "teamMembers": 123
      },
      "plan": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "name": "<string>",
        "minimumPollingInterval": 123,
        "piecesFilterType": "NONE",
        "pieces": [
          "<string>"
        ],
        "connections": 123,
        "teamMembers": 123,
        "tasks": 123
      }
    }
    Assistant
    Responses are generated using AI and may contain mistakes.