Skip to content

List helpdesk forms through GLPI's API #19754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AdrienClairembault
Copy link
Contributor

Checklist before requesting a review

  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.

Description

Add a getHelpdeskFormsDetails endpoint.

Usages:

  • GET http://localhost:80/api.php/v1/getHelpdeskFormsDetails // First page, will only load 12 items
  • GET http://localhost:80/api.php/v1/getHelpdeskFormsDetails?page=2&page_size=10 // Custom page and size

@AdrienClairembault
Copy link
Contributor Author

AdrienClairembault commented May 19, 2025

Waiting for a first validation by @stonebuzz, who will be needing it for GLPI's mobile app.

@AdrienClairembault
Copy link
Contributor Author

Note: this will only get forms from the root category, do you need this endpoint to return forms from all categories or will you get the categories using the API and then request forms from a specific category like GET http://localhost:80/api.php/v1/getHelpdeskFormsDetails?category=1 ?

@cconard96 cconard96 mentioned this pull request Jun 4, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant