GRGlobalRouter Docs
Console

Assets / GET

Get asset group

Reads details for one asset group.

Endpoints

Mobile only shows the endpoint list. View parameter details and examples on desktop.

MethodEndpointDescription
POST/api/v1/assets/groupsCreates an asset group.
GET/api/v1/assets/groupsLists asset groups visible to the current tenant.
GET/api/v1/assets/groups/{group_id}Reads details for one asset group.
PATCH/api/v1/assets/groups/{group_id}Updates an asset group's name or description.
DELETE/api/v1/assets/groups/{group_id}Deletes an asset group.
POST/api/v1/assetsImport assets from an application URL.
GET/api/v1/assetsLists assets by provider, group, or status.
GET/api/v1/assets/{asset_id}Reads one asset's import status and reference information.
PATCH/api/v1/assets/{asset_id}Updates an asset name.
DELETE/api/v1/assets/{asset_id}Deletes an asset.
POST/api/v1/assets/{asset_id}/refreshRefreshes asset status or metadata.
GET/api/v1/assets/groups/{group_id}

Use this to confirm group ownership and status before importing assets.

Back to Assets endpoint list

Request parameters

FieldTypeRequiredDescription
group_idpathYesGroup ID.

Response fields

FieldTypeRequiredDescription
idstringYesGroup ID.
namestringYesGroup name.
descriptionstringNoGroup description.
group_typestringYes分组类型。
project_namestringYes项目名称。
create_timestringYescreate时间。
update_timestringYesupdate时间。