Accessing custom data in media assets

I noticed you can add custom data within a media asset. Very handy for attaching a link to an image, for example an accreditation logo’s organisation URL:

But I don’t see this in the gql explorer. How do I access it?

Hey @callum you should see that in the explorer as the customData property.

Like this:

image

1 Like

Thanks @mat_jack1!

1 Like

Any plans to make this filterable in the API where we could look up assets by an key/val in the customData?

Sorry @brian1, no plans there that I know of :frowning: It could be a feature request, or as a workaround, you could use records to link to media and store the metadata in those records to filter by their fields.

1 Like