Dokumentacja MGBI API
  1. Zlecanie odświeżenia danych
Dokumentacja MGBI API
  • MGBI API
    • Wprowadzenie
    • Autoryzacja
    • Pojęcia
    • Modele danych
      • pl-krs-wp-record
      • pl-krs-rdf-record
      • pl-krz-wp-record
      • pl-wpv-record
      • pl-crbr-wp-record
      • pl-msig-record
    • Endpointy dla modeli danych
      • pl-krs-wp-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Download File By Id
        • Get Limits
        • Get Projections
      • pl-krs-rdf-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Download File By Id
        • Get Limits
        • Get Projections
      • pl-krz-wp-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Get Limits
        • Get Projections
      • pl-wpv-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Get Limits
        • Get Projections
      • pl-crbr-wp-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Get Limits
        • Get Projections
      • pl-msig-record
        • Get Record By Id
        • Get Records
        • Stream Records
        • Download File By Id
        • Get Limits
        • Get Projections
    • Zlecanie odświeżenia danych
      • Ogólne informacje
      • Create Refresh
        POST
      • Get Refresh
        GET
  1. Zlecanie odświeżenia danych

Get Refresh

GET
/v1/refresh/{id}
Pobiera pojedynczy rekord z informacjami o zleceniu odświeżenia danych.
W przypadku sukcesu w odpowiedzi zwraca parametry zlecenia.
W przypadku, gdy zlecenie nie istnieje, zwraca błąd 404.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mgbi.pl/v1/refresh/'
Response Response Example
200 - Example 1
{
    "id": "string",
    "query": {
        "model": "string"
    },
    "creation_datetime": "2019-08-24T14:15:22Z",
    "start_datetime": "2019-08-24T14:15:22Z",
    "finish_datetime": "2019-08-24T14:15:22Z",
    "status": "pending"
}

Request

Path Params

Query Params

Header Params

Responses

🟢200Successful Response
application/json
Pojedynczy rekord
Body

🟠404Not Found
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-08-21 12:41:02
Previous
Create Refresh
Built with