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
idstringnullable
namestringnullable
projectCountint64nullable
createdBystringnullable
automaticRenewboolean
autoRenewDeviceIdstringnullable
autoRenewMonthsint64nullable
renewAllowedboolean
dueDatedate-timenullable
creationDatedate-timenullable
userResellerboolean
ownerIdstringnullable
defaultboolean
{
"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
idstringnullable
namestringnullable
projectCountint64nullable
createdBystringnullable
automaticRenewboolean
autoRenewDeviceIdstringnullable
autoRenewMonthsint64nullable
renewAllowedboolean
dueDatedate-timenullable
creationDatedate-timenullable
userResellerboolean
ownerIdstringnullable
defaultboolean
{
"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
idstringnullable
namestringnullable
projectCountint64nullable
createdBystringnullable
automaticRenewboolean
autoRenewDeviceIdstringnullable
autoRenewMonthsint64nullable
renewAllowedboolean
dueDatedate-timenullable
creationDatedate-timenullable
userResellerboolean
ownerIdstringnullable
defaultboolean
{
"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
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error