ApiCorp: Class Antiplagiat.ApiCorp.Model.EnumerateReportsOptions
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.EnumerateReportsOptions

Options for the function of listing the check results. Sorting is always reverse chronological, the last uploaded documents are passed first. More details...

Properties

int Skip [get, set]
 How many elements should be skipped from the beginning of the check result list. More details...
 
int Count [get, set]
 How many check results should be passed in the resuld array. The value can't be more than 100. More details...
 
string ExternalUserID [get, set]
 ID of the user in the calling system. Information about values you can see in DocData.ExternalUserID. More details...
 
int FolderId [get, set]
 ID of the folder in which the documents should be searched. If it is null the search goes through all folders. More details...
 
string FromUser [get, set]
 E-mail of the user on whose behalf the documents were uploaded. This user must be registered in the system. In the request could be specified either ID of user in the calling system or user's e-mail More details...
 

Detailed description

Options for the function of listing the check results. Sorting is always reverse chronological, the last uploaded documents are passed first.

Full list of properties

◆ Count

int Antiplagiat.ApiCorp.Model.EnumerateReportsOptions.Count
getset

How many check results should be passed in the resuld array. The value can't be more than 100.

◆ ExternalUserID

string Antiplagiat.ApiCorp.Model.EnumerateReportsOptions.ExternalUserID
getset

ID of the user in the calling system. Information about values you can see in DocData.ExternalUserID.

◆ FolderId

int Antiplagiat.ApiCorp.Model.EnumerateReportsOptions.FolderId
getset

ID of the folder in which the documents should be searched. If it is null the search goes through all folders.

◆ FromUser

string Antiplagiat.ApiCorp.Model.EnumerateReportsOptions.FromUser
getset

E-mail of the user on whose behalf the documents were uploaded. This user must be registered in the system. In the request could be specified either ID of user in the calling system or user's e-mail.

◆ Skip

int Antiplagiat.ApiCorp.Model.EnumerateReportsOptions.Skip
getset

How many elements should be skipped from the beginning of the check result list.