Read a Page of the Sources in a Folder

This example request illustrates how to read a page of sources in a folder.

JSON

Request

GET /platform/sources/collections/sf-MMMM-123/descriptions?start=2&count=1
Accept: application/x-fs-v1+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/sources/collections/sf-MMMM-123/descriptions
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked{
  "links" : {
    "next" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&count=1&start=3"
    },
    "last" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&count=1&start=4"
    },
    "prev" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&count=1&start=1"
    },
    "self" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&count=1&start=2"
    },
    "collection" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123?flag=fsh"
    },
    "first" : {
      "href" : "https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&count=1&start=0"
    }
  },
  "sourceDescriptions" : [ {
    "id" : "MMMM-MMM",
    "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/platform/sources/descriptions/MMMM-MMM?flag=fsh"
      },
      "source-references-query" : {
        "href" : "https://api.familysearch.org/tree/source-references?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/sources/collections/sf-MMMM-123/descriptions?start=2&count=1
Accept: application/x-fs-v1+xml
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE

Response

HTTP/1.1 200 OK
Content-type: application/x-fs-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/sources/collections/sf-MMMM-123/descriptions
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"?>
<fs:familysearch xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
    <link rel="collection" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123?flag=fsh"/>
    <link rel="first" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&amp;count=1&amp;start=0"/>
    <link rel="last" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&amp;count=1&amp;start=4"/>
    <link rel="next" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&amp;count=1&amp;start=3"/>
    <link rel="prev" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&amp;count=1&amp;start=1"/>
    <link rel="self" href="https://api.familysearch.org/platform/sources/collections/sf-MMMM-123/descriptions?flag=fsh&amp;count=1&amp;start=2"/>
    <sourceDescription about="https://familysearch.org/pal:/MM9.1.1/M9PJ-2JJ" id="MMMM-MMM">
        <link rel="description" href="https://api.familysearch.org/platform/sources/descriptions/MMMM-MMM?flag=fsh"/>
        <link rel="source-references-query" href="https://api.familysearch.org/tree/source-references?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>
</fs:familysearch>