GET file/template/{fileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TemplateFileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FileId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| FileName | string |
None. |
|
| LocalPath | string |
None. |
|
| UserUploaded | string |
None. |
|
| DomesticOrForeignId | DomesticOrForeign |
None. |
|
| CoverageBasisId | CoverageBasisType |
None. |
|
| SpecificAgentId | SpecificAgent |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| DateCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileId": 1,
"TemplateId": 2,
"FileName": "sample string 3",
"LocalPath": "sample string 4",
"UserUploaded": "sample string 5",
"DomesticOrForeignId": 0,
"CoverageBasisId": 1,
"SpecificAgentId": 0,
"FileBytes": "QEA=",
"DateCreated": "2026-06-03T07:51:01.5456059-04:00"
}