Difference between revisions of "User"
Jump to navigation
Jump to search
| Line 138: | Line 138: | ||
: "Email": "vivoplay06@gmail.com", | : "Email": "vivoplay06@gmail.com", | ||
: "PinStatus": [ | : "PinStatus": [ | ||
| − | :: [[ | + | :: [[UserPinStatus]] Object |
| + | : ], | ||
| + | : "SocialNetworkStatus": [ | ||
| + | :: [[UserSocialNetworkStatus]] Object | ||
| + | : ], | ||
| + | : "CustomFields": [ | ||
| + | :: [[UserCustomField]] object | ||
: ], | : ], | ||
| − | |||
| − | |||
: "Status": 1, | : "Status": 1, | ||
: "EWallet": 0, | : "EWallet": 0, | ||
| − | : "Type": | + | : "Type": [[UserType]] object, |
: "MinimumAgeRating": 18, | : "MinimumAgeRating": 18, | ||
| − | : "Gender": | + | : "Gender": [[Gender]] object, |
: "MobileNumber": "", | : "MobileNumber": "", | ||
: "BirthDate": 0, | : "BirthDate": 0, | ||
| Line 155: | Line 159: | ||
: "UniqueId": "vivoplay06", | : "UniqueId": "vivoplay06", | ||
: "InstanceId": 25, | : "InstanceId": 25, | ||
| − | : "ServiceType": | + | : "ServiceType": [[ServiceIdType]] object, |
: "VideoServiceInfo": { | : "VideoServiceInfo": { | ||
| − | :: [[ | + | :: [[UserVideoServiceInfo]] Object |
: }, | : }, | ||
: "FirstAccess": false | : "FirstAccess": false | ||
Revision as of 16:55, 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": [
- UserPinStatus Object
- ],
- "SocialNetworkStatus": [
- UserSocialNetworkStatus Object
- ],
- "CustomFields": [
- UserCustomField object
- ],
- "Status": 1,
- "EWallet": 0,
- "Type": UserType object,
- "MinimumAgeRating": 18,
- "Gender": Gender object,
- "MobileNumber": "",
- "BirthDate": 0,
- "TimeStamp": 1609459620,
- "DefaultSubtitleId": 0,
- "DefaultAudioId": 14,
- "PlatformId": 12,
- "UniqueId": "vivoplay06",
- "InstanceId": 25,
- "ServiceType": ServiceIdType object,
- "VideoServiceInfo": {
- UserVideoServiceInfo Object
- },
- "FirstAccess": false
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |