NOTE: Trivore ID Documentation has moved to https://trivoreid.com
The content on this site IS OUT OF DATE!
This space has been archived!
Please go ahead to the new site!
MyData Service (python)
Wrapper for '/user/{userID}/mydata' API for collecting user's personal data.
List of all options
- Create request for the personal data
- Get user's personal data
Get and request for MyData
api.mydata_service.create() mydata = api.mydata_service.get('exampleId') print(mydata.data_entries[0].document) # user's personal data is stored in: mydata.data_entries[0].my_data_list[0].data
MyData Service Models
/wiki/spaces/TISpubdoc/pages/20515213