X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fbase_topic.py;h=8c67c2d9af9458e78e090bcacfea42e778c9cc3a;hp=722ff594c253aaf90c4fcaa2835a30f4a75b92f1;hb=5758955b7b394517ff5caf5506a4400cdc5aa372;hpb=4568a372eb5a204e04d917213de03ec51f9110c1 diff --git a/osm_nbi/base_topic.py b/osm_nbi/base_topic.py index 722ff59..8c67c2d 100644 --- a/osm_nbi/base_topic.py +++ b/osm_nbi/base_topic.py @@ -411,11 +411,12 @@ class BaseTopic: # Projection was moved to child classes return data - def show(self, session, _id, api_req=False): + def show(self, session, _id, filter_q=None, api_req=False): """ Get complete information on an topic :param session: contains "username", "admin", "force", "public", "project_id", "set_project" :param _id: server internal id + :param filter_q: dict: query parameter :param api_req: True if this call is serving an external API request. False if serving internal request. :return: dictionary, raise exception if not found. """