Read Person Ordinances Rollup Status

This example request illustrates how to query for the ordinance status for a person.

JSON

Request

GET /platform/ordinances/persons/ordinances/status?person=HIJK-LMN
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
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Location: http://familysearch.org/v1/RolledUpReady
Transfer-encoding: chunked
                
                  {
  "ordinanceRollups" : [ {
    "rollupStatus" : "http://familysearch.org/v1/RolledUpReady"
  } ]
}
                
              

XML

Request

GET /platform/ordinances/persons/ordinances/status?person=HIJK-LMN
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
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Location: http://familysearch.org/v1/RolledUpReady
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">
    <fs:ordinanceRollup rollupStatus="http://familysearch.org/v1/RolledUpReady"/>
</fs:familysearch>
                
              

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.