Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The app identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of app team members.
Collection of Nano.AppTeamMember| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the app team member by identifier. |
integer |
None. |
| app |
Gets or sets the app to identifier. |
integer |
None. |
| user |
Gets or sets the user for identifier. |
integer |
None. |
| role |
Gets or sets the role identifier. |
integer |
None. |
| startDate |
Gets or sets the start date identifier. |
date |
None. |
| endDate |
Gets or sets the end date identifier. |
date |
None. |
| isPrimary |
Gets or sets a value indicating whether gets or sets the end date identifier. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"app": "2",
"user": "3",
"role": "4",
"startDate": "2025-10-30T23:11:57.3476344Z",
"endDate": "2025-10-30T23:11:57.3476344Z",
"isPrimary": true
},
{
"id": "1",
"app": "2",
"user": "3",
"role": "4",
"startDate": "2025-10-30T23:11:57.3476344Z",
"endDate": "2025-10-30T23:11:57.3476344Z",
"isPrimary": true
}
]
text/html
Sample:
[{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-10-30T23:11:57.3476344Z","endDate":"2025-10-30T23:11:57.3476344Z","isPrimary":true},{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-10-30T23:11:57.3476344Z","endDate":"2025-10-30T23:11:57.3476344Z","isPrimary":true}]
application/xml, text/xml
Sample:
<ArrayOfAppTeamMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AppTeamMember>
<AppTeamMemberId>1</AppTeamMemberId>
<AppId>2</AppId>
<UserId>3</UserId>
<RoleId>4</RoleId>
<StartDate>2025-10-30T23:11:57.3476344Z</StartDate>
<EndDate>2025-10-30T23:11:57.3476344Z</EndDate>
<IsPrimary>true</IsPrimary>
</AppTeamMember>
<AppTeamMember>
<AppTeamMemberId>1</AppTeamMemberId>
<AppId>2</AppId>
<UserId>3</UserId>
<RoleId>4</RoleId>
<StartDate>2025-10-30T23:11:57.3476344Z</StartDate>
<EndDate>2025-10-30T23:11:57.3476344Z</EndDate>
<IsPrimary>true</IsPrimary>
</AppTeamMember>
</ArrayOfAppTeamMember>
application/vnd.api+json
Sample:
Sample not available.