provider Documents GET /documents
@utdk/itglue /documents
List documents
filter[id] query
integer
filter[name] query
Exact match where supported by IT Glue.
string
filter[organization_id] query
integer
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
listdocuments
GET/documents

Exact match where supported by IT Glue.

Comma separated sort fields; prefix with - for descending.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import itglue from '@utdk/itglue';

await itglue.listdocuments()