Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.38 KB

FoldersResponse.md

File metadata and controls

17 lines (13 loc) · 1.38 KB

FoldersResponse

Properties

Name Type Description Notes
endPosition String The last index position in the result set. [optional]
envelopes [EnvelopeSummary] An array containing PowerForm data. [optional]
folders [Folder] A list of folder objects. [optional]
nextUri String The URI for the next chunk of records based on the search request. It is `null` if this is the last set of results for the search. [optional]
previousUri String The URI for the prior chunk of records based on the search request. It is `null` if this is the first set of results for the search. [optional]
resultSetSize String The number of results in this response. Because you can filter which entries are included in the response, this value is always less than or equal to the `totalSetSize`. [optional]
startPosition String The starting index position of the current result set. [optional]
totalSetSize String The total number of items in the result set. This value is always greater than or equal to the value of `resultSetSize`. [optional]

[Back to Model list] [Back to API list] [Back to README]