Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Table of Contents

Specification

Schema

Features - Get all

Purpose

This WS is designed to return Service list by filters.

Input parameters (filters)

...

Logic WS

  1. Verify the validity of access token
  2. Check user scopes in order to perform this action (scope = 'service_catalog:read')
  3. Search Services by filters in payload

    Code Block
    languagesql
    SELECT * FROM service_groups
    WHERE parent_group_id in (
    	SELCTSELECT id FROM service_groups
    	WHERE is_active = 'True') 
    or  parent_group_id is NULL