Table of Contents | ||||
---|---|---|---|---|
|
...
Creating "a replacement" composition
Specification
Link | |
Resource | |
Scope | composition:read |
Components | |
Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
...
Check user scopes in order to perform this action (scope = 'composition:searchread')
return 401 (Unauthorized) in case of invalid scope(s)
...
IF it is valid
THEN the process continues
ELSE an error 404 is returned.
Processing
Before collecting data from the composition, access to the composition according to the data from the request is checked:
IF access allowed
THEN data collect
ELSE access error message
After requesting a template from the MAN component, the response is checked:
IF template received in response
THEN print form generated in response to MIS
ELSE template error message
...