/
MyData Service (python)
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
, multiple selections available,
Related content
MyData Service (java)
MyData Service (java)
More like this
Data Storage Service (python)
Data Storage Service (python)
More like this
Profile Service (python)
Profile Service (python)
More like this