Difference between revisions of "User"
Jump to navigation
Jump to search
Line 133: | Line 133: | ||
{ | { | ||
− | : | + | : "ID": 29395, |
+ | : "FirstName": "vivoplay06@gmail.com", | ||
+ | : "LastName": "", | ||
+ | : "Email": "vivoplay06@gmail.com", | ||
+ | : "PinStatus": [ | ||
+ | :: [[PinType]] Object | ||
+ | : ], | ||
+ | : "SocialNetworkStatus": [], | ||
+ | : "CustomFields": [], | ||
+ | : "Status": 1, | ||
+ | : "EWallet": 0, | ||
+ | : "Type": 1, | ||
+ | : "MinimumAgeRating": 18, | ||
+ | : "Gender": 0, | ||
+ | : "MobileNumber": "", | ||
+ | : "BirthDate": 0, | ||
+ | : "TimeStamp": 1609459620, | ||
+ | : "DefaultSubtitleId": 0, | ||
+ | : "DefaultAudioId": 14, | ||
+ | : "PlatformId": 12, | ||
+ | : "UniqueId": "vivoplay06", | ||
+ | : "InstanceId": 25, | ||
+ | : "ServiceType": 1, | ||
+ | : "VideoServiceInfo": { | ||
+ | :: [[VideoLicenseInfo]] Object | ||
+ | : }, | ||
+ | : "FirstAccess": false | ||
} | } | ||
Revision as of 16:52, 27 October 2014
Object that represent the User data information.
Members
Field | Data Type | Description |
---|---|---|
BirthDate | long | |
CustomFields | Array of UserCustomField | |
DefaultAudioId | int | |
DefaultSubtitleId | int | |
String | ||
EWallet | double | |
FirstAccess | bool | |
FirstName | String | |
Gender | Gender | |
ID | int | |
InstanceId | int | |
LastName | String | |
MinimumAgeRating | int | |
MobileNumber | String | |
PinStatus | Array of UserPinStatus | |
PlatformId | int | |
ServiceType | ServiceIdType | |
SocialNetworksStatus | Array of UserSocialNetworkStatus | |
Status | UserStatus | |
TimeStamp | long | |
Type | UserType | |
UniqueId | String | |
VideoServiceInfo | UserVideoServiceInfo |
Example
{
- "ID": 29395,
- "FirstName": "vivoplay06@gmail.com",
- "LastName": "",
- "Email": "vivoplay06@gmail.com",
- "PinStatus": [
- PinType Object
- ],
- "SocialNetworkStatus": [],
- "CustomFields": [],
- "Status": 1,
- "EWallet": 0,
- "Type": 1,
- "MinimumAgeRating": 18,
- "Gender": 0,
- "MobileNumber": "",
- "BirthDate": 0,
- "TimeStamp": 1609459620,
- "DefaultSubtitleId": 0,
- "DefaultAudioId": 14,
- "PlatformId": 12,
- "UniqueId": "vivoplay06",
- "InstanceId": 25,
- "ServiceType": 1,
- "VideoServiceInfo": {
- VideoLicenseInfo Object
- },
- "FirstAccess": false
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |