The GetFreeBinariesPaged function returns an amount of freeBinary records for the specified parameters as determined by the paging properties.
Method | /GetFreeBinariesPaged |
The request body is of type GetFreeBinariesPaged.
Name | Description | Data Type |
---|---|---|
filter | FreeBinariesFilter | |
offset | xml:int | |
recordCount | xml:int | |
orderBy | xml:string |
|
The response body is of type GetFreeBinariesPagedResponse.
Name | Description | Data Type |
---|---|---|
GetFreeBinariesPagedResult | ArrayOfViewFreeBinaryInfo |
|