read
Developing
GET
http://localhost:1337/api/master/academic-years
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:1337/api/master/academic-years'
Response Response Example
[{"id":2,"documentId":"khwgz2wqoyqu4ffzl6rztr61","title":"2024","start_date":"2025-07-23","end_date":"2025-04-01","is_active":false,"createdAt":"2025-04-29T06:55:26.135Z","updatedAt":"2025-04-29T06:55:26.135Z","publishedAt":"2025-04-29T06:55:26.127Z","locale":null,"fee_collections":[],"createdBy":null,"updatedBy":null,"localizations":[]},{"id":3,"documentId":"i6vanwgnkcohzamulp2hfs5p","title":"2024","start_date":"2025-07-23","end_date":"2025-04-01","is_active":false,"createdAt":"2025-04-29T09:38:37.569Z","updatedAt":"2025-04-29T09:38:37.569Z","publishedAt":"2025-04-29T09:38:37.561Z","locale":null,"fee_collections":[],"createdBy":null,"updatedBy":null,"localizations":[]}]
Request
Query Params
filters[start_date][$containsi]
stringÂ
required
Example:
2025-07-23
filters[title][$containsi]
stringÂ
optional
Example:
2024
filters[id][$in][0]
stringÂ
optional
Example:
3
filters[id][$in][1]
stringÂ
optional
Example:
2
filters[is_active][$eq]
stringÂ
optional
Example:
false
fields
array[string]
optional
Example:
["title","title,start_date"]
populate[fee_collections][fields]
stringÂ
optional
Example:
student_name,amount
populate
stringÂ
optional
Example:
*