Thanks for the answers.
It is correct within the GTrack resource, there are no drivers created, but the report that I need to run is about the assignment of passengers, not drivers.
Searching for the passengers I get the following.
{
"searchSpec": {
"itemsType": "avl_resource",
"propName": "sys_name",
"propValueMask": "*",
"sortType": "sys_name",
"propType": "property",
"or_logic": "0"
},
"dataFlags": 2097152,
"totalItemsCount": 38,
"indexFrom": 0,
"indexTo": 0,
"items": [
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{
"tags": {
"1": {
"id": 1,
"n": "LUIS PEREZ",
"c": "46815267",
"jp": {
"ID": "1425",
"OFICINA": "25",
"TURNO": "MAT"
},
"r": 2,048,
"ck": 758826348,
"f": 1,
"buh": 0,
"pu": 400887724,
"bt": 1678554850,
"tz": 4194806688,
"art": 36000,
"post": {
"and": 19.7942699,
"x": -99.0657633
},
"ct": 1678553229,
"mt": 1679196107
},
"2": {
"id": 2,
"n": "SERGIO MENDEZ",
"c": "46815269",
"jp": {
"ID": "7485",
"OFICINA": "20",
"TURNO": "VESP"
},
"r": 1.08445945946,
"ck": 875533921,
"f": 1,
"buh": 0,
"pu": 400887724,
"bt": 1679282587,
"tz": 4194806688,
"art": 36000,
"post": {
"and": 19.794245,
"x": -99.06571
},
"ct": 1678553255,
"mt": 1679196115
}
SEARCH BY GROUP OF PASSENGERS
{
"searchSpec": {
"itemsType": "avl_resource",
"propName": "sys_name",
"propValueMask": "*",
"sortType": "sys_name",
"propType": "property",
"or_logic": "0"
},
"dataFlags": 8388608,
"totalItemsCount": 38,
"indexFrom": 0,
"indexTo": 0,
"items": [
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{
"tagsgr": {
"1": {
"id": 1,
"n": "TEST",
"d": "",
"tgs": [
1,
2
],
"ct": 1678555020,
"mt": 1678555032
}
},
"tagsgrmax": -1
Within these searches are the reportObjectSecId and reportObjectId?