...
Properties of a REST API method document
Document type | Метод REST API |
---|---|
Document title | [DRAFT] REST API Get Specimen details [API-007-012-001-0495] |
Guideline ID | GUI-0011 |
Author | @ |
Document version | 1 |
Document status | DRAFT |
Date of creation | ХХ.ХХ.ХХХХ (дата фінальної версії документа – RC або PROD) |
Date of update | ХХ.ХХ.ХХХХ (дата зміни версії) |
Method API ID | API-007-012-001-0495 |
Microservices (namespace) | ME |
Component | Specimen |
Component ID | COM-007-012 |
Link на API-специфікацію | |
Resource | {{host}}/api/patients/patient_id/specimens/{{id}} |
Scope | specimen:read |
Protocol type | REST |
Request type | GET |
Sync/Async | Sync |
Public/Private | Public |
Purpose
This WS allows to get a single Specimen by its identifier.
...
Input parameter | Mandatory | Type | Description | Example | |
---|---|---|---|---|---|
1 | patient_id | M | String | Unique patient identifier |
|
2 | id | M | String | Unique specimen identifier | |
Request structure
See on API-specification
...