GET api/yBinaries/GetAll?idcust={idcust}&withdata={withdata}
Retreive list of available binary files/data per customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
|
| withdata |
default=false NOT IMPLEMENTED |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of TWBinary| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| FName | string |
Required String length: inclusive between 0 and 128 |
|
| FNameOrig | string |
String length: inclusive between 0 and 128 |
|
| FPath | string |
String length: inclusive between 0 and 50 |
|
| FDesc | string |
String length: inclusive between 0 and 50 |
|
| FSize | integer |
None. |
|
| docdata | Collection of byte |
None. |
|
| FType | integer |
Required |
|
| DatCreated | date |
None. |
|
| IDCust | integer |
Required |
|
| GIDCat | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"GID": "b5d0010a-b2a5-4581-addf-6f8e6a681d1c",
"FName": "sample string 3",
"FNameOrig": "sample string 4",
"FPath": "sample string 5",
"FDesc": "sample string 6",
"FSize": 7,
"docdata": "QEA=",
"FType": 8,
"DatCreated": "2026-03-11T08:36:41.9930388+01:00",
"IDCust": 10,
"GIDCat": "6f50dc60-0584-43f9-baff-c0e27d002fd0"
},
{
"ID": 1,
"GID": "b5d0010a-b2a5-4581-addf-6f8e6a681d1c",
"FName": "sample string 3",
"FNameOrig": "sample string 4",
"FPath": "sample string 5",
"FDesc": "sample string 6",
"FSize": 7,
"docdata": "QEA=",
"FType": 8,
"DatCreated": "2026-03-11T08:36:41.9930388+01:00",
"IDCust": 10,
"GIDCat": "6f50dc60-0584-43f9-baff-c0e27d002fd0"
}
]