[{"label":"Latest (v1.0)","version":"latest"}]
csp

PagedPostResponseExpandedGroupDto

Partial result of the API call with next and previous links and total results count.


Properties

integer as int32
itemsPerPage Optional

Number of items per page.


array of ExpandedGroupDto
results Optional

Partial list of returned results.


integer as int32
startIndex Optional

Start index of the results.


integer as int32
totalResults Optional

Total number of results if available

JSON Example

{
    "itemsPerPage": 25,
    "startIndex": 5,
    "totalResults": 2000
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Search Groups Within Organization By Organization ID And Group Roles

Feedback

Was this page helpful?