List Approved Schema Revisions For A Bundle Entry's Listing
Approved-only schema revisions for the listing behind this bundle entry - what the pin picker may offer, scoped to bundle-visibility access rather than listing-edit access, since a bundle owner pinning a third-party publisher's listing does not have (and should not need) edit rights on that listing.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
bundle_id*Bundle Id
Format
uuidentry_id*Entry Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/entries/497f6eca-6276-4993-bfeb-53cbbbba6f08/schema-revisions"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "revision": 0, "content_hash": "string", "source": "string", "status": "string", "detected_at": "2019-08-24T14:15:22Z", "reviewed_by": "92ab4dbc-1b27-40ce-b24b-7dde8f4709be", "reviewed_at": "2019-08-24T14:15:22Z" }]{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}