Get Teams
Get information of Teams created on the application
Get information of teams created on the application
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"pageNumber": 1,
"totalPages": 1,
"pageSize": 20,
"totalCount": 2,
"hasPreviousPage": false,
"hasNextPage": false,
"items": [
{
"teamId": 31,
"teamName": "FHUB Store",
"createdBy": 3,
"status": 0,
"members": 0,
"appOwnerKey": "5a4d47a6-1bb8-4140-bb2d-3383b6ed3638",
"branchId": 10,
"createdAt": "2023-08-31T12:44:53.7174423"
},
{
"teamId": 30,
"teamName": "FHUB Store2",
"createdBy": 3,
"status": 0,
"members": 0,
"appOwnerKey": "5a4d47a6-1bb8-4140-bb2d-3383b6ed3638",
"branchId": 10,
"createdAt": "2023-08-31T12:44:44.8674256"
}
]
},
"status": true,
"message": "Success"
}Last updated