Skip to content

API: Show all children

kishoreyekkanti edited this page Dec 10, 2012 · 6 revisions

Description:
Returns all child records in the system.

URL:
http://localhost:3000/children

Formats:
XML, JSON

HTTP Method:
GET

Requires:
Authentication : true
Authorization: View And Search Child

Parameters:
none

Returns:
All child records in JSON or XML format

Exceptions:
403 Unauthorized exception if the user is not authorized to view children


Description:
YET TO BE IMPLEMENTED Returns all child records in the system based on last_updated_at timestamp.

URL:
http://localhost:3000/children?last_updated_at=“2012-10-13:17:24”

Formats:
XML, JSON

HTTP Method:
GET

Requires:
Authentication : true
Authorization: View And Search Child

Parameters:
none

Returns:
All child records where last_updated_at is >= “2012-10-13:17:24” in JSON or XML format

Exceptions:
403 Unauthorized exception if the user is not authorized to view children