Consistentidentities
List only the immediate subfolders within a specific S3 folder path.
Shows folders at the first level. You can access subfolders using the path parameter.
inputs:
- path: Non empty [String], path to list (optional)
- page: [Integer], page number, default: 0
- items_per_page: [Integer], number of items per page, default: 1000
- shared_folder: [String], shared folder name (optional)
AuthorizationBearer <token>
In: header
page?integer
items_per_page?integer
path?string
shared_folder?string
Response Body
Examples
curl -X POST "https://api.piktid.com/api/consistent_identities/gallery_faces/list_folders" \
-H "Content-Type: application/json" \
-d '{}'{
"data": [
{
"l": "string",
"n": "string",
"t": "string"
}
]
}{
"code": 0,
"message": "string",
"description": "string"
}