ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Specification

Schema

Features - Get all

Input parameters (filters)

  • id (optional)
  • code (optional)
  • name (optional, as `LIKE *`)
  • isActive (optional)

Logic WS

  1. Check user scopes in order to perform this action (scope = 'service_catalog:read')
  2. Search Services by filters in payload

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


  • No labels