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

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Current »

Purpose

This endpoint returns service program member by id

Specification

Link

https://ehealthmisapi1.docs.apiary.io/#reference/public.-medical-programs/medical-program/get-program-service-by-id

Посилання на Apiary або Swagger

Resource

/api/program_services/{{id}}

Посилання на ресурс, наприклад: /api/persons/create

Scope

program_service:read

Scope для доступу

Components

Program service

Зазначається перелік бізнес компонентів, які використовують цей метод, наприклад: ePrescription

Microservices

API paragraph not found

Перелік мікросервісів, які використовує метод API, наприклад: Auth, ABAC

Protocol type

REST

Тип протоколу, який використовується запитом, наприклад: SOAP | REST

Request type

GET

Тип запиту API, наприклад: GET, POST, PATCH…

Sync/Async

Sync

Метод є синхронним чи асинхронним?

Public/Private/Internal

Public

Потрібно зазначити тип методу за ступенем доступності

Logic

API paragraph not found

Input parameters

Input parameter

Values

Type

Description

Example

id

String

Required

Request structure

API paragraph not found

Authorize

Request to process the request using a token in the headers

Headers

Наприклад:

Content-Type:application/json

Authorization:Bearer c2778f3064753ea70de870a53795f5c9

api-key:uXhEczJ56adsfh3Ri9SUkc4en

Request data validation

API paragraph not found

Processing

API paragraph not found

Response structure

See on Apiary

Example:

 Response example
{
  "meta": {
    "code": 200,
    "url": "https://example.com/resource",
    "type": "object",
    "request_id": "6617aeec-15e2-4d6f-b9bd-53559c358f97#17810"
  },
  "data": {
    "id": "c290f1ee-6c54-4b01-90e6-d701748f0851",
    "medical_program_id": "b290f1ee-6c54-4b01-90e6-d701748f0852",
    "service_id": "d290f1ee-6c54-4b01-90e6-d701748f0853",
    "service_group_id": "null",
    "consumer_price": 15,
    "description": "text",
    "request_allowed": true,
    "is_active": true,
    "inserted_at": "2019-04-20T19:14:13Z",
    "inserted_by": "f290f1ee-6c54-4b01-90e6-d701748f0851",
    "updated_at": "2019-04-20T19:14:13Z",
    "updated_by": "f290f1ee-6c54-4b01-90e6-d701748f0851"
  }
}

Post-processing processes

API paragraph not found

HTTP status codes

HTTP status code

Message

What caused the error

 200

 Response

 

  • No labels