View Perimeter Details

Returns information on perimeters registered in the organizational structure.

 

URL

{RMUrl}/api/Organization/perimeters/<PerimeterCode>

 

REQUEST METHOD

GET

 

URL PARAMETERS

PerimeterCode: this parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/Organization/perimeters/4104a112-dff9-42de-bc7c-a7046170d762

 

SUCCESS RESPONSE

Returns an OrganizationPerimeter object (see Modulo Risk Manager Features -> 2. Organization -> 2.3 Perimeters -> List Perimeters and Subperimeters) with information on the perimeter specified.

 

SUCCESS RESPONSE EXAMPLES

{

   "CustomAttributes":{"perimeterparagraph":"abc\u000adef\u000aghi",

      "perimeteremail":"example@gmail.com",

      "perimeterlink":"http:\/\/www.google.com",

      "perimeterattachment":[{

         "Description":null,

         "FileName":"file.pdf",

         "Id":"81899a03-1086-4409-a80c-2bca56199a4b"

      }],

      "relationship":{81899a03-1086-4409-a80c-2bca56199a4c"},

      "perimetertext":"perimeter attribute text",

      "perimeterdatetime":"\/Date(1326333600000-0200)\/",

      "perimeternumber":10

"multiplerelationship_group_attribute":[{"Caption":"Finance Dept"},{"Caption":"Information Tech"},{"Caption":"Financial"},{"Caption":"Human Resources"}]

   },

   "Id":"c7adb930-4215-4d94-a6ae-dd9642739d4e",

   "Latitude":-23.761242,

   "GeolocationDescription":"Company headquarters",

   "Longitude":-53.299314,

   "ZoomLevel":15,

   "Managers":[{"Id":"bf0461df-1f48-11e1-af79-0800270094a6",

      "Name":"John Smith",

      "Type":"Person"

   },

   {"Id":"afcff9b9-2194-11e1-af79-0800270094a6",

      "Name":"James Reed",

      "Type":"Person"

   },

   {"Id":"16e72a05-2195-11e1-af79-0800270094a6",

      "Name":"Glenda Davidson Price",

      "Type":"Person"

   }],

   "MappingCriteria":{"DnsName":{"Type":"Disabled"

      },

      "IpAddress":{"Type":"HostAddress"

      },

      "NetbiosName":{"Type":"AssetName"

      }

   },

   "Name":"Marketing",

   "Path":"Marketing",

   "Responsible":{"Email":"example@gmail.com",

      "Id":"00d6dccf-1a9c-11e1-b470-0800270094a6",

      "Name":"Administrator",

      "Phone":"+1 (646) 555-0000"

   },

   "CreatedBy":"administrator",

   "CreatedOn":"\/Date(1328528989817-0200)\/",

   "UpdatedBy":"administrator",

   "UpdatedOn":"\/Date(1328529417543-0200)\/"

   "ParentPerimeter":{

      "Id":"bc1f6287-6264-4fd7-8b95-db60fae887a3","Caption":"API"},

}