HELP/BUG: Cannot Access Film Manifest

The “Links” key of the game history endpoint has two properties:

> “StatsMatchDetails”: {
> “AuthorityId”: “spartanstats”,
> “Path”: “h5/arena/matches/4866432f-6baa-4ad9-a4ce-58d426880a64”,
> …
> }

and

> “UgcFilmManifest”: {
> “AuthorityId”: “ugc”,
> “Path”: “/h5/films/4866432f-6baa-4ad9-a4ce-58d426880a64”,
> “QueryString”: “?view=film-manifest”,
> …
> }

The prior works fine on the same host, using a relative URI ("/stats/"). I can’t seem to access the latter, the film manifest. I tried The absolute URI on the same host, as well as the URI starting with “/ugc/h5/…”, both returned 404s.

Am I doing this wrong?

> 2533274852053435;1:
> Am I doing this wrong?

The documentation has the ‘Links’ property marked as ‘Internal Use’.

I’m guessing that means 343 Internal and not Your-App Internal.

Other than that, I’d guess we don’t have permissions to the UGC (?) endpoints.

> 2753093343646559;2:
> The documentation has the ‘Links’ property marked as ‘Internal Use’.
>
> I’m guessing that means 343 Internal and not Your-App Internal.
>
> Other than that, I’d guess we don’t have permissions to the UGC (?) endpoints.

Alas, I missed that. Good catch.