Series Recording Request
This is a JSON object with the following fields:
Name | Type | Description | Localised | Always available |
---|---|---|---|---|
_id | String | The internal identifier for the object. | No | Yes |
accountNumber | String | The account number requesting the recording. | No | Yes |
channelId | String | The main channel ID of the event. | No | Yes |
contentId | String | The metadata content identifier. | No | Yes |
created | Date | The date that the recording request was created. | No | Yes |
modified | Date | The date that the recording request was modified. | No | Yes |
seriesId | String | The metadata series identifier. | No | Yes |
seriesMetaData | Map | The series metadata, sourced from the MDS. | No | Yes |
serviceProviderPublicId | String | The Service Provider name. | No | Yes |
status | String | The status of the recording request. | No | Yes |
Example
{
"accountNumber": "910-5754255",
"programmeId": "6033_70x",
"created": 1394127591406,
"modified": 1394127591406,
"status": "NEW",
"uri": "http://127.0.0.1:7777/api/npvrlocker/v1/recordingrequests/KBRO/5318b2f8e4b00c4a6e839f01",
"seriesId": "CDNPS624201",
"contentId": "SCONT6242_006"
}