Retrieve a Document
GET
/lokta-lms/api/v1/{entityType}/{entityId}/documents/{documentId}Example Requests:
- clients/1/documents/1
- loans/1/documents/1
- client_identifiers/1/documents/1?fields=name,description
Path parameters
entityTypepath · string · requiredentityIdpath · integer · int64 · requireddocumentIdpath · integer · int64 · requiredResponses
defaultdefault responseResponse fields
descriptionstring · optionalfileNamestring · optionalidinteger · int64 · optionallocationstring · optionalnamestring · optionalparentEntityIdinteger · int64 · optionalparentEntityTypestring · optionalsizeinteger · int64 · optionalstorageTypeinteger · int32 · optionaltypestring · optionalEvery 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.