Implemented
*Metadata-Prod: Release on Thursday, April 3, 2025 **
Beta v1.2.1 . Environment Information:
PROD Bank Baseurl: https://api.metadata.services.pbs.org/rest/v1
QA Bank Baseurl: https://qa.metadata.services.pbs.org/rest/v1
Consumer Key / Consumer Secret: Click here to request access
| Issue Key | Summary | Type | Metadata QA |
| MB-8082 | Implemented change for EDIT - while edit record creation, a desired field called “MasterSourceSystemRecordType" is added for POST and GET endpoint. | Enhancement | 4/1/2025 |
| MB-8083 | Implemented change for EDIT records to display audit fields on the GET and SEARCH endpoints. | Enhancement | 4/1/2025 |
| MB-7968 | Updated code to accept season class values as per EIDR. | Bug | 4/1/2025 |
Example Payload for Edit GET -
{
"_links": {
"self": {
"href": "/edit/cid:org:pbs.org:Edit21378"
}
},
"EditUID": "cid:org:pbs.org:Edit21378",
"PublishedStatus": "Internally Published",
"FileDeliveryStatus": "Future",
"CreateDateTime": "2024-07-09T14:55:11Z",
"UpdateDateTime": "2025-01-08T17:29:16Z",
"EntityType": "Edit",
"StructuralType": "Performance",
"Title": "House Arrest",
"ReferentType": "TV",
"EditClass": [
"Original"
],
"EditUse": "Unedited",
"ActualLength": "PT1H0M0S",
"ParentUID": "cid:org:pbs.org:Episode50921",
"AlternateContentIDList": [
{
"AlternateContentID": "alid:org:pbs.org:Rightsline-102195"
},
{
"AlternateContentID": "cid:org:pbs.org:Bebanjo-5767226"
}
],
"AuditFields": {
"MasterSourceSystemRecordType": "PBS Edit",
"UpdatedDataSource": "Rightsline",
"MasterDataSource": "Rightsline",
"CreatedBy": "1874602",
"UpdatedBy": "406122"
}
}