GET /hr_api/v1/business_units

Returns a list of all Business Units

Params

Property Required Details Location

page

Index returns 100 records per request. Defaults to 1.

Must be a Integer

URL

Examples

GET /hr_api/v1/business_units
200
{
  "business_units": [
    {
      "uuid": "f626cff0-daa6-4727-8a69-56daea620f92",
      "category_code": "stores"
    },
    {
      "uuid": "b16377e1-bafa-44e3-a1c3-53760f571d95",
      "category_code": "managers"
    },
    {
      "uuid": "c2e1010f-7bea-4056-8014-803e12fee2b7",
      "category_code": "technologies"
    },
    {
      "uuid": "08e8d4cd-5b7d-4a36-83be-5bfd22adaafd",
      "category_code": "security"
    },
    {
      "uuid": "43cfd58d-b89b-415f-ba19-520bc4a00f98",
      "category_code": "head_office"
    },
    {
      "uuid": "5b5ff364-4bdb-45c4-be99-5089a22aa67e",
      "category_code": "ladbrokes_ho"
    },
    {
      "uuid": "6f7c86d4-86fb-4960-ac3a-47c8a914e720",
      "category_code": "agency"
    },
    {
      "uuid": "5e24b706-3af4-44c7-843d-118eb2c29b5f",
      "category_code": "retail"
    },
    {
      "uuid": "6721b23f-197a-49b7-9936-67f2fbef6339",
      "category_code": "channels"
    },
    {
      "uuid": "dd3f9226-2ee2-474c-9ee5-af97f72b0bf5",
      "category_code": "corporate_ceo"
    },
    {
      "uuid": "71469798-d680-4829-866a-653442069e70",
      "category_code": "product"
    },
    {
      "uuid": "8741c2fe-a9da-4271-9de9-795c1d408f03",
      "category_code": "customer"
    },
    {
      "uuid": "895a638b-7c03-4d63-a063-ede6a04efc38",
      "category_code": "finance_and_strategy"
    },
    {
      "uuid": "2871dcca-80d2-4adc-b623-ede2e99c88db",
      "category_code": "group_hr"
    },
    {
      "uuid": "0e38ef84-fd35-4f61-b5f9-eac8d589c7fc",
      "category_code": "operations_director_uk_retail"
    },
    {
      "uuid": "25185b47-a5a1-44c8-9601-75b982c88805",
      "category_code": "crieffhydro"
    },
    {
      "uuid": "3781188e-e0ff-44ca-ad24-98e03768a91f",
      "category_code": "0_7_recruitment"
    },
    {
      "uuid": "157f20f6-350e-4621-b765-a52a24b0254e",
      "category_code": "0_8_test"
    },
    {
      "uuid": "63ba7403-fde0-4646-8571-4260f4a18cae",
      "category_code": "0_8_5_business_unit"
    },
    {
      "uuid": "e21c00a4-6038-4955-ace3-37a3ad285353",
      "category_code": "0_9_bu"
    },
    {
      "uuid": "07c355c4-6f60-43f1-8bac-22495b69135e",
      "category_code": "rails_4_testing"
    },
    {
      "uuid": "7d6a1040-90cb-4f00-a029-7fb823083aa4",
      "category_code": "boots3"
    }
  ]
}