Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.32 KB

Groups.md

File metadata and controls

16 lines (12 loc) · 1.32 KB

Groups

Properties

Name Type Description Notes
endPosition String The last index position in the result set. [optional]
groups [Group] A collection group objects containing information about the groups. [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]