FeedbackInfo (XML)
Information about a a feedback submission about a place.
| Namespace: | http://familysearch.org/v1/ |
| URI: | http://familysearch.org/v1/FeedbackInfo |
Properties
| Name |
Type |
Description |
|
| resolution |
string
|
The resolution of the feedback. |
|
| status |
string
|
The status of the feedback. |
|
| details |
string
|
Some additional details about the resolution. |
|
| place |
ResourceReference
|
A reference to the place that was created based on this feedback, if any. |
|
Example
<feedbackInfo resolution="..." status="..." xmlns="http://familysearch.org/v1/">
<details>...</details>
<place resource="..." resourceId="..."/>
</feedbackInfo>