GET
api/v1/search-deliveryboysgroups?clientId={clientId}&pageNo={pageNo}&limit={limit}&q={q}&filter={filter}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
pageNo | integer |
Default value is 1 |
|
limit | integer |
Default value is 10 |
|
q | string |
Default value is |
|
filter | integer |
Default value is 0 |
Response Information
Description:
Return type: DeliveryBoysGroupList
Response Formats
application/json, text/json
{ "DeliveryBoysGroups": [ { "DeliveryBoysGroupId": 1, "GroupName": "sample string 2", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T12:49:15.9844502+00:00", "ModifiedOn": "2025-06-18T12:49:15.9844502+00:00", "ModifiedBy": 1, "ClientId": 5 }, { "DeliveryBoysGroupId": 1, "GroupName": "sample string 2", "IsActive": true, "IsLogicalDeleted": true, "CreatedBy": 1, "CreatedOn": "2025-06-18T12:49:15.9844502+00:00", "ModifiedOn": "2025-06-18T12:49:15.9844502+00:00", "ModifiedBy": 1, "ClientId": 5 } ], "TotalRecords": 1 }
text/html
{"DeliveryBoysGroups":[{"DeliveryBoysGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T12:49:15.9844502+00:00","ModifiedOn":"2025-06-18T12:49:15.9844502+00:00","ModifiedBy":1,"ClientId":5},{"DeliveryBoysGroupId":1,"GroupName":"sample string 2","IsActive":true,"IsLogicalDeleted":true,"CreatedBy":1,"CreatedOn":"2025-06-18T12:49:15.9844502+00:00","ModifiedOn":"2025-06-18T12:49:15.9844502+00:00","ModifiedBy":1,"ClientId":5}],"TotalRecords":1}
application/xml, text/xml
<DeliveryBoysGroupList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.DeliveryBoys"> <DeliveryBoysGroups> <DeliveryBoysGroup> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T12:49:15.9844502+00:00</CreatedOn> <DeliveryBoysGroupId>1</DeliveryBoysGroupId> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:49:15.9844502+00:00</ModifiedOn> </DeliveryBoysGroup> <DeliveryBoysGroup> <ClientId>5</ClientId> <CreatedBy>1</CreatedBy> <CreatedOn>2025-06-18T12:49:15.9844502+00:00</CreatedOn> <DeliveryBoysGroupId>1</DeliveryBoysGroupId> <GroupName>sample string 2</GroupName> <IsActive>true</IsActive> <IsLogicalDeleted>true</IsLogicalDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-06-18T12:49:15.9844502+00:00</ModifiedOn> </DeliveryBoysGroup> </DeliveryBoysGroups> <TotalRecords>1</TotalRecords> </DeliveryBoysGroupList>