Retrieves all files linked to Company/Task/Project and Job Aproval PDF for logged in contact.
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
db_file_view| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier | |
| db_table_id |
Table.id of the linked entity |
globally unique identifier | |
| db_table_name |
Table.name of the linked entity |
string | |
| id_in_table |
Id of the linked entity |
globally unique identifier | |
| name |
Name of the file |
string | |
| description |
Description of the file |
string | |
| file_name |
File_name of the file |
string | |
| file_content |
Content of the file as Byte Array. |
Collection of byte | |
| image_width |
In case of picture, the original width |
integer | |
| image_height |
In case of picture, the original height |
integer | |
| date_update |
Update date, auto filled by Now if no value received |
date | |
| mime_type |
Mime-type of the file.Used when redirect user to the data, like application/pdf or image/jpeg |
string | |
| file_type_name |
Constant in case of specific file. Can be JOB_APPROVAL, ORDERPDF, PURCHASE_ORDERPDF |
string | |
| file_size |
Size in bytes of the file_content |
integer | |
| date_add |
Date when file has been added |
date | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "75a03fd8-6725-4c32-80c8-dff253d817b3",
"db_table_id": "89593a9f-3bbe-47bc-b699-fdb1326c64a7",
"db_table_name": "sample string 3",
"id_in_table": "b3695f1a-8bc1-4e9e-b10b-f3032725292b",
"name": "sample string 5",
"description": "sample string 6",
"file_name": "sample string 7",
"file_content": "QEA=",
"image_width": 8,
"image_height": 9,
"date_update": "2026-06-24T03:56:31.139627+00:00",
"mime_type": "sample string 11",
"file_type_name": "sample string 12",
"file_size": 13,
"date_add": "2026-06-24T03:56:31.139627+00:00",
"modified_dateutc": "2026-06-24T03:56:31.139627+00:00"
}
application/xml, text/xml
<db_file_view xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_add>2026-06-24T03:56:31.139Z</date_add> <date_update>2026-06-24T03:56:31.139Z</date_update> <db_table_id>89593a9f-3bbe-47bc-b699-fdb1326c64a7</db_table_id> <db_table_name>sample string 3</db_table_name> <description>sample string 6</description> <file_content>QEA=</file_content> <file_name>sample string 7</file_name> <file_size>13</file_size> <file_type_name>sample string 12</file_type_name> <id>75a03fd8-6725-4c32-80c8-dff253d817b3</id> <id_in_table>b3695f1a-8bc1-4e9e-b10b-f3032725292b</id_in_table> <image_height>9</image_height> <image_width>8</image_width> <mime_type>sample string 11</mime_type> <modified_dateutc>2026-06-24T03:56:31.139Z</modified_dateutc> <name>sample string 5</name> </db_file_view>