provider Configurations GET
/configurations @utdk/itglue
/configurations List configurations
Use stable fields such as organization id, name, hostname, serial number, or asset tag before creating records.
- filter[id] query
- integer
- filter[name] query
- Exact match where supported by IT Glue.
- string
- filter[organization_id] query
- integer
- filter[serial_number] query
- string
- filter[asset_tag] query
- string
- filter[hostname] query
- string
- page[number] query
- integer
- page[size] query
- integer
- sort query
- Comma separated sort fields; prefix with - for descending.
- string
Try it
Authentication
Configure credentials for IT Glue / MyGlue API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import itglue from '@utdk/itglue';
await itglue.listconfigurations()