Table of Contents | ||||
---|---|---|---|---|
|
...
Creating "a replacement" composition
Specification
Link | |
Resource | |
Scope | composition:read |
Components | Compositions, MAN |
Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
...
IF it is valid
THEN the process continues
ELSE an error 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
Response structure
...
...
Expand | ||
---|---|---|
| ||
|
HTTP status codes
...
HTTP status code | Message | What caused the error |
---|---|---|
200 |
| Form exists |
404 |
| Form not found |