List Asset Groups
GET
/v1/asset-groupsList asset groups for the current user.
Authentication
Authorization Bearer
API key as bearer token in Authorization header.
Query Parameters
currentintegerPage number. Defaults to 1.
sizeintegerPage size. Defaults to 20. Maximum is 100.
keywordstringFilter by group name or asset group ID.
groupKindstringFilter by group kind.
statusstringFilter by status.
ownedOnlybooleanIf true, list only groups owned by the caller.
createdBystringFilter by creator username, email, or display name.
Response
codeintegerResponse status code.
dataobjectPaginated group list response.
data.paginationobjectPagination metadata.
data.listarrayAsset group records.
msgstringResponse message.
serviceCodestring | nullService error code on failure.
Was this page helpful?
Previous
Create conversation
Next
Create Asset Group