List all Business Units
List all Business Units
Get all Business Units
GET https://<baseurl>/v1/organization/businessunit/@clientUUID
Path Parameters
Name
Type
Description
clientUUID
string
Client UUID
Headers
Name
Type
Description
Authentication
string
Authentication token
#########################################################################
## success
#########################################################################
{
    "message": "success",
    "status": 200,
    "bussinessunit": [
        {
            "id": 1,
            "businessUnitUUID": "2c52c90b-9785-45a6-a39a-84da678aa7c4",
            "businessUnitName": "BU1",
            "businessUnitCode": "BU"
        },
        {
            "id": 2,
            "businessUnitUUID": "9e6b8968-c475-4941-8516-e22131f45e82",
            "businessUnitName": "test buss",
            "businessUnitCode": "sdds"
        },
           ]
}
#########################################################################
## Error:No data found
#########################################################################
            
{
	"message": "error",
	"status": 400,
	"description": "No data found"
}
Last updated
Was this helpful?