Documentation

tBexioV4Api

Table of Contents

Constants

api_version  = '4.0'

Methods

getIdName()  : string
Get ID name for version 4 of the API.
list()  : array<string|int, mixed>
List request for version 4 of the API.
newQuery()  : BXQuery
Create new query for version 4 of the API.
search()  : array<string|int, mixed>
Search request for version 4 of the API.

Constants

api_version

public mixed api_version = '4.0'

Methods

list()

List request for version 4 of the API.

public list(int $offset, int $limit) : array<string|int, mixed>
Parameters
$offset : int
$limit : int
Tags
see
tBexioCollection::list()
Return values
array<string|int, mixed>

Search request for version 4 of the API.

public search(BXQuery $query[, int $offset = 0 ][, int $limit = 100 ]) : array<string|int, mixed>
Parameters
$query : BXQuery
$offset : int = 0
$limit : int = 100
Tags
see
tBexioCollection::search()
Return values
array<string|int, mixed>

        
On this page

Search results