Activepieces home pagelight logodark logo
  • Github
  • Get Started
  • Get Started
Learn
Develop Pieces
Deploy
API
  • Discord
  • Pieces
  • Get Started
    • Overview
    Endpoints
    • Projects
      • Project Schema
      • POST
        Create Project
      • POST
        Update Project
      • GET
        List Projects
    • Project Members
    • Connections
    • Flows
    • 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",
      "type": "PLATFORM_MANAGED",
      "platformId": "<string>",
      "externalId": "<string>",
      "plan": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "stripeSubscriptionId": "<string>",
        "subscriptionStartDatetime": "<string>",
        "flowPlanName": "<string>",
        "minimumPollingInterval": 123,
        "connections": 123,
        "teamMembers": 123,
        "tasks": 123,
        "tasksPerDay": 123
      },
      "usage": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "consumedTasks": 123,
        "connections": 123,
        "teamMembers": 123,
        "consumedTasksToday": 123,
        "nextResetDatetime": "<string>"
      }
    }
    Assistant
    Responses are generated using AI and may contain mistakes.