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

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 7 Next »

Specification

Schema

Features - Get all

Input parameters (filters)

  • id (optional)
  • code (optional)
  • name (optional, as `LIKE *`)
  • category (optional, from `SERVICE_CATALOG` dictionary)
  • 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 services
    
    
  • No labels