StudioInfo
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
-
The provided JSON structure represents data related to claims, including URLs for navigating to different pages in Studio.
-
issueUrllinks to the "action required" issue page in Studio, if one exists for a claim. -
claimUrlprovides a link to the claim page in Studio, which may vary depending on whether an issue needs action. -
videoUrldirects users to the specific claimed video page in Studio.
Contains URLs linking back to claim-related pages in Studio.
| JSON representation |
|---|
{ "issueUrl": string, "claimUrl": string, "videoUrl": string } |
| Fields | |
|---|---|
issueUrl |
When claim has an "action required" issue (guaranteed to be at most 1), links to the issue page in Studio. |
claimUrl |
Links to the claim page in Studio. Note: this page loads differently depending on whether the claim has "action required" issue or not. |
videoUrl |
Links to the claimed video page in Studio. |