Response model for retrieving approval sheets and lists of informed users (Retrieve approval sheets and lists of informed users)
Methods
- POST — Retrieve approval sheets and lists of informed users
Resource
{
"error": "string",
"result": [
{
"id": "uuid",
"respondents": [
{
"comment": "string",
"fileId": "uuid",
"id": "uuid",
"responseTime": "date-time",
"status": "string",
"substituteId": "uuid"
}
],
"status": "string",
"type": "string"
}
],
"success": "boolean"
}
Properties
| Name | Type | Description | Additional |
|---|---|---|---|
| error | string |
Error text if |
Optional |
| result[] | array |
Context with data |
Optional |
| result[].id | uuid |
Identifier |
Optional |
| result[].respondents[] | array |
Respondent |
Optional |
| result[].respondents[].comment | string |
Respondent’s comment |
Optional |
| result[].respondents[].fileId | uuid |
File attached by the respondent |
Optional |
| result[].respondents[].id | uuid |
User ID |
Optional |
| result[].respondents[].responseTime | date-time |
Decision time |
Optional |
| result[].respondents[].status | string |
User status Possible values are:
|
Optional |
| result[].respondents[].substituteId | uuid |
Substitute user ID |
Optional |
| result[].status | string |
Sheet or list status Possible values are:
|
Optional |
| result[].type | string |
Type Possible values are:
|
Optional |
| success | boolean |
Successful response flag |
Optional |