Search group list
    • PDF

    Search group list

    • PDF

    Article Summary

    • Search a group list.

    API

    • GET /groups

    Request

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    pageintPage number. Default: 0
    sizeintSize of result list. Default: 10

    Response

    {
    	"hasNext": "boolean",
    	"hasPrevious": "boolean",
    	"isFirst": "boolean",
    	"isLast": "boolean",
    	"items": [
    		{
    			"groupId": "string",
    			"groupName": "string",
    			"nrn": "string"
    		}
    	],
    	"page": "integer",
    	"totalItems": "integer",
    	"totalPages": "integer"
    }
    
    CategoryTypeDescriptionNote
    hasNextbooleanIndicates whether there is a next page
    hasPreviousbooleanIndicates whether there is a previous page
    isFirstbooleanIndicates whether this is the first page
    isLastbooleanIndicates whether this is the last page
    itemsarray
    items.groupIdstringGroup ID
    items.groupNamestringGroup name
    items.nrnstringNaming Rule for expressing Ncloud resources
    pageintegerPage number
    totalItemsintegerTotal number of items
    totalPagesintegerTotal number of pages

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.