ArchAstro.V1.SolutionTags (archastro v0.2.0)

Copy Markdown

SolutionTag API resource.

Summary

Functions

list(client, params \\ %ArchAstro.Types.Operations.GetApiV1SolutionTags.Params{})

List solution tags

Returns a paginated list of solution tag definitions visible to the authenticated user, scoped to their app. Results include tags from both the system scope and the caller's organization scope by default; use the owners parameter to restrict to one or both.

Use keys to fetch a specific set of tags by their stable key identifiers, or lookup_key to find a single tag by its lookup key. Use path_prefix to filter tags by virtual path hierarchy. Combine filters as needed; all supplied filters are applied together.

Pagination is page-based. Supply page and page_size to control which page is returned. The response includes total_entries, total_pages, has_next, and has_prev fields for navigating the full result set.

Paginated list of solution tag definitions visible to the authenticated user.