We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Персона це особова картка вступника, в якій міститься вся інформація про дану особу.
person/{id}
API GET /persons/{id}
GET /persons/{id}
response example:
{ "id": 7, "crtUser": "admin", "crtUserGroup": "developers", "createDate": "2015-06-18", "updateDate": "2015-06-18", "personTypeId": 1, "genderTypeId": 1, "marriedTypeId": 2, "citizenCountryId": 1, "name": "Іван Урсул", "firstName": "Іван", "fatherName": "Зіновійович", "surname": "Урсул", "photo": "/", "docSeries": "КС", "docNum": "34654654", "identifier": "81135", "resident": 0, "birthPlace": "3928", "begDate": "1992-04-30", "isMilitary": 0, "isHostel": 0, "uri": "/persons/7" }
api:/persons/types
/api/marriedtypes
/api/adminunits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One person view
person/{id}
Fetch data
API
GET /persons/{id}
response example:
Decode data
api:/persons/types
/api/marriedtypes
/api/adminunits
The text was updated successfully, but these errors were encountered: