Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appTeamMemberId |
The app team member identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The app team member, if it exists.
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-11-09T05:56:29.9097883Z",
"endDate": "2025-11-09T05:56:29.9097883Z",
"isPrimary": true
}
text/html
Sample:
{"id":"1","app":"2","user":"3","role":"4","startDate":"2025-11-09T05:56:29.9097883Z","endDate":"2025-11-09T05:56:29.9097883Z","isPrimary":true}
application/xml, text/xml
Sample:
<AppTeamMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppTeamMemberId>1</AppTeamMemberId> <AppId>2</AppId> <UserId>3</UserId> <RoleId>4</RoleId> <StartDate>2025-11-09T05:56:29.9097883Z</StartDate> <EndDate>2025-11-09T05:56:29.9097883Z</EndDate> <IsPrimary>true</IsPrimary> </AppTeamMember>
application/vnd.api+json
Sample:
Sample not available.