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
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);
}
And this is result i got
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: