Purpose
This method is designed to check the status of an asynchronous job
Specification
Link | https://app.swaggerhub.com/apis/bugzi11a/emal/1.0.7#/async/getAsyncJobStatus |
Resource | /patients/composition/job/{{asyncJobId}} |
Scope | composition:read |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | GET |
Sync/Async | Async |
Public/Private/Internal | Public |
Logic
Input parameters
Input parameter | Values | Type | Description | Example |
---|---|---|---|---|
asyncJobId |
| String | Async Job Object ID |
|
Request structure
Authorize
API paragraph not found
Headers
API paragraph not found
Validation data request
Parameters validation:
asyncJobId
Processing
API paragraph not found
Response structure
Example:
Post-processing processes*
API paragraph not found
HTTP status codes
HTTP status code | Message | What caused the error |
---|---|---|
200 | Task found |
|
400 | Invalid request format |
|
404 | Task not found |