GET api/yBinaries/GetAnyData?idcust={idcust}&gid={gid}
Retreive one specific row with docdata
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idcust | integer |
Required |
|
| gid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "e07c5a87-dd84-46e8-9945-fbfaa97df22f",
"FName": "sample string 3",
"FNameOrig": "sample string 4",
"FPath": "sample string 5",
"FDesc": "sample string 6",
"FSize": 7,
"docdata": "QEA=",
"FType": 8,
"DatCreated": "2026-09-14T10:14:35.1682183+02:00",
"IDCust": 10,
"GIDCat": "5093ca4f-c441-4c4c-959f-7d4b3f585789"
}