View Person Picture

Returns a binary file of the picture of a person registered in the Organization module.

 

URL

{RMUrl}/api/organization/people/<PersonID>/picture

 

REQUEST METHOD

GET

 

URL PARAMETER

PersonID: Unique person identifier. This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/organization/people/6fe49ce4-56d4-475f-9483-1adca6b2976c/picture

 

SUCCESS RESPONSE

{
"Data": "TWFuIGlzIGRVGtikFETJWQsIG5vdCBvbm"
}

 

Note: The "Data" field will not be returned for people without pictures.