Create Project


POST /api/project

Create a project.

Endpoint URL

https://<space_id>.repsona.com/api/project

Authorization

Owner Admin

Body parameters

NameTypeDescription
namestringProject name
fullNamestringFull name (official name)
purposestringProject purpose

Example responses

{
  "requestedBy": 1,
  "project": {
    "createdAt": 1672498800000,
    "updatedAt": 1672498800000,
    "id": 1746,
    "name": "elephant-website-862rt",
    "fullName": "Elephant website development project",
    "purpose": "Investigating elephant ecology.",
    "avatarUrl": "",
    "productImageUrl": "",
    "sortOrder": 0,
    "free": false,
    "isClosed": false,
    "isPublic": false,
    "extra": null,
    "space": 1
  }
}

Human-centered, best team!

Repsona is an ideal work management tool for your team
Get started for free