API Guide

operation."
}
Table 96. Attributes
Attribute name Description
Id ID of the group type.
Name Name of the group type.
Description Description of the group type.
/api/GroupService/MembershipTypes
This URI represents the membership types.
GET method for MembershipTypes
This method returns all the membership types.
Description Returns all membership types.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.MembershipType)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/GroupService/MembershipTypes(12)",
"Id": 12,
"Name": "Static",
"Description": "Static type"
},
{
"@odata.id": "/api/GroupService/MembershipTypes(24)",
"Id": 24,
"Name": "Dynamic",
"Description": "Dynamic type"
}
]
}
Table 97. Attributes
Attribute name Description
Id ID of the membership type.
Name Name of the membership type.
Description Description of the membership type.
222 Groups