Skip to main content

Advanced Component Management

Tags, metadata, and status synchronization.

Status & Metadata

  • GET /api/admin/Component/GetComponentStatusMetadata: Get possible status values.
  • GET /api/admin/Component/refresh-status: Force a status update check.

Responses

Description: Success.

Response Body: ApiResponse<T>


Tagging System

  • GET /api/admin/Component/GetAllActiveTags: List all tags in use.
  • POST /api/admin/Component/addtag: Create or assign a tag to a component.

Bulk Discovery

Retrieve flat or nested lists of components and their groups.

HTTP Method & URL: POST /api/admin/Component/AllComponentAndGroup

Request

Body: ComponentGroupSearchModel

Responses

Description: Success. Returns all components grouped.