CET Persons

Prototype: This resource is currently in a prototype development state. It may or may not be operational and the interface may change prior to release. Feedback is welcome.

Description

The CET Persons resource provides the interface to get the Person ids in a CET.

Operations

GET - Retrieve the requested page of person ids in the given CET.

Produces - Specify a returned data format using the Accept header.
Parameters
Name Type Description
tid path The id of the tree from which person ids are to be retrieved.
count query The maximum number of person ids to return. Default=100. Min=100. Max=1000000.
from query The page of person ids to return. Omit this parameter to retrieve the first page.
view query The type of data to return. Currently, "identifiers" is the only supported data type and is the default. Default=identifiers.
Status Codes
  • 200  -  The retrieval of the requested page of person ids was successful. Expect the person ids to be in the id field of each Entry within the Feed.
  • 204  -  Upon a successful read with an empty person id list.
  • 400  -  Missing or invalid parameter.
  • 429  -  If the request was throttled.

Example Requests

Read First Page of Tree Persons IDs How to read the IDs for all the persons in a tree.
Read subsequent pages of Tree Persons IDs How to read subsequent pages of the IDs for all the persons in a tree.

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.