/
DE
defra
/
Twiki API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2y ago
Details
Filter operations
project
4
get
Get all projects
post
Create a new project
get
Get a project by ID
get
Get an overview of a project
session
3
step
2
thread
2
project
Create a new project
post
/project
Request body
object
required
name
string
required
Example request
{ "name": "My Project" }
Response
Project created
object
required
id
string
name
string
created_on
string
date-time
Example response
{ "name": "My Project" }
Changes