A set of filtering options used for searching locations.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| NameLike | String | This field is nullable. | The text to perform a LIKE search on location name. |
| IsActive | Boolean | This field is nullable. | The active status to filter on. |
| IsRoomRequired | Boolean | This field is nullable. | The "room required" status to filter on. |
| RoomID | Int32 | This field is nullable. | The location room ID to filter on. |
| ReturnItemCounts | Boolean | Whether item counts should be returned for each location. | |
| ReturnRooms | Boolean | Whether rooms should be returned for each location. | |
| Attributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. |
| MaxResults | Int32 | This field is nullable. | The maximum number of locations to return. |