[{"label":"Latest (v1.0)","version":"latest"}]
csp
PagedResponseExpandedGroupDto
Partial result of the API call with next and previous links and total results count.
Properties
string
nextLink
Optional
Relative path to next page if exists. Not returned for POST requests.
string
prevLink
Optional
Relative path to previous page if exists. Not returned for POST requests.
integer as int32
totalResults
Optional
Total number of results if available.
JSON Example
{
"nextLink": "/csp/serviceName/ResourceName?pageStart=60&pageLimit=15",
"prevLink": "/csp/serviceName/ResourceName?pageStart=30&pageLimit=15",
"totalResults": 2000
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By
Get Organization Groups By Organization ID