GET associations({associationId})/members({memberId})/photos({photoId})
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | No documentation available. |
Define this parameter in the request URI. |
| memberId | No documentation available. |
Define this parameter in the request URI. |
| photoId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"MemId": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"UrlLocation": "sample string 3"
}
application/xml, text/xml
Sample:
<MemberPhotoResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <Description>sample string 2</Description> <Id>1</Id> <MemId>1</MemId> <Name>sample string 1</Name> <UrlLocation>sample string 3</UrlLocation> </MemberPhotoResource>