Business Units

Supported Formats: json

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"
    }
  ]
}

GET /hr_api/v1/business_units/:uuid

Return details of an existing Business Unit

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

GET /hr_api/v1/business_units/:uuid
200
{
  "business_unit": {
    "uuid": "f626cff0-daa6-4727-8a69-56daea620f92",
    "category_code": "stores",
    "comments": "",
    "sort": null,
    "vms_transfer_status": "complete",
    "category_status": "active",
    "transferred_to_vms_at": "2012-05-01T10:13:29.000+01:00",
    "worksite_selection": "organizational_unit",
    "category_description": "Stores",
    "configuration_scope_names": "recruitment,employees",
    "organizational_units": [
      {
        "uuid": "e3fdeb44-2f00-46bb-96cf-6bd6f7d02ec0",
        "organizational_unit_id_string": "region_11",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:18.000+00:00",
        "organizational_unit_name": "Deep South",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          }
        ]
      },
      {
        "uuid": "7559f888-6bf4-441e-ae20-d5d441b503bb",
        "organizational_unit_id_string": "test_unit",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:18.000+00:00",
        "organizational_unit_name": "test unit",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "c8549632-a5d9-4028-ab57-c42d282d08d1",
        "organizational_unit_id_string": "test",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:18.000+00:00",
        "organizational_unit_name": "Test",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "f5af87d4-fce5-44d3-b251-e80b2f48a167",
        "organizational_unit_id_string": "test2",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:18.000+00:00",
        "organizational_unit_name": "test2",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "24232ecf-43ec-495d-b2b0-28a694ba57ad",
        "organizational_unit_id_string": "rest",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:18.000+00:00",
        "organizational_unit_name": "rest",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "73ee9d59-ec8d-4e37-9d81-fd77723809e1",
        "organizational_unit_id_string": "dev_server",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:19.000+00:00",
        "organizational_unit_name": "Test from Dev on soerver",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "419fadf1-a5d3-47df-9e64-e37b3ef65402",
        "organizational_unit_id_string": "yorkshire",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:19.000+00:00",
        "organizational_unit_name": "Yorkshire",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          }
        ]
      },
      {
        "uuid": "c24dd1d0-7d24-4b9b-ac76-3397d65e48e8",
        "organizational_unit_id_string": "northern_ireland",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:17.000+00:00",
        "organizational_unit_name": "Northern Ireland",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "d92d8d9a-903a-468d-93d0-a494a9660142",
        "organizational_unit_id_string": "south_east",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2014-01-23T10:50:32.000+00:00",
        "organizational_unit_name": "South East",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "8754af0e-761e-43a5-a4bd-5083879c840e",
            "organizational_unit_id_string": "0_7_org_sub_unit",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_7_org_sub_unit"
          },
          {
            "uuid": "683073d3-f463-4e84-af9d-bcc9f0410358",
            "organizational_unit_id_string": "0_8_test_org_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_test_org_sub_unit"
          },
          {
            "uuid": "e648f9e7-9b7d-44fa-b63a-e0470ade1e5d",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit"
          },
          {
            "uuid": "379ee99d-953b-4d6a-939f-f28a4e3f4a81",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit2",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit2"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "80384abe-a773-4b00-b742-b9335504c4c9",
        "organizational_unit_id_string": "eu_local",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:17.000+00:00",
        "organizational_unit_name": "European Locals",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "3b42dadf-b4d7-421e-91b9-6777ad94b1fd",
        "organizational_unit_id_string": "east_anglia",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:20.000+00:00",
        "organizational_unit_name": "East Anglia",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "9e5aebb5-7d96-4a70-a6a1-9914c9e75e6d",
        "organizational_unit_id_string": "london",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:19.000+00:00",
        "organizational_unit_name": "London",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "c9234f37-9043-425f-95ea-f13209cb1e78",
            "organizational_unit_id_string": "exceptions",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Exceptions"
          },
          {
            "uuid": "8754af0e-761e-43a5-a4bd-5083879c840e",
            "organizational_unit_id_string": "0_7_org_sub_unit",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_7_org_sub_unit"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          }
        ]
      },
      {
        "uuid": "71631a8e-aaa1-44d4-9cde-14f0e54a6fd4",
        "organizational_unit_id_string": "london_m25",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:15.000+00:00",
        "organizational_unit_name": "London inside M25",
        "organizational_sub_units": [
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "65189483-c73e-4f8f-a751-c4c444519fd7",
        "organizational_unit_id_string": "roi",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:19.000+00:00",
        "organizational_unit_name": "Republic of Ireland",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          }
        ]
      },
      {
        "uuid": "a1bdd37f-9b54-4179-b14e-021e212ddfb8",
        "organizational_unit_id_string": "east_midlands",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:20.000+00:00",
        "organizational_unit_name": "East Midland",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          }
        ]
      },
      {
        "uuid": "a6db65df-f204-4c04-b583-414e0eba57e2",
        "organizational_unit_id_string": "west_midlands",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:19.000+00:00",
        "organizational_unit_name": "West Midlands",
        "organizational_sub_units": [
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          }
        ]
      },
      {
        "uuid": "2918c736-ba82-407b-a821-306e994b7aa2",
        "organizational_unit_id_string": "south_west",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2014-01-23T10:50:49.000+00:00",
        "organizational_unit_name": "South West",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "1312f677-a21f-4f92-a46b-69449c1967d7",
        "organizational_unit_id_string": "wales",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:16.000+00:00",
        "organizational_unit_name": "Wales",
        "organizational_sub_units": [
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "ba634129-c20f-4a92-8207-5815be9edc51",
        "organizational_unit_id_string": "us_local",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:16.000+00:00",
        "organizational_unit_name": "US Locals",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "c6cf4903-0eed-4fd1-85f9-f3e8f59e38fd",
            "organizational_unit_id_string": "gas_station",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Petrol Station"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "683073d3-f463-4e84-af9d-bcc9f0410358",
            "organizational_unit_id_string": "0_8_test_org_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_test_org_sub_unit"
          }
        ]
      },
      {
        "uuid": "94469db0-dde7-49d3-8951-b4bc4597ee92",
        "organizational_unit_id_string": "north_west",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:17.000+00:00",
        "organizational_unit_name": "North West",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "fe804072-55d6-4b95-acda-a62d8bd09314",
        "organizational_unit_id_string": "uk_local",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:16.000+00:00",
        "organizational_unit_name": "UK Locals",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "c6cf4903-0eed-4fd1-85f9-f3e8f59e38fd",
            "organizational_unit_id_string": "gas_station",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Petrol Station"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          }
        ]
      },
      {
        "uuid": "f4486354-7571-4448-b155-92798e4b3020",
        "organizational_unit_id_string": "scotland",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-03-11T11:34:16.000+00:00",
        "organizational_unit_name": "Scotland",
        "organizational_sub_units": [
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "cdeceb58-5f90-4fdb-9a30-1e59aab14d35",
        "organizational_unit_id_string": "north_east",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2011-06-29T14:54:14.000+01:00",
        "organizational_unit_name": "North East",
        "organizational_sub_units": [
          {
            "uuid": "157c21ef-a0ea-46dc-912a-16ec12b9898d",
            "organizational_unit_id_string": "store",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Store"
          },
          {
            "uuid": "439612f4-909c-43b8-b550-30bf56f4e04a",
            "organizational_unit_id_string": "megastore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Megastore"
          },
          {
            "uuid": "0ce4298e-a34b-4584-8ee0-744968f98f75",
            "organizational_unit_id_string": "superstore",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Superstore"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "8754af0e-761e-43a5-a4bd-5083879c840e",
            "organizational_unit_id_string": "0_7_org_sub_unit",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_7_org_sub_unit"
          },
          {
            "uuid": "683073d3-f463-4e84-af9d-bcc9f0410358",
            "organizational_unit_id_string": "0_8_test_org_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_test_org_sub_unit"
          },
          {
            "uuid": "e648f9e7-9b7d-44fa-b63a-e0470ade1e5d",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit"
          },
          {
            "uuid": "379ee99d-953b-4d6a-939f-f28a4e3f4a81",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit2",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit2"
          },
          {
            "uuid": "9609adce-6f75-499c-969d-3017131ec6ee",
            "organizational_unit_id_string": "r4_test_osu",
            "description": "Rails 4 Test",
            "category_status": "active",
            "organizational_unit_name": "Rails 4 Test"
          },
          {
            "uuid": "cde4fdff-d4d9-4293-a5f6-60b22fd0cfe5",
            "organizational_unit_id_string": "boots3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "BootS3"
          }
        ]
      },
      {
        "uuid": "c586c1a2-84b5-4b3f-bf35-bda96b935fa8",
        "organizational_unit_id_string": "inactive_test",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "inactive",
        "transferred_to_vms_at": "2013-05-15T10:57:51.000+01:00",
        "organizational_unit_name": "Inactive test",
        "organizational_sub_units": []
      },
      {
        "uuid": "adfe2841-3c9a-427c-a889-520f55c49e24",
        "organizational_unit_id_string": "ben_vms_copy2",
        "description": "ben vms copy",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-04T09:24:13.000+01:00",
        "organizational_unit_name": "ben vms copy2",
        "organizational_sub_units": [
          {
            "uuid": "878d618a-7a7d-43e6-8638-a20095a57dbd",
            "organizational_unit_id_string": "ben_vms_copy_su",
            "description": "ben vms copy su",
            "category_status": "active",
            "organizational_unit_name": "ben vms copy su"
          },
          {
            "uuid": "8be04c0e-66b7-4758-9c3b-16680c82b68e",
            "organizational_unit_id_string": "central_north",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Central North"
          },
          {
            "uuid": "daf7b6f2-1f62-4bae-aeeb-8a6ab8be2c2b",
            "organizational_unit_id_string": "recruitment",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Recruitment"
          },
          {
            "uuid": "483649b1-f623-4253-8f4d-f83e9e092b9a",
            "organizational_unit_id_string": "department_1",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Department 1 a"
          },
          {
            "uuid": "379ee99d-953b-4d6a-939f-f28a4e3f4a81",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit2",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit2"
          }
        ]
      },
      {
        "uuid": "86887a75-7235-4330-af99-db96c97c9bc3",
        "organizational_unit_id_string": "ben_vms_copy_2",
        "description": "ben_vms_copy_2",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-03T15:15:18.000+01:00",
        "organizational_unit_name": "ben_vms_copy_2",
        "organizational_sub_units": [
          {
            "uuid": "d2e5e2b1-de51-4683-9c45-0b87d13a6966",
            "organizational_unit_id_string": "ben_vms_copy_su_2",
            "description": "ben_vms_copy_su_2",
            "category_status": "active",
            "organizational_unit_name": "ben_vms_copy_su_2"
          }
        ]
      },
      {
        "uuid": "316ef75c-f17d-497a-ac53-120bfe548229",
        "organizational_unit_id_string": "0_8_5_test_organisational_unit",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-04T10:03:20.000+01:00",
        "organizational_unit_name": "0_8_5_test_organisational_unit",
        "organizational_sub_units": [
          {
            "uuid": "e648f9e7-9b7d-44fa-b63a-e0470ade1e5d",
            "organizational_unit_id_string": "0_8_5_organisational_sub_unit",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "0_8_5_organisational_sub_unit"
          }
        ]
      },
      {
        "uuid": "b669485c-ee5f-44e2-bf80-675dfb341ab5",
        "organizational_unit_id_string": "test_0_8_5",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-02-07T14:24:21.000+00:00",
        "organizational_unit_name": "test 0.8.5",
        "organizational_sub_units": []
      },
      {
        "uuid": "e27bc32b-28c4-42f7-9a47-d95d14faf8be",
        "organizational_unit_id_string": "0_7_org_unit",
        "description": null,
        "vms_transfer_status": "complete",
        "category_status": "inactive",
        "transferred_to_vms_at": "2013-05-22T15:15:43.000+01:00",
        "organizational_unit_name": "0_7_org_unit",
        "organizational_sub_units": []
      },
      {
        "uuid": "004ac32b-28c4-42f7-9a47-d95d14faf8be",
        "organizational_unit_id_string": "09_test_org_unit_import",
        "description": null,
        "vms_transfer_status": "complete",
        "category_status": "inactive",
        "transferred_to_vms_at": "2013-05-22T15:15:44.000+01:00",
        "organizational_unit_name": "09 Test Org Unit Import",
        "organizational_sub_units": []
      },
      {
        "uuid": "004ac32b-28c4-42f7-9a47-d95d14faf8be",
        "organizational_unit_id_string": "09_test_org_unit_import",
        "description": null,
        "vms_transfer_status": "complete",
        "category_status": "inactive",
        "transferred_to_vms_at": "2013-05-22T15:15:44.000+01:00",
        "organizational_unit_name": "09 Test Org Unit Import",
        "organizational_sub_units": []
      },
      {
        "uuid": "eb2fb86f-d453-4cfd-a6cc-3b521c82ab0c",
        "organizational_unit_id_string": "new_store",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-03T14:00:16.000+01:00",
        "organizational_unit_name": "New Store",
        "organizational_sub_units": [
          {
            "uuid": "c6cf4903-0eed-4fd1-85f9-f3e8f59e38fd",
            "organizational_unit_id_string": "gas_station",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Petrol Station"
          }
        ]
      },
      {
        "uuid": "2802bef4-1e21-4f84-92d7-f770eab22786",
        "organizational_unit_id_string": "test4",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-03T15:11:38.000+01:00",
        "organizational_unit_name": "test4",
        "organizational_sub_units": []
      },
      {
        "uuid": "3b8ac110-6902-4fe8-9af3-715ac948149b",
        "organizational_unit_id_string": "new5",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-09-03T15:17:11.000+01:00",
        "organizational_unit_name": "new",
        "organizational_sub_units": [
          {
            "uuid": "c6cf4903-0eed-4fd1-85f9-f3e8f59e38fd",
            "organizational_unit_id_string": "gas_station",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Petrol Station"
          },
          {
            "uuid": "daf7b6f2-1f62-4bae-aeeb-8a6ab8be2c2b",
            "organizational_unit_id_string": "recruitment",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Recruitment"
          }
        ]
      },
      {
        "uuid": "68fea6d2-7efa-42f0-9c9c-f373e0e5be64",
        "organizational_unit_id_string": "r4_test_ou",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2013-12-06T12:48:08.000+00:00",
        "organizational_unit_name": "Rails 4 Test",
        "organizational_sub_units": [
          {
            "uuid": "826720b1-1ec0-43c2-9301-0d8056c4cd62",
            "organizational_unit_id_string": "department_3",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "Department 3"
          },
          {
            "uuid": "c9234f37-9043-425f-95ea-f13209cb1e78",
            "organizational_unit_id_string": "exceptions",
            "description": null,
            "category_status": "active",
            "organizational_unit_name": "Exceptions"
          }
        ]
      },
      {
        "uuid": "3806002b-9505-48d7-abcb-97536ee2b7fe",
        "organizational_unit_id_string": "boots3",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2014-01-16T10:26:24.000+00:00",
        "organizational_unit_name": "BootS3",
        "organizational_sub_units": []
      },
      {
        "uuid": "68f442cf-6e26-4d30-83fa-299bf2450b02",
        "organizational_unit_id_string": "a",
        "description": "",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2014-01-23T10:54:05.000+00:00",
        "organizational_unit_name": "a",
        "organizational_sub_units": [
          {
            "uuid": "75878428-9f37-4fcf-81c1-55911a5e4206",
            "organizational_unit_id_string": "a",
            "description": "",
            "category_status": "active",
            "organizational_unit_name": "a"
          }
        ]
      },
      {
        "uuid": "e525d983-b11e-4b48-9415-52e06aa5ff88",
        "organizational_unit_id_string": "tes3",
        "description": "test",
        "vms_transfer_status": "complete",
        "category_status": "active",
        "transferred_to_vms_at": "2014-01-23T14:29:32.000+00:00",
        "organizational_unit_name": "test3",
        "organizational_sub_units": []
      }
    ],
    "vms_job_levels": [
      {
        "uuid": "8bc64394-8228-49d4-9e5b-35dee03b5781",
        "category_code": "PSA",
        "comments": "",
        "sort": 10,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Permanent Sales Advisor"
      },
      {
        "uuid": "88082bd8-a172-4e41-a081-4e080cb20819",
        "category_code": "AM",
        "comments": "",
        "sort": 20,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Assistant Manager"
      },
      {
        "uuid": "db31a581-334d-4726-af5f-2ea0914c1bbf",
        "category_code": "GS_07",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "0_7_Test_Job"
      },
      {
        "uuid": "4fa53a4e-a813-4243-a2cc-e2ec44e461d8",
        "category_code": "TM",
        "comments": "",
        "sort": 10,
        "category_status": "active",
        "category_filter": "team_members",
        "category_description": "Trainee Manager"
      },
      {
        "uuid": "ef2d093a-b9ec-4b5d-967f-5a8f67f51e98",
        "category_code": "another_new_job_level",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Another New Job Level"
      },
      {
        "uuid": "6ae6731a-2be7-40d4-8bc1-6a1f522725f3",
        "category_code": "AreaM 0.9",
        "comments": "",
        "sort": 11,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Area Manager 0.9"
      },
      {
        "uuid": "0f841d0e-7c7e-400f-8397-537381ed2605",
        "category_code": "0.9 Test Job Level",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "0.9 Test Job Level"
      },
      {
        "uuid": "8fa46ec3-9158-411f-a07b-4d4d7b5efcc4",
        "category_code": "Rails 4 Test",
        "comments": "Testing for rails 4",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Rails 4"
      },
      {
        "uuid": "8d98b1a0-c360-4259-a5f8-02fc653313a0",
        "category_code": "boots3",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "BootS3"
      },
      {
        "uuid": "4a7bd663-ec16-46fc-b732-960bc124f536",
        "category_code": "Cute",
        "comments": "Cute",
        "sort": 100,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Cute"
      }
    ],
    "remuneration_package_keywords": [
      {
        "uuid": "a29e3f73-c030-4c53-b610-370c3c0a3254",
        "name": "remun kw",
        "currency_code": null,
        "base_interval": "year",
        "base_pay_amount_min": 1234,
        "base_pay_amount_max": 123567,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "test",
        "is_keyword": true,
        "sort": 10,
        "category_status": "active"
      },
      {
        "uuid": "ca15baea-f433-413a-b549-0cb84fc50396",
        "name": "rem package keyword",
        "currency_code": null,
        "base_interval": "year",
        "base_pay_amount_min": 1,
        "base_pay_amount_max": 234,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "test rem package keyworda",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "4629df90-7ffe-44bf-a340-2a7e8ee82b37",
        "name": "final_test_rem_package",
        "currency_code": null,
        "base_interval": "year",
        "base_pay_amount_min": 123,
        "base_pay_amount_max": 321,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "final_test_rem_package",
        "is_keyword": true,
        "sort": 10,
        "category_status": "active"
      },
      {
        "uuid": "c42c6904-2b66-4998-8dd4-3247630fd30c",
        "name": "15 to 25 k",
        "currency_code": null,
        "base_interval": "month",
        "base_pay_amount_min": 4,
        "base_pay_amount_max": 25000,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "£15k to £25k",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "2b0e8072-2ac7-40e5-b3f4-bae230ae5023",
        "name": "0.9 Salary",
        "currency_code": null,
        "base_interval": "month",
        "base_pay_amount_min": 500,
        "base_pay_amount_max": null,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "CandidateProfile Remuneration",
        "is_keyword": true,
        "sort": 12,
        "category_status": "active"
      },
      {
        "uuid": "92a8ae41-eecf-49b3-bad9-742a78000102",
        "name": "Rails 4.0 Test",
        "currency_code": null,
        "base_interval": "year",
        "base_pay_amount_min": 10000,
        "base_pay_amount_max": 15000,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "Rails testing",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "2d7d436e-f3da-4c4e-86c9-e50bca0e7333",
        "name": "boots3_remu",
        "currency_code": null,
        "base_interval": "year",
        "base_pay_amount_min": 20001,
        "base_pay_amount_max": 25001,
        "other_interval": null,
        "other_pay_amount_min": null,
        "other_pay_amount_max": null,
        "other_pay_calculation": "",
        "other_pay_comments": "",
        "insurance": null,
        "insurance_type": "",
        "retirement_or_savings_plan": null,
        "company_vehicle": null,
        "company_vehicle_description": "",
        "relocation_assistance": null,
        "relocation_assistance_description": "",
        "visa_sponsorship": "",
        "time_off_allowance": "",
        "expatriate_benefits": "",
        "other_benefits": "",
        "comments": "",
        "title": "20K-25K",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      }
    ],
    "shift_keywords": [
      {
        "uuid": "08460745-2387-4135-850a-b4d557043066",
        "name": "shift keyword",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "shift keyword",
        "comments": null,
        "title": "shift keyword",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "1802d48b-e309-4672-9387-9e47c52ef530",
        "name": "shift keyword #2",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "shift keyword #2",
        "comments": null,
        "title": "shift keyword #2",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "bda2d47b-3532-4f1c-93bc-690dd841f8d4",
        "name": "unassoc_shift_keyword",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "unassoc_shift_keyword #hours",
        "comments": null,
        "title": "unassoc_shift_keyword",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "d48d3926-5d2c-4381-8ed5-9f673e99db47",
        "name": "unassoc_shift_keyword 2",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "unassoc_shift_keyword #hours",
        "comments": null,
        "title": "unassoc_shift_keyword 2",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      },
      {
        "uuid": "155155fd-986c-4903-9dd4-9a2471b30f06",
        "name": "shift1",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "4",
        "comments": null,
        "title": "shift",
        "is_keyword": true,
        "sort": 1,
        "category_status": "active"
      },
      {
        "uuid": "f33826aa-ee33-4c43-ae18-767fd9bcd36e",
        "name": "shift11 amended",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "44",
        "comments": null,
        "title": "shiftOne",
        "is_keyword": true,
        "sort": 10,
        "category_status": "active"
      },
      {
        "uuid": "a9c706e9-f6f8-4142-b3af-347a76f1c197",
        "name": "0.9 Shift",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "38",
        "comments": null,
        "title": "Shift 0.9",
        "is_keyword": true,
        "sort": 12,
        "category_status": "active"
      },
      {
        "uuid": "10e5651b-1b0c-45a5-9afd-e553c59c553e",
        "name": "Rails 4.0 Test",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "20",
        "comments": null,
        "title": "Rails 4",
        "is_keyword": true,
        "sort": 105,
        "category_status": "active"
      },
      {
        "uuid": "5298744a-4bef-4fd8-9ee4-32c4d9492f13",
        "name": "Boot S3 Shift",
        "hours": null,
        "start_time": null,
        "end_time": null,
        "pay_type_hours": "42",
        "comments": null,
        "title": "9-7",
        "is_keyword": true,
        "sort": null,
        "category_status": "active"
      }
    ],
    "contract_types": [
      {
        "uuid": "9286e97a-823a-4eda-8bf0-697db694eab1",
        "category_code": "test1",
        "sort": 10,
        "category_status": "active",
        "comments": "test",
        "category_description": "test1",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y,bVFiBuHVTjykW6r8IPfoCG"
      },
      {
        "uuid": "482fa7d6-10f6-44fb-ba94-23dcd740972a",
        "category_code": "second contact type",
        "sort": 10,
        "category_status": "active",
        "comments": "second contact type",
        "category_description": "second contact type",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y,bBx_nKs9TfXl6zuiMIkQz-"
      },
      {
        "uuid": null,
        "category_code": "import_test",
        "sort": 10,
        "category_status": "active",
        "comments": null,
        "category_description": "Import Test",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y"
      },
      {
        "uuid": null,
        "category_code": "import_test_2",
        "sort": 10,
        "category_status": "active",
        "comments": "second contact type",
        "category_description": "Import Test 2",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y"
      },
      {
        "uuid": "fc4cf021-e490-41dd-8e50-6417293fcec2",
        "category_code": "0.9 ft",
        "sort": 111,
        "category_status": "active",
        "comments": "",
        "category_description": "Full Time",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,dc4qepE-PavOauGd4s_Uk3,bBx_nKs9TfXl6zuiMIkQz-,bEjlCgoVreX4q9ey6YWPTF"
      },
      {
        "uuid": "51a8bdbb-6dfa-4d11-b33a-180cdd3cec1d",
        "category_code": "Rails 4 Testing",
        "sort": 90,
        "category_status": "active",
        "comments": "Testing 123",
        "category_description": "Rails 4 Test",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y,bBx_nKs9TfXl6zuiMIkQz-,bEjlCgoVreX4q9ey6YWPTF,bNiBi_gxPjT5K2z_l772m5,bXrPEy1ObikyzQztrcbP5W,cjwMolFanny6bJ7EAGtVW4"
      },
      {
        "uuid": "68a906ff-78b7-4235-8f3c-8a19c3ecaaf4",
        "category_code": "boots3",
        "sort": null,
        "category_status": "active",
        "comments": "",
        "category_description": "BootS3 Edit",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v,dc4qepE-PavOauGd4s_Uk3,bdZ9wnUjTbx7OzuGVeOa-y,bEjlCgoVreX4q9ey6YWPTF"
      }
    ],
    "job_category_ones": [
      {
        "job_category_one_id": null,
        "uuid": "f8795ca8-ee85-436f-b182-5936c62a99ad",
        "category_code": "1-1",
        "comments": "<p>comments test</p>",
        "sort": 10,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category One 1",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,dc4qepE-PavOauGd4s_Uk3"
      },
      {
        "job_category_one_id": null,
        "uuid": "9bfd612a-faac-4dbd-b90e-1bd10e357503",
        "category_code": "job_category_4",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Job Cat 4",
        "business_unit_references": "bBx_nKs9TfXl6zuiMIkQz-,d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_one_id": null,
        "uuid": "a7c66e80-d708-4b4b-8f24-6626d2ecc0e6",
        "category_code": "job_category_3",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Job Cat 3",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bBx_nKs9TfXl6zuiMIkQz-,cXy3FHUVPe46hdu3ypvX2v"
      },
      {
        "job_category_one_id": null,
        "uuid": "b7967c3b-57e2-45e1-918f-c2591f4a3e9c",
        "category_code": "jc11",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "zxc",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_one_id": null,
        "uuid": "b7967c3b-57e2-45e1-918f-c2591f4a3e9c",
        "category_code": "jc11",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "zxc",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_one_id": null,
        "uuid": "05fa0918-ff70-4c9b-a763-2dbf1409d1af",
        "category_code": "0_9__job_cat",
        "comments": "",
        "sort": 99,
        "category_status": "active",
        "category_filter": null,
        "category_description": "0.9 Testing",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_one_id": null,
        "uuid": "43d60f4c-1b81-4ef3-b4a0-c7ad7d1f655b",
        "category_code": "1-2-3",
        "comments": "",
        "sort": 20,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category One 2 trhee",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_one_id": null,
        "uuid": "e21c39fc-7dd6-42bc-8d03-7372640005fa",
        "category_code": "R4_test_JC1",
        "comments": "Testing 123",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Rails 4 test",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y,bNiBi_gxPjT5K2z_l772m5,chqCl-QDPcCz3PEvWDqi8d"
      },
      {
        "job_category_one_id": null,
        "uuid": "83e6e227-f8a9-4177-a855-3b5b256b5de0",
        "category_code": "boots31",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "BootS31",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v,dc4qepE-PavOauGd4s_Uk3,bdZ9wnUjTbx7OzuGVeOa-y"
      }
    ],
    "job_category_twos": [
      {
        "job_category_two_id": null,
        "uuid": "6cb3cff7-482b-4164-96f8-32868a486a3f",
        "category_code": "2-2",
        "comments": "<p>sadf</p>",
        "sort": 5,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category Two - 2",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_two_id": null,
        "uuid": "3b088272-73e3-4bf1-8815-c569e6d43c34",
        "category_code": "jc222",
        "comments": "",
        "sort": 1,
        "category_status": "active",
        "category_filter": null,
        "category_description": "22",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v,bBx_nKs9TfXl6zuiMIkQz-"
      },
      {
        "job_category_two_id": null,
        "uuid": "79ea0013-c6f9-4346-85c9-9325ec77bc46",
        "category_code": "0.9 jc 2",
        "comments": "",
        "sort": 111,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Job Cat 2 0.9",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,dc4qepE-PavOauGd4s_Uk3"
      },
      {
        "job_category_two_id": null,
        "uuid": "3615278f-129c-4599-be9b-7da7ae684c9a",
        "category_code": "cost_centre_1",
        "comments": "",
        "sort": 10,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Cost Center 1 amended",
        "business_unit_references": "bBx_nKs9TfXl6zuiMIkQz-,d2jS_W2Qzhj4PPvTRQyG-s"
      },
      {
        "job_category_two_id": null,
        "uuid": "dbd571a0-2da2-4071-9449-16935a8d21f2",
        "category_code": "R4_test_JC2",
        "comments": "Rails 4 test",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Rails 4 testing",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bVFiBuHVTjykW6r8IPfoCG,bEjlCgoVreX4q9ey6YWPTF,dDp5iMlUjhtj7LR5F3kWV1,bXrPEy1ObikyzQztrcbP5W"
      },
      {
        "job_category_two_id": null,
        "uuid": "f9f5feb7-606c-4ff6-b78c-dd4d4574d7dc",
        "category_code": "boots31",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "BootS31",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v,dc4qepE-PavOauGd4s_Uk3,bdZ9wnUjTbx7OzuGVeOa-y"
      }
    ],
    "job_category_threes": [
      {
        "job_category_three_id": null,
        "uuid": null,
        "category_code": "T3-1",
        "comments": "<p>fgsd</p>",
        "sort": 10,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category Three - T1",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v"
      },
      {
        "job_category_three_id": null,
        "uuid": "f49c340b-1075-4e0b-a8eb-84b7ce387bcf",
        "category_code": "jc33",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "jc33",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,bdZ9wnUjTbx7OzuGVeOa-y"
      },
      {
        "job_category_three_id": null,
        "uuid": "59db3d1b-9e37-4b08-b5ff-d950bf387472",
        "category_code": "jc3 0.9",
        "comments": "",
        "sort": 111,
        "category_status": "active",
        "category_filter": null,
        "category_description": "0.9 Job Cat 3",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,dc4qepE-PavOauGd4s_Uk3,bBx_nKs9TfXl6zuiMIkQz-"
      },
      {
        "job_category_three_id": null,
        "uuid": "8ee63d0b-10ad-4ed0-ad90-ed17410dec8c",
        "category_code": "3-2",
        "comments": "",
        "sort": 20,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category Three - 2 amended",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,dc4qepE-PavOauGd4s_Uk3"
      },
      {
        "job_category_three_id": null,
        "uuid": "0365c522-fa61-4f97-8c31-649bbd4b08b2",
        "category_code": "boots31",
        "comments": "",
        "sort": null,
        "category_status": "active",
        "category_filter": null,
        "category_description": "BootS31",
        "business_unit_references": "d2jS_W2Qzhj4PPvTRQyG-s,cXy3FHUVPe46hdu3ypvX2v,dc4qepE-PavOauGd4s_Uk3,bdZ9wnUjTbx7OzuGVeOa-y"
      },
      {
        "job_category_three_id": null,
        "uuid": "bc964216-de37-49f0-a4aa-1fc1e2845011",
        "category_code": "3-1",
        "comments": "<p>fgsd</p>",
        "sort": 10,
        "category_status": "active",
        "category_filter": null,
        "category_description": "Category Three - 1",
        "business_unit_references": "ahW1xeB2bd8yUSiKLBArnE,d2jS_W2Qzhj4PPvTRQyG-s"
      }
    ]
  }
}