Skip to content

Request: Return array of tags on Get Sitemap and Get Sitemaps endpoints #58

@dickensaround

Description

@dickensaround

Hi,

I wanted to request an addition to the API that would return an array of tags on calls to Get Sitemap and Get Sitemaps.

  • Use case: I use a tag as a grouping mechanism when I need to run multiple sitemaps at once. I use another tag to indicate the sitemap status (e.g. production).
  • Currently, I use Get Sitemaps with a tag parameter to get the sitemaps with the grouping tag, then I call it again with a tag parameter to get (potentially many) sitemaps with a production tag, and then I reconcile the two in JS.
  • Proposed solution: If I could get the tag array on Get Sitemap, I could call each member of the grouping tag individually and check the other tags. If I could get the tag array on Get Sitemaps, I could do the whole thing in one call.

Thank you for your consideration!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions