Please enable JavaScript.
Coggle requires JavaScript to display documents.
IDV Doc History API - Coggle Diagram
IDV Doc History API
documents view
Add reducers for documents view
DocumentList View
Create service method to vend document history list
Register reducers in config
create Document DTO
evidenceID
uploadTime
typeCode
contentType
API Structure Design
GET /{id}/documents
array of the /{id}/documents/{docId}
GET /{id}/documents/{docId}
uploadTime
typeCode
link
contentType
Create internal-only API /documents endpoint
Create API response model
Create mapper to map from domain to api model
Create internal API /documents/{id} endpoint
Unit test documents view