Retrieve latest entities

Returns the collection of the latest entities

Request

Method: GET
Route: api/idion/idion_relation_category/latest/{limit?}
Example: api/idion/idion_relation_category/latest/5
Route Parameter Pattern Requirement
limit [0-9]+ Optional
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:11 GMT
content-type: application/json
x-ratelimit-limit: 60
x-ratelimit-remaining: 59
{
    "handler": "ApiResponse handler",
    "result": {
        "data": [
            {
                "id": 13,
                "name": "Converse",
                "comment": "When a VMWE has the same fixed parts with another VMWE and a different verb part and both of the VMWEs describe situations that entail each other but do not stand in a causative-non causative relation. Converse is a commutative and symmetrical relation.\r\n\r\nExample: \r\nαγοράζω κοψοχρονιά κάτι από κάποιον, πουλάω κοψοχρονιά κάτι σε κάποιον\r\n\r\nCodification\r\nConverse(αγοράζω κοψοχρονιά κάτι από κάποιον, πουλάω κοψοχρονιά κάτι σε κάποιον)\r\nor\r\nConverse(πουλάω κοψοχρονιά κάτι σε κάποιον,αγοράζω κοψοχρονιά κάτι από κάποιον)",
                "tag": "CON",
                "symmetry": 1,
                "transitivity": 0,
                "directionality": 0,
                "inverted_relation_id": 13
            },
            {
                "id": 12,
                "name": "Semantic field",
                "comment": "When two otherwise unrelated VMWEs stand in a close semantic relation, in the same semantic field, such as\r\n-result, e.g., στρίβει η βίδα σε κάποιον, κάποιος είναι τρελλός για δέσιμο\r\n \r\nΤhis is a symmetrical  relation . \r\n\r\nExample: \r\nστρίβει η βίδα σε κάποιον, κάποιος είναι τρελλός για δέσιμο\r\n\r\nEncoding:\r\nsemantic field (στρίβει η βίδα σε κάποιον, κάποιος είναι τρελλός για δέσιμο)",
                "tag": "SPNC",
                "symmetry": 1,
                "transitivity": 0,
                "directionality": 0,
                "inverted_relation_id": null
            },
            {
                "id": 10,
                "name": "Partial Synonymy",
                "comment": "When two or more VMWEs share similarities in meaning but also have nuanced differences, making them suitable for specific contexts.\r\n\r\nExample: πιάνω στο δόκανο κάποιον, ρίχνω στο δόκανο κάποιον",
                "tag": "PSY",
                "symmetry": 0,
                "transitivity": 0,
                "directionality": 0,
                "inverted_relation_id": null
            },
            {
                "id": 9,
                "name": "Has_inchoative",
                "comment": "When two VMWEs with same verb stand in a causative - non causative relation. The causative verb represents the cause or the agent responsible for the action, while the inchoative verb represents the resulting action or state. This is a directional relation. It is defined on the causative member. \r\n\r\nExample: \r\nανάβω τα λαμπάκια σε κάποιον (causative), ανάβουν τα λαμπάκια σε κάποιον (inchoative)\r\n\r\nEncoding:\r\nhas_inchoative(ανάβω τα λαμπάκια σε κάποιον, ανάβουν τα λαμπάκια σε κάποιον)",
                "tag": "HIN",
                "symmetry": 0,
                "transitivity": 0,
                "directionality": 1,
                "inverted_relation_id": 8
            },
            {
                "id": 8,
                "name": "Has_causative",
                "comment": "When two VMWEs with same verb stand in a causative - non causative relation. The causative verb represents the cause or the agent responsible for the action, while the inchoative verb represents the resulting action or state. This is a directional relation. It is defined on the inchoative member. \r\n\r\nExample: \r\nανάβουν τα λαμπάκια σε κάποιον (inchoative),\r\nανάβω τα λαμπάκια σε κάποιον (causative)\r\n\r\nEncoding:\r\nhas_causative(ανάβουν τα λαμπάκια σε κάποιον,\r\nανάβω τα λαμπάκια σε κάποιον)",
                "tag": "HCA",
                "symmetry": 0,
                "transitivity": 0,
                "directionality": 1,
                "inverted_relation_id": 9
            }
        ]
    },
    "system": {
        "messages": [],
        "status": 200,
        "status_text": "OK",
        "errors": [],
        "error_code": 0
    }
}

Time: 0.66

select * from `idion_relation_category` order by `id` desc limit 5

Request

Method: GET
Route: api/idion/idion_relation_category/latest/{limit?}
Example: api/idion/idion_relation_category/latest/5
Route Parameter Pattern Requirement
limit [0-9]+ Optional
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