Request Information

URI Parameters

NameDescriptionTypeAdditional information
findingSummaryId

The finding summary identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A finding analysis.

Nano.FindingSummary
NameDescriptionTypeAdditional information
isComplete

Gets or sets a value indicating whether this app is complete.

boolean

None.

percent

Gets or sets the percent.

decimal number

None.

sections

Gets or sets the sections.

Collection of Section

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the finding summary identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isComplete": true,
  "percent": 2.0,
  "sections": [
    {
      "id": "1",
      "isComplete": true,
      "items": [
        {
          "id": "1",
          "isComplete": true,
          "name": "sample String 3"
        },
        {
          "id": "1",
          "isComplete": true,
          "name": "sample String 3"
        }
      ]
    },
    {
      "id": "1",
      "isComplete": true,
      "items": [
        {
          "id": "1",
          "isComplete": true,
          "name": "sample String 3"
        },
        {
          "id": "1",
          "isComplete": true,
          "name": "sample String 3"
        }
      ]
    }
  ],
  "app": "3",
  "id": "4"
}

text/html

Sample:
{"isComplete":true,"percent":2.0,"sections":[{"id":"1","isComplete":true,"items":[{"id":"1","isComplete":true,"name":"sample String 3"},{"id":"1","isComplete":true,"name":"sample String 3"}]},{"id":"1","isComplete":true,"items":[{"id":"1","isComplete":true,"name":"sample String 3"},{"id":"1","isComplete":true,"name":"sample String 3"}]}],"app":"3","id":"4"}

application/vnd.api+json

Sample:

Sample not available.