Run in Apidog
Pobiera rekordy używając parametrów z ciała zapytania -NEW-. W przypadku sukcesu w odpowiedzi zwraca listę rekordów. W przypadku braku rekordów spełniających podane kryteria zwraca pustą listę. Poprawne wywołanie endpointu zwiększa liczniki: api_search_results o 1 jeśli zwrócono co najmniej jeden rekord
records i records_api_search o liczbę zwróconych rekordów
Request Body Params application/json Required
{
"meta.last_update_datetime_from" : "2019-08-24T14:15:22.123Z" ,
"meta.last_update_datetime_to" : "2019-08-24T14:15:22.123Z" ,
"kind" : "all" ,
"identifiers.register_type" : { } ,
"identifiers.pl_krs" : "string" ,
"identifiers.pl_nip" : "string" ,
"identifiers.pl_regon" : "string" ,
"identifiers.pl_pesel.full" : "string" ,
"identifiers.pl_pesel.current" : "string" ,
"projection" : "string" ,
"content" : [
"string"
]
} Request Code Samples
curl --location 'https://api.mgbi.pl/v1/models/pl-krs-wp-record/stream?media_type=undefined' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"meta.last_update_datetime_from": "2019-08-24T14:15:22.123Z",
"meta.last_update_datetime_to": "2019-08-24T14:15:22.123Z",
"kind": "all",
"identifiers.register_type": {},
"identifiers.pl_krs": "string",
"identifiers.pl_nip": "string",
"identifiers.pl_regon": "string",
"identifiers.pl_pesel.full": "string",
"identifiers.pl_pesel.current": "string",
"projection": "string",
"content": [
"string"
]
}' Responses
[
{
"content" : {
"current_excerpt" : { } ,
"full_excerpt" : { }
} ,
"files" : {
"current_excerpt_pdf_file" : {
"content_type" : "application/pdf" ,
"name" : "current.pdf" ,
"url" : "https://api.mgbi.pl/v2/pl-krs-wp-record/records/66224f432af717a81b7caf8f/files/current_excerpt_pdf_uri"
} ,
"full_excerpt_pdf_file" : {
"content_type" : "application/pdf" ,
"name" : "full.pdf" ,
"url" : "https://api.mgbi.pl/v2/pl-krs-wp-record/records/66224f432af717a81b7caf8f/files/full_excerpt_pdf_uri"
}
} ,
"id" : "66224f432af717a81b7caf8f" ,
"identifiers" : {
"pl_krs" : "0000009723" ,
"register_type" : "P"
} ,
"meta" : {
"first_update_date" : "2024-04-01" ,
"last_update_date" : "2024-04-03"
}
}
]
Modified at 2026-06-03 11:40:06