post https://example.com/SaasManage/GetRoleApps
Gets information about applications for a specified role.
{
"text": "Response\n\nAPI-Result\n\n**success**\tboolean\nIndicates if the request was successful.\n\n**Result**\tObject\nStandard result.\n\n**Result.IsAggregate**\tboolean\nIndicates if the result is aggregated.\n\n**Result.Count**\tInteger\nThe number of items returned.\n\n**Result.Columns**\tArray of Objects\nEach element describes a column.\n\n**Result.Columns.Name**\tString\nThe name of the column.\n\n**Result.Columns.IsHidden**\tBoolean\nIndicates if the column is hidden.\n\n**Result.Columns.DDName**\tString\nThe DDName of the column.\n\n**Result.Columns.Title**\tString\nThe title of the column.\n\n**Result.Columns.Description**\tString\nA description of the column.\n\n**Result.Columns.Type**\tInteger\nThe column's type.\n\n**Result.Columns.Format**\tString\nThe format of the column.\n\n**Result.Columns.TableKey**\tString\nThe table's primary key.\n\n**Result.Columns.ForeignKey**\tString\nThe table's foreign key.\n\n**Result.Columns.TableName**\tString\nThe name of the table.\n\n**Result.Count**\tInteger\nThe number of items returned in the `Results` collection.\n\n**Result.Results**\tArray of Objects\nContains information about each app.\n\n**Result.Results.Entities**\tArray of Objects\nAn array of metadata related to a row.\n\n**Result.Results.Entities.Type**\tString\nThe type.\n\n**Result.Results.Entities.Key**\tString\nThe key.\n\n**Result.Results.Entities.IsForeignKey**\tBoolean\nIndicates if it's a foreign key.\n\n**Result.Results.Row** Object\nContains information describing an app.\n\n**Result.Results.Row.IsMarketplaceApp** Boolean\nIndicates if the app is a marketplace app.\n\n**Result.Results.Row.AppTypeDisplayName** String\nThe app's display name.\n\n**Result.Results.Row.Name** String\nThe name of the app.\n\n**Result.Results.Row.Icon** String\nThe path to the app's icon.\n\n**Result.Results.Row.Description** String\nA description of the app.\n\n**Result.Results.Row.ID** String\nThe unique ID of the app.\n\n**Result.Results.Row.Version** String\nThe app's version.\n\n**Result.Results.Row.AppType** String\nThe app's type.\n\n**Result.ReturnID** String\nThe return ID.\n\n**Message**\tstring\nError message text on failure, may be null.\n\n**ErrorID**\tstring\nUnique support identifier for this occurrence of an error.\n\n**success**\tboolean\nIndicates API success or failure.",
"sidebar": true
}