API Search endpoints…⌘K

List documents

GET/lokta-lms/api/v1/{entityType}/{entityId}/documents

Example Requests:

- clients/1/documents
- client_identifiers/1/documents
- loans/1/documents?fields=name,description

Path parameters

entityTypepath · string · required
entityIdpath · integer · int64 · required

Responses

defaultdefault response

Response fields

descriptionstring · optional
fileNamestring · optional
idinteger · int64 · optional
locationstring · optional
namestring · optional
parentEntityIdinteger · int64 · optional
parentEntityTypestring · optional
sizeinteger · int64 · optional
storageTypeinteger · int32 · optional
typestring · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.