GET ./biblioteca/domenii
Tags: simple-query
It is used to get the domain list.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
catTip | int | Optional | Type: 1-books / 2-textbook. |
astID | int | Optional | Study year. |
Output example
{"meta": {"countTotal": "10","countData": "10","countOffset": "0"},"data": [{"catID": "520","catNume": "Manuale Clasa a VII-a","countCarti": "1","anStudiu": {"astID": "7","astNume": "Clasa a VII-a"}},{"catID": "523","catNume": "Manuale Clasa a X-a","countCarti": "3","anStudiu": {"astID": "10","astNume": "Clasa a X-a"}}]}