GET api/v1/appgroups/members
List app group member
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Filter |
Filter records |
ListAppGroupMemberV1Filter |
None. |
Select |
Select columns |
Collection of ListAppGroupMemberV1Select |
Default value: All Example value: CreateDate Unique items |
Sort |
Sort records Sort by the first column, then by the second column, and so on |
Collection of ListAppGroupMemberV1Sort |
Default value: CreateDate Example value: CreateDate Max items: 3 Unique items |
PageNumber |
Page number |
integer (32 bits) |
Default value: 1 Example value: 1 Range: inclusive between 1 and 2147483647 |
PageSize |
Number of records per page |
integer (32 bits) |
Default value: 10 Example value: 10 Range: inclusive between 0 and 100 |
Body Parameters
None.
Response Information
Resource Description
Retrieve a list of app group members
ListAppGroupMemberV1ResponseName | Description | Type | Additional information |
---|---|---|---|
AppGroupMembers |
List of app group members |
Collection of ListAppGroupMemberV1ResponseAppGroupMember |
None. |
Total |
Total number of records matching the request |
integer (32 bits) |
Required Example value: 42 Range: inclusive between 0 and 2147483647 |
Response Formats
application/json
Sample:
{ "AppGroupMembers": [ { "AppGroupId": "10fe9475-b5f0-4fb3-a225-41a2b3f01983", "AppUserId": "96eaeaa2-0523-4803-80f1-4c79f91827af", "CreateDate": "2018-12-31T21:59:59.999+00:00" }, { "AppGroupId": "10fe9475-b5f0-4fb3-a225-41a2b3f01983", "AppUserId": "96eaeaa2-0523-4803-80f1-4c79f91827af", "CreateDate": "2018-12-31T21:59:59.999+00:00" } ], "Total": 42 }