- Introduction
- Authentication
- Integrations
- Webhooks
- Guides
- Requests
- Create RequestPOST
- List RequestsGET
- Get RequestGET
- Delete RequestDELETE
- Update RequestPATCH
- Verify RequestPOST
- Close RequestPOST
- Duplicate RequestPOST
- Reject Request (Request Changes)POST
- Send Request ReminderPOST
- List Request RemindersGET
- Get Request Activity LogGET
- List Organization RequestsGET
- Update RequestPATCH
- Delete RequestDELETE
- Request Items
- Templates
- Webhooks
- Files
- Request Attachments
- File Sharing
- E-Signature / Document Forms
- Users
- Cloud Storage
- Branding
- Confirmation Page
- Organization
- RequestItems
- Documents
List Request Items
GET
/requests/{request_id}/items
RequestItems
Request
Path Params
request_id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/requests//items'
Responses
🟢200OK
application/json
Body
array of:
name
string
required
id
string
required
type
enum<string>
required
Allowed values:
UPLOADE_SIGNATUREQUESTION
description
string
optional
required
boolean
optional
answer
string
optional
Example
[
{
"name": "string",
"id": "string",
"type": "UPLOAD",
"description": "string",
"required": true,
"answer": "string"
}
]
🟠404Record Not Found
🟠422Parameter Error
Modified at 2025-02-11 06:40:21