Returns information on a profile.
URL
{RMUrl}/api/admin/profiles/<profile_id>
REQUEST METHOD
GET
URL PARAMETER
profile_id: This parameter is provided in the URL and does not need to be sent through GET.
LIST OF MODULES
Listed below are all the modules and solutions recognized by the API and their respective IDs.
General = 0
Administration = 1
MySpace = 2
Organization = 3
RiskManagement = 4
ComplianceManagement = 5
KnowledgeManagement = 6
WorkflowManagement = 7
Dashboard = 8
Policy = 9
BusinessContinuityManagement = 10
EnterpriseRiskManagement = 11
AssistedDispatch = 12
Integration = 13
EventsManager = 14
BusinessIntelligence = 15
CustomModules = 16
REQUEST EXAMPLE
{RMUrl}/api/admin/profiles/1
SUCCESS RESPONSE
Returns a Profile object (see the topic Modulo Risk Manager Features -> 8. Administration -> 8.3 Profiles -> List Profiles) with information about the specified profile.
SUCCESS RESPONSE EXAMPLE
HTTP status code 200: Response content example:
{
"Code" : "/General/Global_Administrators",
"Description": " Members of this profile, by default, have full access to all system functions; that is,... [continue]",
"Id": 1,
"Name": "Global Administrators",
"Module" : { "Id": 0, "Name" : "General" },
"Source" : { "Id": 0, "Name" : "Modulo" },
}