List documents in folder
GET
/documents/drives/{domain}/{id}/{folderId}/documents
List documents in a folder. The folder is identified by a drive
(domain + id) and a folderId (typically a TabId GUID within a binder).
Authorizations
IBinderOAuth2
OAuth 2.0 Client Credentials flow. Obtain a token from the iBinder Identity
Provider, then send it as Authorization: Bearer <token> on every request.
The token endpoint expects grant_type=client_credentials, your client_id,
your client_secret, and scope=ibinder_public.
clientCredentials Flow
Token URL
"https://signin.ibinder.com/connect/token"Scopes:
"ibinder_public"
Parameters
Header Parameters
x-ibinder-tenantid*
Type
Requiredstring
Path Parameters
domain*
Type
Requiredstring
id*
Type
Requiredstring
folderId*
Type
Requiredstring
Responses
The request has succeeded.
application/json
JSON { "id": "string", "fileName": "string", "folderId": "string", "binderId": "string", "metadata": [ { "metadataElementId": "string", "valueId": "string" } ], "latestVersionId": "string" }
[
]

