itglue_list_related_items
List related items attached to a parent resource in IT Glue, including organizations, configurations, contacts, and documents. Specify the parent type and ID to retrieve linked records.
Instructions
List items related to a parent resource (links between organizations, configurations, contacts, documents, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentType | Yes | Type of the resource whose relationships you want to list. | |
| parentId | Yes | Parent resource id. | |
| pageSize | No | page[size] — items per page (default IT Glue: 50, max 1000 for most endpoints). | |
| pageNumber | No | page[number] — 1-based page index. | |
| formatOptions | No | Reduce response size for token-sensitive callers. compact mode keeps id+type plus a small set of identifying attributes; fields[] picks specific attribute keys; omitEmpty strips null/empty values. |