Task Management System

Create Data Input

Existing Data Inputs

ID Data Input Name API Endpoint HTTP Method Description
1 Provider AA Report https://api.zennya.com/api/1/reports/add HttpMethodEnum.POST
2 Driver AA Report https://api.zennya.com/api/1/reports/add HttpMethodEnum.POST
3 Lab Test Result Metadata https://api.zennya.com/api/1/medical/results/{{ result_id | default("0", true) }}/details?download_link_type=PDF HttpMethodEnum.GET JSON meta-data of the lab test result
4 Lab Test Result Download PDF https://api.zennya.com/api/1/medical/results/download?result_id={{ result_id | default("0", true) }}&type=PDF HttpMethodEnum.GET PDF file of the lab test result
5 Lab Test Result Download Photo https://api.zennya.com/api/1/medical/results/download?result_id={{ result_id | default("0", true) }}&type=PHOTO&empty_on_error=true HttpMethodEnum.GET Image file of the lab test result
6 Laboratory PDF Sources https://api.zennya.com/api/1/medical/laboratory_result_pdf_sources HttpMethodEnum.GET JSON list of laboratories that PDF results came from
7 Call Record Metadata https://api.zennya.com/api/1/call_records/{{ record_id | default("") }}?with_transcription=false&page_size=1&is_evaluated=true&sort_by=date_created&sort_order=desc HttpMethodEnum.GET JSON meta-data of the call record
11 Consult Record Metadata https://api.zennya.com/api/1/consultations/rooms/records/{{ record_id | default("") }}?with_transcription=false&page_size=1&is_evaluated=true&sort_by=date_created&sort_order=desc HttpMethodEnum.GET JSON meta-data of the consult record
12 Medical Doc Metadata https://api.zennya.com/api/1/medical/documents/{{ doc_id | default("0", true) }}?include_owner=true HttpMethodEnum.GET JSON meta-data of medical document
13 Medical Doc Photo Download https://api.zennya.com/api/1/medical/documents/{{ doc_id | default("0", true) }}/download?type=PHOTO&type=PHOTO&fallback_on_error=true HttpMethodEnum.GET Image file of the medical document
14 Consultation Request Metadata https://api.zennya.com/api/1/consultations/{{ consultation_id | default("0", true) }}/evaluation/data HttpMethodEnum.GET JSON meta-data of the consultation's request details
15 Consult Transcription https://api.zennya.com/api/1/consultations/{{ consultation_id | default("0", true) }}/transcription?truncate_solo_transcripts=false HttpMethodEnum.GET Combined SRT Transcription of the whole consultation
16 Consultation Result Metadata https://api.zennya.com/api/1/consultations/{{ consultation_id | default("0", true) }}/results HttpMethodEnum.GET JSON meta-data of the consultation's result