Rejestr_io_GetKRSPerson
This function fetches the data of the specific person from the Polish public register 'KRS’ via 'rejestr.io’ API.
Syntax:
Rejestr_io_GetKRSPerson("personId");
Arguments:
- personId – (String) the identificator of the person, more details on official 'rejestr.io’ API docs: https://rejestr.io/api.
Return Value:
Returns JSON response from API
Type: String
Examples:
Rejestr_io_GetKRSPerson("personId");
This will return the basic information about the specific person.