CitizenDetails
Output
Attribute | Type | Description |
---|---|---|
object | Container object used to store citizen data | |
containerCitizenDataSigningTime | number | Time of data container sign via the mObywatel system in the UnixTime format |
dataSetType | number | Internal id of chosen data set. In this case it will be 7. |
object | Object used to store certificate data | |
requestId | string | Id of the request in UUID format |
recipientId | string | External id |
Container Citizen Data
Attribute | Type | Description |
---|---|---|
object | Object used to store citizen details | |
object | Object used to store document details |
Certificate Citizen Data
Attribute | Type | Description |
---|---|---|
names | string | Names of the citizen |
surname | string | Surname of the citizen |
pesel | string | Pesel of the citizen |
Citizen Details
Attribute | Type | Description |
---|---|---|
bc | string | Birth place |
ntl | string | Nationality |
su | string | Surname |
p | string | PESEL number |
pIdCN | string | Identity Document number |
Document details
Attribute | Type | Description |
---|---|---|
tp | string | Document type |
stp | string | Document subtype |
ver | string | Version of the document |
db | string | Details of citizen's certificate used to release data |
sn | string | Number of citizen's certificate used to release data |
isr | string | Issuer of citizen's certificate used to release data |
ts | string | Timestamp of data release in format YYYYMMDDHHmmssSSS |
rId | string | Id of data release in UUID format |
iid | string | Internal id of data release in UUID format |
pe | pesel | Pesel of the citizien |
id | string | Data issuing authority |
Output Example
Last updated