{% extends "_section.html" %} {% block cpc_subsection_section_class %}section-selected{% endblock %} {% block section_title %}CPC Subsection{% endblock %} {% block section_title_plural %}CPC Subsections{% endblock %} {% block section_get_url %}/api/cpc_subsections/query?q{,f,o,s}{% endblock %} {% block section_post_url %}/api/cpc_subsections/query{% endblock %} {% block section_introduction %}

This will search for CPC (Cooperative Patent Classification) subsections matching the query string (q) and returning the data fields listed in the field string (f) sorted by the fields in the sort string (s) using options provided in the option string (o).

{% endblock %} {% block section_query_example %} {"cpc_subsection_id":"G12"} {% endblock %} {% block section_field_defaults %} cpc_subsection_id and cpc_subsection_title {% endblock %} {% block section_field_example %} ["cpc_subsection_id", "cpc_subsection_title","cpc_total_num_patents"] {% endblock %} {% block section_sort_default %} cpc_subsection_id {% endblock %} {% block section_sort_example %} [{"cpc_total_num_patents":"desc"}] {% endblock %} {% block section_get_url_example %} cpc_subsections/query?q={"cpc_subsection_id":"G12"}&f=["cpc_subsection_id","cpc_subsection_title","cpc_total_num_patents"] {% endblock %} {% block section_post_url_example %} cpc_subsections/query {% endblock %} {% block section_post_body_example %} {"q":{"cpc_subsection_id":"G12"},"f":["cpc_subsection_id", "cpc_subsection_title","cpc_total_num_patents"]} {% endblock %} {% block section_examples %} {% endblock %}