> For the complete documentation index, see [llms.txt](https://docs.giize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giize.com/product-docs/api-reference/staging-request-apis.md).

# Staging Request APIs

## Why This Area Matters Most

For this repo, the Request family is the highest-value part of the staging docs because it overlaps directly with existing SDP automation.

## Main Request Entities

* `Request`
* `Request_Attachment`
* `Link_Requests`
* `Request_Notes`
* `Request_Drafts`
* `Request_Notifications`
* `Request_Templates`
* `Request_Type`
* `Request_Closure_Code`

## High-Value Request Operations Seen In Docs

* add request
* update request
* view request
* view all requests
* view request filters
* close request
* pickup request
* assign request
* get resolution
* add resolution
* merge requests
* get request summary
* associate and dissociate problem/project/change links
* delete, restore, and trash flows
* add tags

## High-Value Request Attributes

The docs expose a broad request model including:

* core fields: `id`, `subject`, `description`, `short_description`
* classification: `request_type`, `status`, `mode`, `level`, `impact`, `urgency`, `priority`
* ownership: `requester`, `technician`, `group`, `site`, `department`
* categorization: `category`, `subcategory`, `item`, `service_category`, `template`
* timing: `created_time`, `due_by_time`, `responded_time`, `resolved_time`, `completed_time`
* state flags: `is_overdue`, `is_read`, `is_service_request`, `is_trashed`, `is_reopened`
* related data: `attachments`, `resolution`, `udf_fields`, `service_approvers`

## Practical Mapping To The Repo

These docs support future work around:

* dynamic request creation forms
* safer request updates
* attachment and note management
* request metadata hydration from API rather than hardcoded IDs

## Recommended Source

For full extracted detail:

* `document/staging.md`
* `data/api-docs/staging-entity-docs.json`
