Retrieve all entities

Returns the collection of available entities

Request

Method: GET
Route: api/idion/idion_token_category
Example: api/idion/idion_token_category
Request Headers
host: api.greek.idion.athenarc.gr
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
content-length: 2
content-type: application/json

Response

200 JSON
Response Headers
cache-control: no-cache, private
date: Sat, 17 Feb 2024 20:58:10 GMT
content-type: application/json
x-ratelimit-limit: 60
x-ratelimit-remaining: 59
{
    "handler": "ApiResponse handler",
    "result": {
        "data": [
            {
                "id": 1,
                "name": "COMPL",
                "comment": null
            },
            {
                "id": 2,
                "name": "LEMMA",
                "comment": null
            },
            {
                "id": 4,
                "name": "NP-ACC",
                "comment": null
            },
            {
                "id": 5,
                "name": "NP-ACC-anim",
                "comment": null
            },
            {
                "id": 6,
                "name": "NP-ACC-nonamim",
                "comment": null
            },
            {
                "id": 7,
                "name": "NP-GEN",
                "comment": null
            },
            {
                "id": 8,
                "name": "NP-GEN-anim",
                "comment": null
            },
            {
                "id": 9,
                "name": "NP-NOM",
                "comment": null
            },
            {
                "id": 10,
                "name": "NP-NOM-nonamim",
                "comment": null
            },
            {
                "id": 11,
                "name": "PnGe",
                "comment": null
            },
            {
                "id": 12,
                "name": "VP",
                "comment": null
            },
            {
                "id": 13,
                "name": "WF",
                "comment": null
            },
            {
                "id": 15,
                "name": "NP-NOM-anim",
                "comment": null
            }
        ],
        "links": {
            "first": "http:\/\/api.greek.idion.athenarc.gr\/api\/idion\/idion_token_category?page=1",
            "last": "http:\/\/api.greek.idion.athenarc.gr\/api\/idion\/idion_token_category?page=1",
            "prev": null,
            "next": null
        },
        "meta": {
            "current_page": 1,
            "from": 1,
            "last_page": 1,
            "links": [
                {
                    "url": null,
                    "label": "« Previous",
                    "active": false
                },
                {
                    "url": "http:\/\/api.greek.idion.athenarc.gr\/api\/idion\/idion_token_category?page=1",
                    "label": "1",
                    "active": true
                },
                {
                    "url": null,
                    "label": "Next »",
                    "active": false
                }
            ],
            "path": "http:\/\/api.greek.idion.athenarc.gr\/api\/idion\/idion_token_category",
            "per_page": 15,
            "to": 13,
            "total": 13
        }
    },
    "system": {
        "messages": [],
        "status": 200,
        "status_text": "OK",
        "errors": [],
        "error_code": 0
    }
}

Time: 0.91

select count(*) as aggregate from `idion_token_category`

Time: 0.64

select * from `idion_token_category` order by `id` asc limit 15 offset 0

Request

Method: GET
Route: api/idion/idion_token_category
Example: api/idion/idion_token_category
Request Headers
host: api.greek.idion.athenarc.gr
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
content-length: 2
content-type: application/json