Skip to content

Can not get images and videos #37

@futurify-ydang

Description

@futurify-ydang

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
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions