/folders
folders:read
Header'lar
Authorization
*API key. Format: Bearer xpl_live_...
Query parametreleri
socialSetId
Narrows results to one Social Set id.
query
Search by folder name. Maximum 120 characters.
limit
Number of records per page. Default is 50, maximum is 100.
cursor
The pagination.nextCursor value from the previous answer.
Listing behavior
socialSetId
When provided, results are narrowed to one Social Set. Otherwise, folders from all accessible Social Sets are returned.
query
It performs a case-insensitive search in the folder name. A maximum of 120 characters is accepted.
sıralama
Results are sorted by creation date, newest to oldest.
Cevaplar
Paged folder list.
socialSetId was not found or the key does not have access.
cURL
curl "https://api.xplanner.co/v1/folders?socialSetId=set_123&query=lansman&limit=10" \ -H "Authorization: Bearer $XPLANNER_API_KEY"Cevap
{ "data": [ { "id": "fld_123", "socialSetId": "set_123", "name": "Lansman fikirleri", "color": "blue", "isPinned": true, "order": 0, "workspaceId": "wrk_123", "createdAt": "2026-05-15T09:00:00.000Z", "updatedAt": "2026-05-15T09:00:00.000Z" } ], "pagination": { "nextCursor": null }, "requestId": "req_123"}