You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2026. It is now read-only.
I am using version 1.4.9 to retrieve data but it does not contain any media values such as image, video. Please give me some instructions please!
Thanks
Here is my code
[HttpGet("{id}")]
public async Task<IActionResult> Get(string id)
{
var api = await GetPrismicApi();
var response = await api.GetByID(id);
return Ok(response);
}
I am using version 1.4.9 to retrieve data but it does not contain any media values such as image, video. Please give me some instructions please!
Thanks
Here is my code
And this is result i got
