RESTGetProductListingsByOrgIdAndName ==================================== **GET** - ``/product-listings/org-id/{org_id}/name/{name}`` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get the product listings for a given org id and a name that either matches the product name or the attached project name. Parameters ---------- Path ^^^^ ``org_id`` | *Integer* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Red Hat Org ID / account_id from Red Hat SSO. Also corresponds to company_org_id in Red Hat Connect. ``name`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Name of product or project. Acts as a case-insensitive regex. Query ^^^^^ ``include`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to include in the response. Use dot notation to define nested fields. ``exclude`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to exclude in the response. Use dot notation to define nested fields. ``filter`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Filter used to select results. ``page_size`` | *Integer* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Size of the page that should be returned. ``page`` | *Integer* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Page that should be returned. ``sort_by`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields that are used to sort objects. Each field can be ordered in a descending (desc) or ascending (asc) order. The order can be defined for each key separately, e.g. key[asc],key[desc]. Default sorting order is ascending. Returns ------- ``content`` | application/json ``response_type`` | many ``response_object`` | :doc:`/objects/ProductListing`