GET api/items/search/item_group/{center_id},{title}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
center_id | integer |
Required |
|
title | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of item_groupName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cluster_id | integer |
None. |
|
center_id | integer |
None. |
|
create_time | date |
None. |
|
modify_time | date |
None. |
|
modify_by | integer |
None. |
|
rs_id | signed byte |
None. |
|
category_id | integer |
None. |
|
title | string |
None. |
|
detail | string |
None. |
|
isactive | signed byte |
None. |
|
order | integer |
None. |
|
priority | integer |
None. |
|
other | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:54:08.879219+07:00", "modify_time": "2024-11-21T15:54:08.879219+07:00", "modify_by": 6, "rs_id": 64, "category_id": 8, "title": "sample string 9", "detail": "sample string 10", "isactive": 64, "order": 1, "priority": 1, "other": "sample string 12" }, { "id": 1, "cluster_id": 2, "center_id": 3, "create_time": "2024-11-21T15:54:08.879219+07:00", "modify_time": "2024-11-21T15:54:08.879219+07:00", "modify_by": 6, "rs_id": 64, "category_id": 8, "title": "sample string 9", "detail": "sample string 10", "isactive": 64, "order": 1, "priority": 1, "other": "sample string 12" } ]