GET filelist/FileNotesHistory/{fileId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fileId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LineItemAttachmentNoteDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedById | integer |
None. |
|
| CreatedByOutsideUser | boolean |
None. |
|
| CreatedByUserName | string |
None. |
|
| CreatedDate | string |
None. |
|
| LineItemAttachmentId | integer |
None. |
|
| LineItemAttachmentNoteId | integer |
None. |
|
| Notes | string |
None. |
|
| VersionLabel | string |
None. |
|
| FileName | string |
None. |
|
| FileUrl | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"CreatedById": 1,
"CreatedByOutsideUser": true,
"CreatedByUserName": "sample string 3",
"CreatedDate": "sample string 4",
"LineItemAttachmentId": 5,
"LineItemAttachmentNoteId": 6,
"Notes": "sample string 7",
"VersionLabel": "sample string 8",
"FileName": "sample string 9",
"FileUrl": "sample string 10"
},
{
"CreatedById": 1,
"CreatedByOutsideUser": true,
"CreatedByUserName": "sample string 3",
"CreatedDate": "sample string 4",
"LineItemAttachmentId": 5,
"LineItemAttachmentNoteId": 6,
"Notes": "sample string 7",
"VersionLabel": "sample string 8",
"FileName": "sample string 9",
"FileUrl": "sample string 10"
}
]