Read Couple Relationship Sources

This example request illustrates how to query for the list of sources on a couple relationship.

JSON

Request

GET /platform/tree/couple-relationships/CCCC-CCC/sources
Accept: application/x-gedcomx-v1+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-gedcomx-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/tree/couple-relationships/CCCC-CCC/sources
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked{
  "relationships" : [ {
    "id" : "CCCC-CCC",
    "links" : {
      "source-references" : {
        "href" : "https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references?flag=fsh"
      },
      "relationship" : {
        "href" : "https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC?flag=fsh"
      }
    },
    "sources" : [ {
      "id" : "abcde",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/UUUU-UUU",
          "resourceId" : "UUUU-UUU"
        },
        "modified" : 123456789,
        "changeMessage" : "Family is at the same address found in other sources associated with this family.  Names are a good match.  Estimated births are reasonable."
      },
      "links" : {
        "source-reference" : {
          "href" : "https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references/psrcrefid?flag=fsh"
        }
      },
      "description" : "#SSSS-SS1",
      "tags" : [ {
        "resource" : "http://gedcomx.org/Name"
      }, {
        "resource" : "http://gedcomx.org/Gender"
      }, {
        "resource" : "http://gedcomx.org/Birth"
      } ]
    }, {
      "id" : "fghij",
      "attribution" : {
        "contributor" : {
          "resource" : "https://api.familysearch.org/platform/users/agents/UUUU-UUU",
          "resourceId" : "UUUU-UUU"
        },
        "modified" : 987654321,
        "changeMessage" : "Dates and location match with other sources."
      },
      "links" : {
        "source-reference" : {
          "href" : "https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references/srcrefid2?flag=fsh"
        }
      },
      "description" : "#SSSS-SS2"
    } ]
  } ],
  "sourceDescriptions" : [ {
    "id" : "SSSS-SS1",
    "about" : "https://familysearch.org/pal:/MM9.1.1/M9PJ-2JJ",
    "attribution" : {
      "contributor" : {
        "resource" : "https://api.familysearch.org/platform/users/agents/123",
        "resourceId" : "123"
      },
      "modified" : 1543677067759,
      "changeMessage" : "This is the change message"
    },
    "links" : {
      "description" : {
        "href" : "https://api.familysearch.org/sources/descriptions/SSSS-SS1?flag=fsh"
      }
    },
    "citations" : [ {
      "value" : "\"United States Census, 1900.\" database and digital images, FamilySearch (https://familysearch.org/: accessed 17 Mar 2012), Ethel Hollivet, 1900; citing United States Census Office, Washington, D.C., 1900 Population Census Schedules, Los Angeles, California, population schedule, Los Angeles Ward 6, Enumeration District 58, p. 20B, dwelling 470, family 501, FHL microfilm 1,240,090; citing NARA microfilm publication T623, roll 90."
    } ],
    "titles" : [ {
      "value" : "1900 US Census, Ethel Hollivet"
    } ],
    "notes" : [ {
      "text" : "Ethel Hollivet (line 75) with husband Albert Hollivet (line 74); also in the dwelling: step-father Joseph E Watkins (line 72), mother Lina Watkins (line 73), and grandmother -- Lina's mother -- Mary Sasnett (line 76).  Albert's mother and brother also appear on this page -- Emma Hollivet (line 68), and Eddie (line 69)."
    } ]
  }, {
    "id" : "SSSS-SS2",
    "about" : "https://familysearch.org/pal:/MM9.1.1/M9PJ-2JJ",
    "attribution" : {
      "contributor" : {
        "resource" : "https://api.familysearch.org/platform/users/agents/123",
        "resourceId" : "123"
      },
      "modified" : 1543677067759,
      "changeMessage" : "This is the change message"
    },
    "links" : {
      "description" : {
        "href" : "https://api.familysearch.org/sources/descriptions/SSSS-SS2?flag=fsh"
      }
    },
    "citations" : [ {
      "value" : "\"United States Census, 1900.\" database and digital images, FamilySearch (https://familysearch.org/: accessed 17 Mar 2012), Ethel Hollivet, 1900; citing United States Census Office, Washington, D.C., 1900 Population Census Schedules, Los Angeles, California, population schedule, Los Angeles Ward 6, Enumeration District 58, p. 20B, dwelling 470, family 501, FHL microfilm 1,240,090; citing NARA microfilm publication T623, roll 90."
    } ],
    "titles" : [ {
      "value" : "1900 US Census, Ethel Hollivet"
    } ],
    "notes" : [ {
      "text" : "Ethel Hollivet (line 75) with husband Albert Hollivet (line 74); also in the dwelling: step-father Joseph E Watkins (line 72), mother Lina Watkins (line 73), and grandmother -- Lina's mother -- Mary Sasnett (line 76).  Albert's mother and brother also appear on this page -- Emma Hollivet (line 68), and Eddie (line 69)."
    } ]
  } ]
}

XML

Request

GET /platform/tree/couple-relationships/CCCC-CCC/sources
Accept: application/x-gedcomx-v1+xml
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-gedcomx-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/tree/couple-relationships/CCCC-CCC/sources
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<gedcomx xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
    <relationship id="CCCC-CCC">
        <link rel="relationship" href="https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC?flag=fsh"/>
        <link rel="source-references" href="https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references?flag=fsh"/>
        <source description="#SSSS-SS1" id="abcde">
            <fs:tag resource="http://gedcomx.org/Name"/>
            <fs:tag resource="http://gedcomx.org/Gender"/>
            <fs:tag resource="http://gedcomx.org/Birth"/>
            <link rel="source-reference" href="https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references/psrcrefid?flag=fsh"/>
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/UUUU-UUU" resourceId="UUUU-UUU"/>
                <modified>1970-01-02T03:17:36.789-07:00</modified>
                <changeMessage>Family is at the same address found in other sources associated with this family.  Names are a good match.  Estimated births are reasonable.</changeMessage>
            </attribution>
        </source>
        <source description="#SSSS-SS2" id="fghij">
            <link rel="source-reference" href="https://api.familysearch.org/platform/tree/couple-relationships/CCCC-CCC/source-references/srcrefid2?flag=fsh"/>
            <attribution>
                <contributor resource="https://api.familysearch.org/platform/users/agents/UUUU-UUU" resourceId="UUUU-UUU"/>
                <modified>1970-01-12T03:20:54.321-07:00</modified>
                <changeMessage>Dates and location match with other sources.</changeMessage>
            </attribution>
        </source>
    </relationship>
    <sourceDescription about="https://familysearch.org/pal:/MM9.1.1/M9PJ-2JJ" id="SSSS-SS1">
        <link rel="description" href="https://api.familysearch.org/sources/descriptions/SSSS-SS1?flag=fsh"/>
        <citation>
            <value>"United States Census, 1900." database and digital images, FamilySearch (https://familysearch.org/: accessed 17 Mar 2012), Ethel Hollivet, 1900; citing United States Census Office, Washington, D.C., 1900 Population Census Schedules, Los Angeles, California, population schedule, Los Angeles Ward 6, Enumeration District 58, p. 20B, dwelling 470, family 501, FHL microfilm 1,240,090; citing NARA microfilm publication T623, roll 90.</value>
        </citation>
        <title>1900 US Census, Ethel Hollivet</title>
        <note>
            <text>Ethel Hollivet (line 75) with husband Albert Hollivet (line 74); also in the dwelling: step-father Joseph E Watkins (line 72), mother Lina Watkins (line 73), and grandmother -- Lina's mother -- Mary Sasnett (line 76).  Albert's mother and brother also appear on this page -- Emma Hollivet (line 68), and Eddie (line 69).</text>
        </note>
        <attribution>
            <contributor resource="https://api.familysearch.org/platform/users/agents/123" resourceId="123"/>
            <modified>2018-12-01T08:11:07.759-07:00</modified>
            <changeMessage>This is the change message</changeMessage>
        </attribution>
    </sourceDescription>
    <sourceDescription about="https://familysearch.org/pal:/MM9.1.1/M9PJ-2JJ" id="SSSS-SS2">
        <link rel="description" href="https://api.familysearch.org/sources/descriptions/SSSS-SS2?flag=fsh"/>
        <citation>
            <value>"United States Census, 1900." database and digital images, FamilySearch (https://familysearch.org/: accessed 17 Mar 2012), Ethel Hollivet, 1900; citing United States Census Office, Washington, D.C., 1900 Population Census Schedules, Los Angeles, California, population schedule, Los Angeles Ward 6, Enumeration District 58, p. 20B, dwelling 470, family 501, FHL microfilm 1,240,090; citing NARA microfilm publication T623, roll 90.</value>
        </citation>
        <title>1900 US Census, Ethel Hollivet</title>
        <note>
            <text>Ethel Hollivet (line 75) with husband Albert Hollivet (line 74); also in the dwelling: step-father Joseph E Watkins (line 72), mother Lina Watkins (line 73), and grandmother -- Lina's mother -- Mary Sasnett (line 76).  Albert's mother and brother also appear on this page -- Emma Hollivet (line 68), and Eddie (line 69).</text>
        </note>
        <attribution>
            <contributor resource="https://api.familysearch.org/platform/users/agents/123" resourceId="123"/>
            <modified>2018-12-01T08:11:07.759-07:00</modified>
            <changeMessage>This is the change message</changeMessage>
        </attribution>
    </sourceDescription>
</gedcomx>