Greetings, I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated. Kind regards Sitali CS -- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA. Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali
Hi Indeed Koha has an API but don't know about its details. Maybe someone else can clarify that. Have you checked koha wiki & documentation? However, depending on what info you need, you might use reports module. You can create a report, make it "public" and run it from your external system. Koha will return the info in JSON format that you can process as needed. Hope this helps. Regards, Alvaro |----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire Le lun. 15 févr. 2021 à 04:38, Mr. Sitali C. S. <libsitali@gmail.com> a écrit :
Greetings,
I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated.
Kind regards
Sitali CS
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA.
Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, you can find a list of protocols and APIs Koha supports in the wiki: https://wiki.koha-community.org/wiki/APIs_and_protocols_supported_by_Koha Besides the JSON reports API Alvaro mentioned the REST API might also be something to look at. Hope this helps, Katrin On 15.02.21 18:16, Alvaro Cornejo wrote:
Hi
Indeed Koha has an API but don't know about its details. Maybe someone else can clarify that. Have you checked koha wiki & documentation?
However, depending on what info you need, you might use reports module. You can create a report, make it "public" and run it from your external system. Koha will return the info in JSON format that you can process as needed.
Hope this helps.
Regards,
Alvaro
|----------------------------------------------------------------------------------------| Stay safe / Cuídate/ Reste sécurisé *7* Switch off as you go / Apaga lo que no usas / Débranchez au fur et à mesure. *q *Recycle always / Recicla siempre / Recyclez toujours P Print only if absolutely necessary / Imprime solo si es necesario / Imprimez seulement si nécessaire
Le lun. 15 févr. 2021 à 04:38, Mr. Sitali C. S. <libsitali@gmail.com> a écrit :
Greetings,
I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated.
Kind regards
Sitali CS
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA.
Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi, you can point you browser to your Koha instance appending /api/v1/.html You will see the available API routes on your instance. El lun., 15 feb. 2021 6:38, Mr. Sitali C. S. <libsitali@gmail.com> escribió:
Greetings,
I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated.
Kind regards
Sitali CS
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA.
Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Thanks, I'll check it out. On Tue, 16 Feb 2021 at 00:19, Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
Hi, you can point you browser to your Koha instance appending /api/v1/.html
You will see the available API routes on your instance.
El lun., 15 feb. 2021 6:38, Mr. Sitali C. S. <libsitali@gmail.com> escribió:
Greetings,
I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated.
Kind regards
Sitali CS
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA.
Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
-- Charles Lwanga College of Education, P. O. Box 660193, Monze, ZAMBIA. Mobile: +26 0979 869471 +26 0966 869471 SKYPE: Libsitali
participants (4)
-
Alvaro Cornejo -
Katrin Fischer -
Mr. Sitali C. S. -
Tomas Cohen Arazi