Get all categories

get

/crmRestApi/resources/11.13.18.05/categories

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • CategoryEnabledFinder: Finds all enabled or disabled categories.
      Finder Variables:
      • EnabledFlag; string; Indicates whether a category is enabled.
    • PrimaryKey: Finds a category by category number.
      Finder Variables:
      • CategoryId; integer; The unique identifier of the category.
    • SrCategoryVOAltKey: Finds a category by name.
      Finder Variables:
      • BUOrgId; integer; The unique identifier of the business unit.
      • CategoryShortName; string; The short name of the category.
      • StripeCd; string; The application stripe of the category.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • BUOrgId; integer; The unique identifier of the business unit associated with the category.
    • BusinessUnitName; string; The name of the business unit associated with the category.
    • CSSFlag; boolean; Indicates if the category is visible in the customer self-service portal.
    • CategoryCode; string; The public unique identifier of the category.
    • CategoryId; integer; The unique identifier of the category.
    • CategoryIdHierarchy; string; The hierarchy of the category identifiers in string format. For example: 132787 > 567754.
    • CategoryName; string; The name of the category.
    • CategoryShortName; string; The short name of the category. This value is auto-generated from CategoryName. However, you can edit the name to make it a unique value, if required.
    • CreatedBy; string; The user who created the category.
    • CreationDate; string; The date and time when the category was created.
    • Depth; integer; The depth at which the service category occurs in the category hierarchy.
    • EnabledFlag; boolean; Indicates whether the category is enabled. If enabled, the value is Y, else the value is N.
    • Hierarchy; string; The hierarchy of the category in a string format. For example Roaming > Technical Issue.
    • LastUpdateDate; string; The date and time when the category was last updated.
    • LastUpdatedBy; string; The user who last updated the category.
    • LeafNodeFlag; boolean; Indicates whether the current category has any children.
    • ParentCategoryId; integer; The unique identifier of the parent category. The value is NULL, if the category is the root category.
    • RootCategoryCode; string; Root Category Code
    • StripeCd; string; The code indicating the application stripe of the service request category. A list of accepted values is defined in the lookup ORA_SVC_STRIPE_CD.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : categories
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : categories-item-response
Type: object
Show Source
  • Title: Business Unit
    The unique identifier of the business unit associated with the category.
  • Title: Business Unit Name
    Maximum Length: 255
    The name of the business unit associated with the category.
  • Title: Category Code
    Maximum Length: 290
    The public unique identifier of the category.
  • Title: Category
    Read Only: true
    The unique identifier of the category.
  • Title: Category ID Hierarchy
    Read Only: true
    Maximum Length: 4000
    The hierarchy of the category identifiers in string format. For example: 132787 > 567754.
  • Title: Category Name
    Maximum Length: 400
    The name of the category.
  • Title: Category Short Name
    Maximum Length: 240
    The short name of the category. This value is auto-generated from CategoryName. However, you can edit the name to make it a unique value, if required.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the category.
  • Title: Creation Date
    Read Only: true
    The date and time when the category was created.
  • Title: Visible in Customer Self-Service
    Maximum Length: 1
    Default Value: true
    Indicates if the category is visible in the customer self-service portal.
  • Title: Can Delete
    Read Only: true
    Indicates if the category has been deleted. The default value is false.
  • Title: Depth
    Read Only: true
    The depth at which the service category occurs in the category hierarchy.
  • Title: Enabled
    Maximum Length: 1
    Default Value: true
    Indicates whether the category is enabled. If enabled, the value is Y, else the value is N.
  • Title: Hierarchy
    Read Only: true
    Maximum Length: 4000
    The hierarchy of the category in a string format. For example Roaming > Technical Issue.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the category was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the category.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The session login associated with the user who last updated the row.
  • Title: Leaf Node
    Read Only: true
    Maximum Length: 12
    Indicates whether the current category has any children.
  • Links
  • Title: Original System
    Maximum Length: 255
    The reference to the original system from which the category was imported (if imported).
  • Title: Parent Category Code
    Maximum Length: 290
    The public unique identifier of the parent category.
  • Title: Parent Category ID
    The unique identifier of the parent category. The value is NULL, if the category is the root category.
  • Title: Root Category Code
    Read Only: true
    Maximum Length: 4000
    Root Category Code
  • Title: Stripe Code
    Maximum Length: 30
    The code indicating the application stripe of the service request category. A list of accepted values is defined in the lookup ORA_SVC_STRIPE_CD.
  • Title: Can Update
    Read Only: true
    Indicates if the category has been updated. The default value is false.
Back to Top

Examples

The following example shows how to get all categories by submitting a GET request on the REST resource.

cURL Command

curl -u <username:password> \
 -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories  \
 -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json'  | json_pp

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200 OK
Date: Fri, 12 Aug 2016 10:02:50 GMT
Server: Oracle-HTTP-Server-11g
Content-Type: application/vnd.oracle.adf.resourceitem+json
Content-Language: en

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "items": [
        {
            "CategoryId": 300100558464163,
            "ParentCategoryId": 300100558461305,
            "CategoryName": "Adult",
            "CategoryShortName": "ADULT",
            "CategoryCode": "ADULT-ORA_SVC_CRM-204",
            "ParentCategoryCode": "WELFARE-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "chris.warner",
            "CreationDate": "2022-06-07T14:05:29.149+00:00",
            "LastUpdatedBy": "chris.warner",
            "LastUpdateDate": "2022-06-07T14:05:35.738+00:00",
            "LastUpdateLogin": "E0D2B795AEE9A918E0531C5CF00A3D9B",
            "OriginalSystemReference": "300100558464163",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 2,
            "Hierarchy": "Cases > Welfare > Adult",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100543373684 > 300100558461305 > 300100558464163",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558464163",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558464163",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558464163/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558464163/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558464163/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564411,
            "ParentCategoryId": 300100168564407,
            "CategoryName": "AgentUXChildCategory1",
            "CategoryShortName": "AGENTUXCHILDCATEGORY1",
            "CategoryCode": "AGENTUXCHILDCATEGORY1-ORA_SVC_CRM-204",
            "ParentCategoryCode": "AGENTUXPARENTCATEGORY1-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:49:55+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2019-08-30T08:17:09+00:00",
            "LastUpdateLogin": "910A598780BE9F9BE053A15AF00A9996",
            "OriginalSystemReference": "300100168564411",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": false,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "AgentUXParentCategory1 > AgentUXChildCategory1",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100168564407 > 300100168564411",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564411",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564411",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564411/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564411/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564411/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564412,
            "ParentCategoryId": 300100168564407,
            "CategoryName": "AgentUXChildCategory2",
            "CategoryShortName": "AGENTUXCHILDCATEGORY2",
            "CategoryCode": "AGENTUXCHILDCATEGORY2-ORA_SVC_CRM-204",
            "ParentCategoryCode": "AGENTUXPARENTCATEGORY1-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:51:12.962+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:53:03.965+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564412",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "AgentUXParentCategory1 > AgentUXChildCategory2",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100168564407 > 300100168564412",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564412",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564412",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564412/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564412/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564412/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564413,
            "ParentCategoryId": 300100168564407,
            "CategoryName": "AgentUXChildCategory3",
            "CategoryShortName": "AGENTUXCHILDCATEGORY3",
            "CategoryCode": "AGENTUXCHILDCATEGORY3-ORA_SVC_CRM-204",
            "ParentCategoryCode": "AGENTUXPARENTCATEGORY1-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:53:15.880+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:53:44.241+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564413",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "AgentUXParentCategory1 > AgentUXChildCategory3",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100168564407 > 300100168564413",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564413",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564413",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564413/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564413/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564413/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564414,
            "ParentCategoryId": 300100168564407,
            "CategoryName": "AgentUXChildCategory4",
            "CategoryShortName": "AGENTUXCHILDCATEGORY4",
            "CategoryCode": "AGENTUXCHILDCATEGORY4-ORA_SVC_CRM-204",
            "ParentCategoryCode": "AGENTUXPARENTCATEGORY1-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:54:01.147+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:54:17.690+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564414",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "AgentUXParentCategory1 > AgentUXChildCategory4",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100168564407 > 300100168564414",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564414",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564414",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564414/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564414/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564414/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564407,
            "ParentCategoryId": null,
            "CategoryName": "AgentUXParentCategory1",
            "CategoryShortName": "AGENTUXPARENTCATEGORY1",
            "CategoryCode": "AGENTUXPARENTCATEGORY1-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:37:19+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:42:52.757+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564407",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564407",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564407",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564407/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564407/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564407/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564409,
            "ParentCategoryId": null,
            "CategoryName": "AgentUXParentCategory2",
            "CategoryShortName": "AGENTUXPARENTCATEGORY2",
            "CategoryCode": "AGENTUXPARENTCATEGORY2-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:45:46+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:46:32.379+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564409",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564409",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564409",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564409/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564409/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564409/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100168564415,
            "ParentCategoryId": 300100168564411,
            "CategoryName": "AgentUXSubChildCategory1",
            "CategoryShortName": "AGENTUXSUBCHILDCATEGORY1",
            "CategoryCode": "AGENTUXSUBCHILDCATEGORY1-ORA_SVC_CRM-204",
            "ParentCategoryCode": "AGENTUXCHILDCATEGORY1-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-07-10T14:54:33.517+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-07-10T14:55:01.618+00:00",
            "LastUpdateLogin": "701B0D79BCF43FADE0534280F50AE3EF",
            "OriginalSystemReference": "300100168564415",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 2,
            "Hierarchy": "AgentUXParentCategory1 > AgentUXChildCategory1 > AgentUXSubChildCategory1",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100168564407 > 300100168564411 > 300100168564415",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564415",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564415",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564415/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564415/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100168564415/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100558398015,
            "ParentCategoryId": null,
            "CategoryName": "AndreeaTest",
            "CategoryShortName": "ANDREEATEST",
            "CategoryCode": "ANDREEATEST-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "autouihcmadm2",
            "CreationDate": "2022-06-07T12:20:26+00:00",
            "LastUpdatedBy": "autouihcmadm2",
            "LastUpdateDate": "2022-06-07T12:20:28.514+00:00",
            "LastUpdateLogin": "E0D2BA0701BCA914E0531C5CF00AF9F2",
            "OriginalSystemReference": "300100558398015",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558398015",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558398015",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558398015/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558398015/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100558398015/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778934,
            "ParentCategoryId": 300100163778933,
            "CategoryName": "BIQA_KM_CAT1_BASE",
            "CategoryShortName": "BIQA_KM_CAT1",
            "CategoryCode": "BIQA_KM_CAT1-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT2-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:21:06.318+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:24:56.175+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778934",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 9,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6 > BIQA_KM_CAT5 > BIQA_KM_CAT4 > BIQA_KM_CAT3 > BIQA_KM_CAT2 > BIQA_KM_CAT1_BASE",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929 > 300100163778930 > 300100163778931 > 300100163778932 > 300100163778933 > 300100163778934",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778934",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778934",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778934/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778934/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778934/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778933,
            "ParentCategoryId": 300100163778932,
            "CategoryName": "BIQA_KM_CAT2",
            "CategoryShortName": "BIQA_KM_CAT2",
            "CategoryCode": "BIQA_KM_CAT2-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT3-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:20:44.923+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.463+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778933",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 8,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6 > BIQA_KM_CAT5 > BIQA_KM_CAT4 > BIQA_KM_CAT3 > BIQA_KM_CAT2",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929 > 300100163778930 > 300100163778931 > 300100163778932 > 300100163778933",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778933",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778933",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778933/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778933/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778933/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778932,
            "ParentCategoryId": 300100163778931,
            "CategoryName": "BIQA_KM_CAT3",
            "CategoryShortName": "BIQA_KM_CAT3",
            "CategoryCode": "BIQA_KM_CAT3-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT4-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:20:16.915+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.450+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778932",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 7,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6 > BIQA_KM_CAT5 > BIQA_KM_CAT4 > BIQA_KM_CAT3",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929 > 300100163778930 > 300100163778931 > 300100163778932",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778932",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778932",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778932/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778932/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778932/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778931,
            "ParentCategoryId": 300100163778930,
            "CategoryName": "BIQA_KM_CAT4",
            "CategoryShortName": "BIQA_KM_CAT4",
            "CategoryCode": "BIQA_KM_CAT4-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT5-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:19:52.939+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.439+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778931",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 6,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6 > BIQA_KM_CAT5 > BIQA_KM_CAT4",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929 > 300100163778930 > 300100163778931",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778931",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778931",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778931/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778931/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778931/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778930,
            "ParentCategoryId": 300100163778929,
            "CategoryName": "BIQA_KM_CAT5",
            "CategoryShortName": "BIQA_KM_CAT5",
            "CategoryCode": "BIQA_KM_CAT5-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT6-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:19:29.899+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.414+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778930",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 5,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6 > BIQA_KM_CAT5",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929 > 300100163778930",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778930",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778930",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778930/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778930/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778930/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778929,
            "ParentCategoryId": 300100163778928,
            "CategoryName": "BIQA_KM_CAT6",
            "CategoryShortName": "BIQA_KM_CAT6",
            "CategoryCode": "BIQA_KM_CAT6-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT7-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:19:10.093+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.401+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778929",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 4,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7 > BIQA_KM_CAT6",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928 > 300100163778929",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778929",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778929",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778929/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778929/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778929/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778928,
            "ParentCategoryId": 300100163778927,
            "CategoryName": "BIQA_KM_CAT7",
            "CategoryShortName": "BIQA_KM_CAT7",
            "CategoryCode": "BIQA_KM_CAT7-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT88-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:18:34.745+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.385+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778928",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 3,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8 > BIQA_KM_CAT7",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927 > 300100163778928",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778928",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778928",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778928/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778928/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778928/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778927,
            "ParentCategoryId": 300100163778926,
            "CategoryName": "BIQA_KM_CAT8",
            "CategoryShortName": "BIQA_KM_CAT88",
            "CategoryCode": "BIQA_KM_CAT88-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_CAT9-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:18:14.364+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:22:35.363+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778927",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 2,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9 > BIQA_KM_CAT8",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926 > 300100163778927",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778927",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778927",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778927/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778927/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778927/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778926,
            "ParentCategoryId": 300100163778925,
            "CategoryName": "BIQA_KM_CAT9",
            "CategoryShortName": "BIQA_KM_CAT9",
            "CategoryCode": "BIQA_KM_CAT9-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BIQA_KM_TOP-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:17:35.937+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:18:03.318+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778926",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "BIQA_KM_TOP > BIQA_KM_CAT9",
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": "300100163778925 > 300100163778926",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778926",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778926",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778926/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778926/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778926/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100163778925,
            "ParentCategoryId": null,
            "CategoryName": "BIQA_KM_TOP",
            "CategoryShortName": "BIQA_KM_TOP",
            "CategoryCode": "BIQA_KM_TOP-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "SALES_ADMIN",
            "CreationDate": "2018-06-06T06:16:46+00:00",
            "LastUpdatedBy": "SALES_ADMIN",
            "LastUpdateDate": "2018-06-06T06:17:15.438+00:00",
            "LastUpdateLogin": "6D56040FE2064711E0534180F50A66C4",
            "OriginalSystemReference": "300100163778925",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778925",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778925",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778925/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778925/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100163778925/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662195,
            "ParentCategoryId": 300100128662194,
            "CategoryName": "BU_ChildCategory_Hardware_1",
            "CategoryShortName": "BU_CHILDCATEGORY_HARDWARE_1",
            "CategoryCode": "BU_CHILDCATEGORY_HARDWARE_1-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BU_PARENTCATEGORY_HARDWARE-ORA_SVC_CRM-204",
            "EnabledFlag": false,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:55:59.826+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:56:29.158+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662195",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "BU_ParentCategory_Hardware > BU_ChildCategory_Hardware_1",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100128662194 > 300100128662195",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662195",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662195",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662195/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662195/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662195/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662196,
            "ParentCategoryId": 300100128662194,
            "CategoryName": "BU_ChildCategory_Hardware_2",
            "CategoryShortName": "BU_CHILDCATEGORY_HARDWARE_2",
            "CategoryCode": "BU_CHILDCATEGORY_HARDWARE_2-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BU_PARENTCATEGORY_HARDWARE-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:56:15.703+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:56:29.189+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662196",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "BU_ParentCategory_Hardware > BU_ChildCategory_Hardware_2",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100128662194 > 300100128662196",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662196",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662196",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662196/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662196/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662196/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662192,
            "ParentCategoryId": 300100128662190,
            "CategoryName": "BU_ChildCategory_PCSupport_1",
            "CategoryShortName": "BU_CHILDCATEGORY_PCSUPPORT_1",
            "CategoryCode": "BU_CHILDCATEGORY_PCSUPPORT_1-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BU_PARENTCATEGORY_PCSUPPORT-ORA_SVC_CRM-204",
            "EnabledFlag": false,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:54:28+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:54:52.106+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662192",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "BU_ParentCategory_PCSupport > BU_ChildCategory_PCSupport_1",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100128662190 > 300100128662192",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662192",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662192",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662192/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662192/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662192/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662193,
            "ParentCategoryId": 300100128662190,
            "CategoryName": "BU_ChildCategory_PCSupport_2",
            "CategoryShortName": "BU_CHILDCATEGORY_PCSUPPORT_2",
            "CategoryCode": "BU_CHILDCATEGORY_PCSUPPORT_2-ORA_SVC_CRM-204",
            "ParentCategoryCode": "BU_PARENTCATEGORY_PCSUPPORT-ORA_SVC_CRM-204",
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:54:44.502+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:54:52.149+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662193",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 1,
            "Hierarchy": "BU_ParentCategory_PCSupport > BU_ChildCategory_PCSupport_2",
            "LeafNodeFlag": true,
            "CategoryIdHierarchy": "300100128662190 > 300100128662193",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662193",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662193",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662193/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662193/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662193/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662194,
            "ParentCategoryId": null,
            "CategoryName": "BU_ParentCategory_Hardware",
            "CategoryShortName": "BU_PARENTCATEGORY_HARDWARE",
            "CategoryCode": "BU_PARENTCATEGORY_HARDWARE-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:55:39+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:55:46.056+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662194",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662194",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662194",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662194/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662194/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662194/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        },
        {
            "CategoryId": 300100128662190,
            "ParentCategoryId": null,
            "CategoryName": "BU_ParentCategory_PCSupport",
            "CategoryShortName": "BU_PARENTCATEGORY_PCSUPPORT",
            "CategoryCode": "BU_PARENTCATEGORY_PCSUPPORT-ORA_SVC_CRM-204",
            "ParentCategoryCode": null,
            "EnabledFlag": true,
            "CreatedBy": "FUSION",
            "CreationDate": "2018-01-18T09:53:52+00:00",
            "LastUpdatedBy": "FUSION",
            "LastUpdateDate": "2018-01-18T09:53:57.485+00:00",
            "LastUpdateLogin": "62F8E9D1A6DD04C8E0534180F50A0EE6",
            "OriginalSystemReference": "300100128662190",
            "StripeCd": "ORA_SVC_CRM",
            "CSSFlag": true,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "BUOrgId": 204,
            "BusinessUnitName": "Vision Operations",
            "Depth": 0,
            "Hierarchy": null,
            "LeafNodeFlag": false,
            "CategoryIdHierarchy": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662190",
                    "name": "categories",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662190",
                    "name": "categories",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662190/lov/BusinessUnitLOV",
                    "name": "BusinessUnitLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662190/lov/StripeCdLOV",
                    "name": "StripeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories/300100128662190/lov/YesNoLookupPVO",
                    "name": "YesNoLookupPVO",
                    "kind": "collection"
                }
            ]
        }
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/categories",
            "name": "categories",
            "kind": "collection"
        }
    ]
}
Back to Top