The RequestItem object
#
TypesDOCUMENT
: A fileMESSAGE
: A simple text information such as a date of birthPROMPT
: A single choice promptACKNOWLEDGE
: An acknowledgmentSIGNATURE
(coming soon...)
#
Attributes- Document
- Message change
- Prompt
- Acknowledge
- Signature (coming soon)
Name | Description |
---|---|
name (string) | The Item's name |
description (string) | The Item's description |
type (string) | "DOCUMENT" |
document (Document) | Â The Item's attached document |
answer (Object) | The Item's recipient's answer |
answer > documents (Documents[]) | The answer's documents |
Name | Description |
---|---|
name (string) | The Item's name |
description (string) | The Item's description |
type (string) | "MESSAGE" |
document (Document) | Â The Item's attached document |
answer (Object) | The Item's recipient's answer |
answer > message (string) | The answer's message |
Name | Description |
---|---|
name (string) | The Item's name |
message (string) | The Item's description |
type (string) | "PROMPT" |
document (Document) | Â The Item's attached document |
choices (Object[]) | The Item's choices |
choices > choice (string) | The choice name |
answer (Object) | The Item's recipient's answer |
answer > choice (Object) | The answer's choice |
answer > choice > choice (string) | The choice name |
Name | Description |
---|---|
name (string) | The Item's name |
description (string) | The Item's description |
description (string) | The Item's acknowledge message |
type (string) | "ACKNOWLEDGE" |
document (Document) | Â The Item's attached document |
answer (Object) | The Item's recipient's answer |
answer > acknowledge (boolean) | The answer's acknowledge |
Coming soon...