GET api/patients/{patientid}/sessions/{sessionid}/actions/{actionid}/fastview
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientid | integer |
Required |
|
| sessionid | integer |
Required |
|
| actionid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FastView| Name | Description | Type | Additional information |
|---|---|---|---|
| CreateDate |
Date and time of creation |
date |
None. |
| LastModifiedDate |
Date and time of last modification |
date |
None. |
| Format |
The format used to format the Data. |
DataFormat |
None. |
| Version |
The version of the format. Default is 0. |
integer |
None. |
| Data |
The data. Formated according to the 'Format' field. |
Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreateDate": "2025-11-03T04:09:50.9563557+00:00",
"LastModifiedDate": "2025-11-03T04:09:50.9719944+00:00",
"Format": 0,
"Version": 3,
"Data": "QEA="
}
application/xml, text/xml
Sample:
<FastView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Himsa.Noah.Public.Model"> <CreateDate>2025-11-03T04:09:50.9563557+00:00</CreateDate> <Data>QEA=</Data> <Format>Unknown</Format> <LastModifiedDate>2025-11-03T04:09:50.9719944+00:00</LastModifiedDate> <Version>3</Version> </FastView>