Authorization: Bearer ********************
{ "orderBy": "entities.urn", "orderDirection": false, "page": 1, "paginate": true, "paginationSize": 10 }
curl --location --request POST '/api/public/v1/entities/paginate' \ --header 'Content-Type: application/json' \ --data-raw '{ "orderBy": "entities.urn", "orderDirection": false, "page": 1, "paginate": true, "paginationSize": 10 }'
{ "rows": [ { "id": 82, "name": "Device 001", "urn": "urn:ngsi-ld:Device:Device001", "datamodel": "Device", "scope": "/", "scope_id": 4, "tenant": "OrganizationA", "tenant_id": 4, "devices": [ 500 ] }, { "id": 84, "name": "Device 002", "urn": "urn:ngsi-ld:Device:Device002", "datamodel": "Device", "scope": "/", "scope_id": 4, "tenant": "OrganizationA", "tenant_id": 4, "devices": [ 507 ] } ], "count": 10 }