POST filelist/PendingReviewers
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
Collection of FileListPendingReviewersDtoName | Description | Type | Additional information |
---|---|---|---|
FileId | integer |
None. |
|
ApprovalInstanceProcessId | integer |
None. |
|
PendingReviewers | Collection of PendingReviewersDto |
None. |
|
isVersionOutdated | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "FileId": 1, "ApprovalInstanceProcessId": 2, "PendingReviewers": [ { "ApprovalInstanceProcessReviewerId": 1, "UserId": 2, "UserName": "sample string 3", "LevelSequence": 4 }, { "ApprovalInstanceProcessReviewerId": 1, "UserId": 2, "UserName": "sample string 3", "LevelSequence": 4 } ], "isVersionOutdated": true }, { "FileId": 1, "ApprovalInstanceProcessId": 2, "PendingReviewers": [ { "ApprovalInstanceProcessReviewerId": 1, "UserId": 2, "UserName": "sample string 3", "LevelSequence": 4 }, { "ApprovalInstanceProcessReviewerId": 1, "UserId": 2, "UserName": "sample string 3", "LevelSequence": 4 } ], "isVersionOutdated": true } ]