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 |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
None.
Response Information
Resource Description
TWBinaryName | 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": "4d4336bc-f5a8-4cc4-abdf-a46c6e3b105d", "FName": "sample string 3", "FNameOrig": "sample string 4", "FPath": "sample string 5", "FDesc": "sample string 6", "FSize": 7, "docdata": "QEA=", "FType": 8, "DatCreated": "2024-12-20T18:34:56.9922411+01:00", "IDCust": 10, "GIDCat": "1f0ba5ed-dc6f-4bcd-b6c0-34789cce99b9" }