Simple REST Client


Preferred Media Type:     Disable client cache

Language:

Authentication:

Display up to items

Response Status
 
Elapsed Time
 
Response Size
 

Encoded URL: Decoded URL:
Developer Quick Start
  • Refresh of the server memory cache in the background with no interruption for HD clients, and reduced interruption for ED clients
  • Reload the domains.properties configuration file and refresh the server memory cache
  • Invalidate the browser cache of all clients
applications=($all, NAME1, NAME2, ...)
To filter applications by name, default is $all
systems=($all, NAME1, NAME2, ...)
To filter systems by name, default is $all

modules=($all, NAME1, NAME2, ...)
To split up assessment results by modules, default is ()
technologies=($all, JEE, PL/SQL, ...)
To split up assessment results by technologies, default is ()

snapshots=(1)
To filter a number of snapshots, default is -1. A negative number matches snapshots from the end (-2 means last and previous), a positive number matches snapshots from the beginning (1 means the first none)
snapshots=(2013-07-31)
To filter snapshots according to a date, format is YYYY-MM-DD. Select snapshot at this date, otherwise most older snapshot after this date, otherwise most recent snapshot before this date
snapshots=($all)
To get all snapshots

quality-indicators=(7156, c:60011, cc:60012, business-criteria, ...)
To fetch assessment results of code quality. Use 'c:' prefix to get direct grade contributors, 'cc:' prefix to get all critical grade contributors, 'nc:' prefix to get all non-critical grade contributors
sizing-measures=(10151, ...)
To fetch assessment results of sizing measures
background-facts=(66003, ...)
To fetch results that have been injected as complementary data

select=(violationRatio)
To fetch statistics on checked items as a result detail for a quality rule, default is ()
select=(evolutionSummary)
To fetch statistics on critical violations evolution as a result detail for a business criterion, default is ()
select=(categories)
To fetch results for each category of a quality distibution, default is ()

Following resources are also available as CSV content or Excel content

Please see reference documentation for more infomation

Assessment Results

{Domain}/results{?Parameters}
{Domain}/applications/{ApplicationID}/results{?Parameters}
{Domain}/applications/{ApplicationID}/snapshots/{SnapshotID}/results{?Parameters}
{Domain}/modules/{ModuleID}/results{?Parameters}
{Domain}/modules/{ModuleID}/snapshots/{SnapshotID}/results{?Parameters}

Categories

{Domain}/common-categories

Function Points

{Domain}/applications/{ApplicationID}/snapshots/{SnapshotID}/ifpug-functions
{Domain}/applications/{ApplicationID}/snapshots/{SnapshotID}/ifpug-functions-evolution

Violations

{Domain}/applications/{ApplicationID}/snapshots/{SnapshotID}/violations{?Parameters}
{Domain}/components/{ComponentID}/snapshots/{SnapshotID}/violations{?Parameters}
{Domain}/modules/{ModuleID}/snapshots/{SnapshotID}/violations{?Parameters}
{Domain}/tree-nodes/{Level}-{LowerID}-{UpperID}/snapshots/{SnapshotID}/violations{?Parameters}