Consistent_identitiesGallery_facesList_folders
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)
Authorization
token_auth_2 AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
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"
}