Get Source Description Changes

Get a list of source description ids that have changed since the specified timestamp.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

A Unix epoch in milliseconds (i.e. timestamp), indicating the starting point to check for changes.

Body Params
sourceDescriptions
array of objects
required
length between 1 and 100

Array containing the source descriptions to check for changes. A maximum of 100 source descriptions is allowed. See SourceDescription Schema (JSON)

sourceDescriptions*
string
required

The ID of the source description to check for changes. To find source description IDs, see Read User Source Descriptions, or Create Source Description to create a new source description.

Headers
string
enum
Defaults to application/x-gedcomx-v1+json

Generated from available request content types

Allowed:
Responses
200

A list of source descriptions (each with an id) that have changed was returned. See SourceDescription Schema (JSON)

204

None of the specified source descriptions has changed.

400

Indicates that the request could not be understood by the application, possibly due to malformed syntax or invalid parameters.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!