GET api/yBinaries/GetAll?idcust={idcust}&withdata={withdata}

Retreive list of available binary files/data per customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcust

integer

Required

withdata

default=false NOT IMPLEMENTED

boolean

Default value is False

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

Collection of TWBinary
NameDescriptionTypeAdditional 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": "f7054dca-0615-4221-b7f0-4aa237a8c4ac",
    "FName": "sample string 3",
    "FNameOrig": "sample string 4",
    "FPath": "sample string 5",
    "FDesc": "sample string 6",
    "FSize": 7,
    "docdata": "QEA=",
    "FType": 8,
    "DatCreated": "2024-05-08T05:33:47.4415582+02:00",
    "IDCust": 10,
    "GIDCat": "37185955-a630-488a-a1e7-4189e6134c0e"
  },
  {
    "ID": 1,
    "GID": "f7054dca-0615-4221-b7f0-4aa237a8c4ac",
    "FName": "sample string 3",
    "FNameOrig": "sample string 4",
    "FPath": "sample string 5",
    "FDesc": "sample string 6",
    "FSize": 7,
    "docdata": "QEA=",
    "FType": 8,
    "DatCreated": "2024-05-08T05:33:47.4415582+02:00",
    "IDCust": 10,
    "GIDCat": "37185955-a630-488a-a1e7-4189e6134c0e"
  }
]