Reports

Get Reports

get/api/v3.0/orgs/{orgUuid}/reports

Path parameters

orgUuidstring required

org UUID (from the Mend App: Administration General > Organization UUID).

Query parameters

cursorstring

Parameter indicates the starting point for retrieving results, the first call doesn't include a cursor parameter in the request, the API response includes the first set of results along with a cursor pointing to the last item retrieved.

limitstring

Specifies the maximum number of items to be returned in the response.

Response

OK

additionalDataobject
  • totalItems: The total count of data points returned in an API response.
supportTokenstring

Example response

{
  "additionalData": {
    "totalItems": "422",
    "next": "http://someUrl?cursor=3",
    "cursor": 3
  },
  "supportToken": "1171c60d"
}

Changes

Changed in 1 of the 3 revisions of this API.2

    • added the new aiBom enum value to the response/items/reportType response property for the response status 200

      response-property-enum-value-added

    • added the new unifiedFindings enum value to the response/items/reportType response property for the response status 200

      response-property-enum-value-added