The /member-api/v1/objects endpoint currently supports only GET requests, meaning it is a read-only endpoint for now. GET /member-api/v1/objects Filter ParametersThe endpoint accepts the following query string parameters to filter results.
JSON Response Format A sample JSON response appears below, and includes the following:
{ "count": 15, "next": "http://localhost:3000/member-api/v1/objects/?page=3&per_page=5&updated_since=2016-01-27T00:00:00Z", "previous": "http://localhost:3000/member-api/v1/objects/?page=1&per_page=5&updated_since=2016-01-27T00:00:00Z", "results": [ { "id": "changeme:55506", "title": "Roots of Alternative Medicine", "description": "", "access": "consortia", "bag_name": "virginia.edu_dc3acb8", "identifier": "virginia.edu/virginia.edu_dc3acb8", "state": "A", "alt_identifier": ["med:377892276"], "etag": "987654321fedcba0123456789" }, { "id": "changeme:55511", "title": "Test Bag For IU", "description": "", "access": "consortia", "bag_name": "iu.edu.testbag1", "identifier": "test.edu/iu.edu.testbag1", "state": "A", "alt_identifier": [], "etag": "987654321fedcba0123400000" }, { "id": "changeme:55517", "title": "Our Friend the Beaver", "description": "", "access": "consortia", "bag_name": "test_oftb_19820116", "identifier": "test.edu/test_oftb_19820116", "state": "A", "alt_identifier": ["0089771632555"], "etag": "987654321fedcba0123488888" }, { "id": "changeme:55522", "title": "APTrust/DPN Test Bag 3", "description": "", "access": "consortia", "bag_name": "test.edu.bag3", "identifier": "test.edu/test.edu.bag3", "state": "A", "alt_identifier": [], "etag": "987654321fedcba0123455555" }, { "id": "changeme:55525", "title": "APTrust/DPN Test Bag 4", "description": "", "access": "consortia", "bag_name": "test.edu.bag4", "identifier": "test.edu/test.edu.bag4", "state": "A", "alt_identifier": [], "etag": "987654321fedcba0123444444" } ] } |