> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Group Objects

Search group objects by group ID.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                        |
  | --------- | ------------------------------------------------------------------ |
  | Group ID  | The ID of the group, Can be obtained via the `List Groups` action. |
  | IDs       | Search by the IDs of the objects, provide a comma-separated list.  |
  | Search    | Search terms, separated by '\|' when multiple.                     |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                   |
  | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Custom Fields | Search by the custom filter fields, for more information, [Asset Panda documentation](https://team-asset-panda.readme.io/reference/post_v3-groups-group-id-search-objects).   |
  | Last Modified | Search by the last modification time, for more information, [Asset Panda documentation](https://team-asset-panda.readme.io/reference/post_v3-groups-group-id-search-objects). |
  | Limit         | The amount of records that are returned.                                                                                                                                      |
  | Offset        | The offset of the returned records.                                                                                                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"totals": {
		"objects": 10,
		"group_totals": 10,
		"offset": 0,
		"limit": 1
	},
	"entity_actions": {},
	"listing_fields": [
		"field_1",
		"field_4",
		"field_11"
	],
	"not_viewable": 0,
	"objects": [
		{
			"id": "objectID",
			"display_name": "ID001",
			"action_objects": [],
			"secondary_name": "SN204GH",
			"display_with_secondary": "ID001 <SN204GH>",
			"field_values": [
				"ID001",
				"Available"
			],
			"data": {
				"field_1": "ID001",
				"field_15": {
					"id": "objectID",
					"value": "string"
				},
				"field_4": "string",
				"field_6": "string",
				"field_8": "string",
				"field_10": "string",
				"field_11": {
					"id": "ID",
					"value": "Available"
				},
				"field_2": "string",
				"field_9": 659.47,
				"field_40": "string",
				"field_41": "string",
				"field_18": "string",
				"field_12": "2021-12-27T21:37:27.640Z"
			},
			"object_depreciation": false,
			"object_appreciation": false,
			"share_url": "https://login.assetpanda.com/asset_items/{objectID}",
			"created_at": "2021-12-27T15:37:27.640Z",
			"updated_at": "2023-11-14T09:24:53.993Z",
			"is_editable": true,
			"is_deletable": true,
			"object_version_ids": "2",
			"has_audit_history": false,
			"is_locked": false,
			"is_archived": false,
			"entity": {
				"id": 198267,
				"key": "asset_items"
			}
		}
	]
}
```

## Workflow Library Example

[Search Group Objects with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/search-group-objects-with-asset-panda-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-group-objects-with-asset-panda-and-send-results-via-email/canvas" />
</div>
