Retrieve a service request by UUID with optional related data.
| Parameter | Requires | Returns |
|---|---|---|
summary | — | first_line, second_line, thumbnail |
user | — | User who created the SR |
service | — | Service details |
outcome | — | Authentication outcome |
item | — | brand, category, type |
sides | item | Sides with media URLs |
requirements | item + sides | Upload progress and completion |
Parameters with dependencies have no effect unless their required params are also set.
Service request UUID
Include summary information (first_line, second_line, combined, thumbnail)
Include item details (brand, category, types)
Include sides with required/optional separation and uploaded media URLs. Requires item=true — this parameter has no effect unless item=true is also specified.
Include media requirements (counts and fulfillment status) for the service request. Requires both item=true AND sides=true — this parameter has no effect unless both are specified.
Include user information who created the service request
Include service details
Include authentication outcome information
Service request retrieved successfully