Message Lineage

POST {{baseUrl}}/api/v1/entities/patient/entries/lineage/message

This API returns the lineage of a message based on the message id. The message id is the bundle_id of the message. The API returns the source file of the message, the exact message, the time at which the file was picked from the source and the time at which the file ingestion started.

Request Body

{"bundle_id"=>""}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"file":[{"ingestedAt":"\u003cstring\u003e","source_time":"\u003cstring\u003e","source_file":"\u003cstring\u003e"},{"ingestedAt":"\u003cstring\u003e","source_time":"\u003cstring\u003e","source_file":"\u003cstring\u003e"}],"rawdata":"\u003cstring\u003e"}