Get Insights Folder Details
GET
/api/v1/insights/folders/{folder_id}Authentication
Syllable-API-KeyrequiredSend Syllable-API-Key in the header.
Need a credential? Create or manage an API token in the Syllable Console.
Parameters
Path parameters
folder_id
integer
path
required
Responses
200Successful Response
application/json
response
FolderDetails
required
8 fields
namestringrequiredHuman-readable name of insight folder
labelstring | nulloptionaloptional label assigned to insight folder
descriptionstring | nulloptionalText description of insight upload folder
idintegerrequiredSystem-assign folder ID
created_atstring (date-time)optionalTimestamp at which insight upload folder was created
updated_atstring (date-time)optionalTimestamp at which insight upload folder was last updated
last_updated_bystringrequiredEmail of user who last updated upload folder
folder_statsobjectrequiredMeta-data of insight upload files associated with the folder
1 field
{key}string | integer | numberoptional3 options
Option 1stringoptionalOption 2integeroptionalOption 3numberoptionalResponse example
{
"name": "string",
"label": "string",
"description": "string",
"id": 0,
"created_at": "string",
"updated_at": "string",
"last_updated_by": "string",
"folder_stats": "string"
}422Validation Error
application/json
response
HTTPValidationError
required
1 field
detailValidationError[]optionalItem schema
itemsValidationErrorrequired3 fields
locstring | integer[]requiredItem schema
itemsstring | integerrequired2 options
Option 1stringrequiredOption 2integerrequiredmsgstringrequiredtypestringrequiredResponse example
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
