Dokumentacja MGBI API
  1. pl-wpv-record
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
        • Get Records
          GET
        • Stream Records
          GET
        • Get Limits
          GET
        • Get Projections
          GET
      • 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
      • Get Refresh
  1. pl-wpv-record

Get Projections

GET
/v1/models/pl-wpv-record/projections
Pobiera słownik z informacjami o dostępnych projekcjach dla wybranego modelu w obecnym okresie abonamentowym.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.mgbi.pl/v1/models/pl-wpv-record/projections'
Response Response Example
200 - Example 1
{
    "property1": {
        "content": [
            "string"
        ],
        "where": [
            "string"
        ]
    },
    "property2": {
        "content": [
            "string"
        ],
        "where": [
            "string"
        ]
    }
}

Request

Query Params

Header Params

Responses

🟢200Get list of available projections for `pl-wpv-record` model
application/json
Słownik z informacjami o dostępnych projekcjach
Body

🟢204No Content
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-08-21 12:41:02
Previous
Get Limits
Next
pl-crbr-wp-record
Built with