GET api/WorkstationFiles/Updates/{workstationName}/{timeStamp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workstationName | string |
Required |
|
| timeStamp | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkstationFile| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkstationName | string |
None. |
|
| Name | string |
None. |
|
| Version | string |
None. |
|
| Size | integer |
None. |
|
| DateInstalled | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.WorkstationFiles.WorkstationFile, WebPortalRTFAPI",
"WorkstationName": "sample string 1",
"Name": "sample string 2",
"Version": "sample string 3",
"Size": 4,
"DateInstalled": "2026-06-05T19:46:19.6418974-04:00"
},
{
"$ref": "2"
}
]