List folders
GET/folders
List folders
Request
Query Parameters
filter string
sort string
projection string
offset int32
limit int32
api-version string
The requested API version
Default value:
1Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
total int64
self stringnullable
prev stringnullable
next stringnullable
first stringnullable
last stringnullable
values
object[]
id stringnullable
name stringnullable
createdBy stringnullable
ownerId stringnullable
creationDate date-timenullable
automaticRenew boolean
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"id": "string",
"name": "string",
"createdBy": "string",
"ownerId": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"automaticRenew": true
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
total int64
self stringnullable
prev stringnullable
next stringnullable
first stringnullable
last stringnullable
values
object[]
id stringnullable
name stringnullable
createdBy stringnullable
ownerId stringnullable
creationDate date-timenullable
automaticRenew boolean
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"id": "string",
"name": "string",
"createdBy": "string",
"ownerId": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"automaticRenew": true
}
]
}
- Schema
- Example (from schema)
Schema
Array [
]
total int64
self stringnullable
prev stringnullable
next stringnullable
first stringnullable
last stringnullable
values
object[]
id stringnullable
name stringnullable
createdBy stringnullable
ownerId stringnullable
creationDate date-timenullable
automaticRenew boolean
{
"total": 0,
"self": "string",
"prev": "string",
"next": "string",
"first": "string",
"last": "string",
"values": [
{
"id": "string",
"name": "string",
"createdBy": "string",
"ownerId": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"automaticRenew": true
}
]
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
property name* any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error
Loading...