Skip to main content

ExternalIdContextDto

External ID context for template evaluation.

Represents an external ID from a metadata provider (plugin, comicinfo, etc.) in a simplified format suitable for template access.

hashstring | nullnullable

Metadata hash for change detection (if available)

idstringrequired

External ID value

Example: 12345
urlstring | nullnullable

External URL (if available)

Example: https://mangabaka.com/series/12345
ExternalIdContextDto
{
"hash": "string",
"id": "12345",
"url": "https://mangabaka.com/series/12345"
}