Search
-
Purpose
This method is used to find images from our digitised collections. It is to be used in conjuction with the record summary method
-
URL
/search/type/startrec/start_record/numrecs/num_records
-
Method:
GET
-
URL Params
Required:
type=[alphanumeric]
Allowed Types [subject|title]search_terms=[alphanumeric]
Returns results where all search terms are present. The more terms you insert, the fewer results you will get.Optional:
num_records=[integer]
Number of records returned. Default [20]start_record=[integer]
Start returning results from position number.Notes:
If the start record parameter is used, the num records parameter must be specified as well
-
Success Response
Code: 200
Returns:
[text/xml]
Content:
-
Error Response
Code: 200
Returns:
[text/xml]
Content:
Click here for a list of error codes
-
Sample Call
PHP
PERL
Javascript