/
OP
openid
/
AuthZEN Todo
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
Standard Todo List Endpoints
5
get
Get user
get
Get all todos
post
Create Todo
put
Update Todo
delete
Delete Todo
Standard Todo List Endpoints
Get all todos
Gets all the todos in the todo list.
get
/todos
Response
A list of todos
TodoObject[]
required
ID
integer
required
OwnerID
integer
required
Title
string
required
Completed
boolean
required
Changes