Skip to content
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

Parameters (query string) for Get An Item endpoint #22

Closed
17 tasks
ajsb85 opened this issue Oct 26, 2017 · 2 comments · Fixed by #29
Closed
17 tasks

Parameters (query string) for Get An Item endpoint #22

ajsb85 opened this issue Oct 26, 2017 · 2 comments · Fixed by #29
Assignees
Labels
Milestone

Comments

@ajsb85
Copy link
Contributor

ajsb85 commented Oct 26, 2017

Hi, @rafaelje

Could you add support in the library for these options?

Parameters: (query string)

  • id: unique identifier of the itemtype. Mandatory.
  • expand_dropdowns (default: false): show dropdown name instead of id. Optional.
  • get_hateoas (default: true): Show relations of the item in a links attribute. Optional.
  • get_sha1 (default: false): Get a sha1 signature instead of the full answer. Optional.
  • with_devices: Only for [Computer, NetworkEquipment, Peripheral, Phone, Printer], retrieve the associated components. Optional.
  • with_disks: Only for Computer, retrieve the associated file-systems. Optional.
  • with_softwares: Only for Computer, retrieve the associated software's installations. Optional.
  • with_connections: Only for Computer, retrieve the associated direct connections (like peripherals and printers) .Optional.
  • with_networkports: Retrieve all network's connections and advanced network's informations. Optional.
  • with_infocoms: Retrieve financial and administrative informations. Optional.
  • with_contracts: Retrieve associated contracts. Optional.
  • with_documents: Retrieve associated external documents. Optional.
  • with_tickets: Retrieve associated itil tickets. Optional.
  • with_problems: Retrieve associated itil problems. Optional.
  • with_changes: Retrieve associated itil changes. Optional.
  • with_notes: Retrieve Notes. Optional.
  • with_logs: Retrieve historical. Optional.
@ajsb85 ajsb85 added the feature label Oct 26, 2017
@ajsb85
Copy link
Contributor Author

ajsb85 commented Oct 26, 2017

This is an example how I manage these options https://git.io/vFJv3

@rafaelje
Copy link
Contributor

rafaelje commented Oct 26, 2017

Hi @ajsb85 this feature is ready but is not implemented in the example app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants