Get folder
GET/folders/:id
Get folder
Request
Path Parameters
id stringrequired
Query Parameters
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
id stringnullable
name stringnullable
projectCount int64nullable
createdBy stringnullable
automaticRenew boolean
autoRenewDeviceId stringnullable
autoRenewMonths int64nullable
renewAllowed boolean
dueDate date-timenullable
creationDate date-timenullable
userReseller boolean
ownerId stringnullable
default boolean
{
"id": "string",
"name": "string",
"projectCount": 0,
"createdBy": "string",
"automaticRenew": true,
"autoRenewDeviceId": "string",
"autoRenewMonths": 0,
"renewAllowed": true,
"dueDate": "2024-07-29T15:51:28.071Z",
"creationDate": "2024-07-29T15:51:28.071Z",
"userReseller": true,
"ownerId": "string",
"default": true
}
- Schema
- Example (from schema)
Schema
id stringnullable
name stringnullable
projectCount int64nullable
createdBy stringnullable
automaticRenew boolean
autoRenewDeviceId stringnullable
autoRenewMonths int64nullable
renewAllowed boolean
dueDate date-timenullable
creationDate date-timenullable
userReseller boolean
ownerId stringnullable
default boolean
{
"id": "string",
"name": "string",
"projectCount": 0,
"createdBy": "string",
"automaticRenew": true,
"autoRenewDeviceId": "string",
"autoRenewMonths": 0,
"renewAllowed": true,
"dueDate": "2024-07-29T15:51:28.071Z",
"creationDate": "2024-07-29T15:51:28.071Z",
"userReseller": true,
"ownerId": "string",
"default": true
}
- Schema
- Example (from schema)
Schema
id stringnullable
name stringnullable
projectCount int64nullable
createdBy stringnullable
automaticRenew boolean
autoRenewDeviceId stringnullable
autoRenewMonths int64nullable
renewAllowed boolean
dueDate date-timenullable
creationDate date-timenullable
userReseller boolean
ownerId stringnullable
default boolean
{
"id": "string",
"name": "string",
"projectCount": 0,
"createdBy": "string",
"automaticRenew": true,
"autoRenewDeviceId": "string",
"autoRenewMonths": 0,
"renewAllowed": true,
"dueDate": "2024-07-29T15:51:28.071Z",
"creationDate": "2024-07-29T15:51:28.071Z",
"userReseller": true,
"ownerId": "string",
"default": 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...