Vigilfield Docs
API referenceFolders

Folder_get

GET/folders/{id}

Path Parameters

id*string

Folder id

Response Body

application/json

curl -X GET "https://example.com/folders/string"
{  "created_at": "string",  "description": "string",  "id": "string",  "investigation_count": 0,  "name": "string",  "org_id": "string",  "owner_team_id": "string",  "parent_id": "string",  "updated_at": "string"}