v1

latestOpenAPI 3.0.02026-07-24234471.0 KB
Project

Retrieve a project by Id

Retrieves a project by Id

get/project/{id}

Path parameters

idinteger required

ID is a generic type that is used to represent a unique identifier

Example:4455

Workspace Member ID

Response

Ok

idinteger required

ID is a generic type that is used to represent a unique identifier

namestring required

Project name

urlstring uri

Project url

logostring uri

Logo url

isArchivedboolean required

If true, the project has been archived

An archived project is not accessible in Userback and will eventually be deleted

createdstring date-time required

The date and time when the project was created in RFC 3339 format

createdByinteger required

ID is a generic type that is used to represent a unique identifier

projectType'feedback' | 'survey' required

Project type

Example response

{
  "id": 4455,
  "createdBy": 4455,
  "Members": [
    {
      "id": 4455,
      "userId": 4455
    }
  ]
}