Skip to main content

Returns a list with all person objects.

GET 

/persons

Returns all person records. Paging is done based on the person object, i.e. if limit is set to 1, then 1 person will be returned per page.

Request

Responses

A person list.

Response Headers
    X-Correlation-ID

    Client defined ID from request to correlate HTTP requests between a client and a server

    nextCursor

    An opaque string value, or an empty string if there are no more results.