Retrieve all entities
Returns the collection of available entities
Request
Method: | GET |
Route: | api/idion/idion_relation_category |
Example: | api/idion/idion_relation_category |
Request Headers
host: | api.pomak.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:57:20 GMT |
content-type: | application/json |
x-ratelimit-limit: | 60 |
x-ratelimit-remaining: | 59 |
{
"handler": "ApiResponse handler",
"result": {
"data": [
{
"id": 1,
"name": "Synonym",
"comment": null,
"tag": "SYN",
"symmetry": 1,
"transitivity": 1,
"directionality": 0,
"inverted_relation_id": 1
},
{
"id": 2,
"name": "Semantic pair",
"comment": null,
"tag": "SP",
"symmetry": 1,
"transitivity": 0,
"directionality": 0,
"inverted_relation_id": 2
},
{
"id": 3,
"name": "Opposite",
"comment": null,
"tag": "OPP",
"symmetry": 1,
"transitivity": 0,
"directionality": 0,
"inverted_relation_id": 3
},
{
"id": 4,
"name": "Possessive",
"comment": null,
"tag": "POS",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": null
},
{
"id": 5,
"name": "Stative",
"comment": null,
"tag": "STA",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": null
},
{
"id": 6,
"name": "Lexical variant",
"comment": null,
"tag": "LVA",
"symmetry": 1,
"transitivity": 1,
"directionality": 0,
"inverted_relation_id": 6
},
{
"id": 7,
"name": "Verb Alternation",
"comment": null,
"tag": "VAL",
"symmetry": 1,
"transitivity": 1,
"directionality": 0,
"inverted_relation_id": 7
},
{
"id": 8,
"name": "Has_causative",
"comment": null,
"tag": "HCA",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": 9
},
{
"id": 9,
"name": "Has_inchoative",
"comment": null,
"tag": "HIN",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": 8
},
{
"id": 12,
"name": "Semantic pair (causative)",
"comment": null,
"tag": "SPC",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": 11
},
{
"id": 13,
"name": "Semantic pair (non-causative)",
"comment": null,
"tag": "SPNC",
"symmetry": 0,
"transitivity": 0,
"directionality": 1,
"inverted_relation_id": 13
},
{
"id": 14,
"name": "Converse",
"comment": null,
"tag": "CON",
"symmetry": 1,
"transitivity": 0,
"directionality": 0,
"inverted_relation_id": null
}
],
"links": {
"first": "http:\/\/api.pomak.idion.athenarc.gr\/api\/idion\/idion_relation_category?page=1",
"last": "http:\/\/api.pomak.idion.athenarc.gr\/api\/idion\/idion_relation_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.pomak.idion.athenarc.gr\/api\/idion\/idion_relation_category?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "http:\/\/api.pomak.idion.athenarc.gr\/api\/idion\/idion_relation_category",
"per_page": 15,
"to": 12,
"total": 12
}
},
"system": {
"messages": [],
"status": 200,
"status_text": "OK",
"errors": [],
"error_code": 0
}
}
Time: 1.02
select count(*) as aggregate from `idion_relation_category`
Time: 0.8
select * from `idion_relation_category` order by `id` asc limit 15 offset 0
Request
Method: | GET |
Route: | api/idion/idion_relation_category |
Example: | api/idion/idion_relation_category |
Request Headers
host: | api.pomak.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 |