########## Family api ########## .. http:get:: ^/(?P[^/]+)/all/?$ Response to get request for all families details in a dataset. .. http:get:: ^/(?P[^/]+)/(?P[^/]+)/members/all/?$ Response to get request for details of all members of a family. .. http:get:: ^/(?P[^/]+)/(?P[^/]+)/members/(?P[^/]+)/?$ Response to get request for a person details. .. http:get:: ^/(?P[^/]+)/(?P[^/]+)/members/?$ Response to get family members. .. http:get:: ^/(?P[^/]+)/(?P[^/]+)/?$ Response to a get request for the details of a specific family. .. http:get:: ^/(?P[^/]+)/?$ Response to get request for a dataset families.