Metadata-staging and Metadata-Prod: Rollout scheduled on Feb 12, 2026.
Beta v1.3.11. Environment Information:
PROD Bank Baseurl: https://api.metadata.services.pbs.org/rest/v1
QA Bank Baseurl: https://qa.metadata.services.pbs.org/rest/v1
Core REST API Endpoint:
QA:
https://qa.metadata.services.pbs.org/core/v1
Header: "Authorization: Bearer <access_token>"
Production:
https://api.metadata.services.pbs.org/core/v1
Header: "Authorization: Bearer <access_token>"
Staging:
| Issue Key | Summary | Significant Change | Type | Metadata QA |
| MB-9518 | We will add entrycontentuid search on Organization search endpoint, so users can search by role | No | Enhancement | Feb 6, 2026 |
| MB-9620 | We will add additional Supplemental content class values . | No | Enhancement | Feb 6,2025 |
| MB-9616 | Update episode title with name like 'Episode 1' as per EIDR , Name like – Series title :Season #:Episode # Like Masterpiece :Season 52: Episode 4 | No | Cleanup | Feb 9,2025 |
Payload when search organization using entrycontentuid.
Example - {{baseurl}}/organization/search?displayname=This Old House Ventures, LLC&partyid=party:cid:org:pbs.org:Broadview-166483866&entrycontentuid=cid:org:pbs.org:Episode33727
[
{
"_links": {
"self": {
"href": "/organization/3167595"
}
},
"OrganizationID": 3167595,
"DisplayName": "This Old House Ventures, LLC",
"Domain": "http://pbs.org ",
"Phone": null,
"PhoneType": null,
"Address": null,
"ContactInfoList": [
{
"_links": {
"self": {
"href": "/organization/3167595/contactinfolist"
},
"organization": {
"href": "/organization/3167595"
}
},
"ContactID": 5477001,
"Phone": "9782023008",
"PhoneType": "Office",
"Address": "2 Harbor Drive Stamford 06902",
"PrimaryEmail": "bruce_irving@timeinc.com",
"ContactName": "Bruce Irving"
}
],
"PartyIDList": [],
"EntryList": [
{
"EntryClass": "Episode",
"EntryContentUID": "cid:org:pbs.org:Episode33727"
"Role": "Producer"
},
{
"EntryClass": "Episode",
"EntryContentUID": "cid:org:pbs.org:Episode33727"
"Role": "Presenting Company"
},
{
"EntryClass": "Episode",
"EntryContentUID": "cid:org:pbs.org:Episode33727"
"Role": "Production Company"
},
{
"EntryClass": "Episode",
"EntryContentUID": "cid:org:pbs.org:Episode33727"
"Role": "Copyright Holder"
}
]
}
]