<div dir="ltr"><div>AUG:</div><div><br></div><div>I am trying to get resource records from the ASpace API, I'm currently using the advanced query example that Chris had posted in 2015.<br><div><table cellpadding="0" class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-ajC" style="font-size:12.8px"><tbody><tr class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-ajv"><td colspan="2" class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-gL" style="padding:6px 0px"><span class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-gI"><table cellpadding="0" class="gmail-m_-1309948593357931659gmail-ajC" style="font-size:12.8px"><tbody><tr class="gmail-m_-1309948593357931659gmail-ajv"><td colspan="2" class="gmail-m_-1309948593357931659gmail-gL" style="padding:6px 0px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">response = client.get('repositories/3/<wbr>search?page=1&<wbr>aq={"query":{"field":"title","<wbr>value":"Jeremy Blake Papers", "jsonmodel_type":"field_query"<wbr>,"negated":false,"literal":<wbr>true}}')</blockquote></td></tr></tbody></table></span></td></tr></tbody></table></div><div>While this returns the wanted resource record, the api also returns an accession record and a collection control management. So my question: how can I filter to just resource records? I see in the json for any record has a field to  "type"=>["resource"], and there's documentation in the API about using this field in an advanced query:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="color:rgb(51,51,51);font-family:"helvetica neue",helvetica,arial,"microsoft yahei",微软雅黑,stxihei,华文细黑,sans-serif;font-size:13px;background-color:rgb(255,255,255)">[String] type – The record type to search (defaults to all types if not specified)</span></blockquote><div><span style="color:rgb(51,51,51);font-family:"helvetica neue",helvetica,arial,"microsoft yahei",微软雅黑,stxihei,华文细黑,sans-serif;font-size:13px;background-color:rgb(234,242,246)"><br></span></div><div>I've tried adding a "type" parameter to a query in numerous ways, such as:</div><table cellpadding="0" class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-ajC" style="font-size:12.8px"><tbody><tr class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-ajv"><td colspan="2" class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-gL" style="padding:6px 0px"><span class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail-gI"><table cellpadding="0" class="gmail-m_-1309948593357931659gmail-ajC" style="font-size:12.8px"><tbody><tr class="gmail-m_-1309948593357931659gmail-ajv"><td colspan="2" class="gmail-m_-1309948593357931659gmail-gL" style="padding:6px 0px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">response = client.get('repositories/3/<wbr>search?page=1&<wbr>aq={"query":{"field":"title","<wbr>value":"Jeremy Blake Papers", "jsonmodel_type":"field_query"<wbr>,"negated":false,"literal":<wbr>true, <b><font color="#ff0000">"type": ["resource"] </font></b>}}')</blockquote></td></tr></tbody></table></span></td></tr></tbody></table><div><br></div><div>Can anyone provide some guidance on how to limit results from the search API to specific record types?</div><div><br></div><div>Thanks.</div><div><br></div><div>Don</div><div><div><div class="gmail-m_-1309948593357931659gmail-m_-469178790661640464gmail_signature"><div dir="ltr"><div><div><font face="verdana, sans-serif"><br></font></div></div></div></div></div>
</div></div></div>