Get Report Definition Using GET

Get Report Definition Using GET

Get a Report Definition by identifier

Request
URI
GET
https://{api_host}/api/reportdefinitions/{id}
COPY
Path Parameters
string
id
Required

The Report Definition identifier


Authentication
This operation uses the following authentication methods.
Responses
200

The ReportDefinition object

Returns report-definition of type(s) application/json
{
    "active": false,
    "creationTime": "string",
    "description": "string",
    "id": "string",
    "lastRunTime": "string",
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "name": "string",
    "owner": "string",
    "subject": [
        "string"
    ],
    "traversal-specs": {
        "specs": [
            {
                "adapterInstanceAssociation": false,
                "description": "string",
                "name": "string",
                "rootAdapterKindKey": "string",
                "rootResourceKindKey": "string"
            }
        ]
    }
}
boolean
active
Optional

Whether the Report Definition is Active or not.

string As date-time As date-time
creationTime
Required

Creation time of the Report Definition

string
description
Optional

Description of the Report Definition

string
id
Required

Identifier of the Report Definition. This is system generated and uniquely identifies a Report Definition in the system.

string As date-time As date-time
lastRunTime
Optional

Last Run time of the Report Definition

array of link
links
Optional

links

string
name
Required

Name of the Report Definition

string
owner
Optional

Owner of the Report Definition

array of string
subject
Required

Subjects of the Report Definition

traversal-specs
Optional

traversal-specs


404

There is no Report Definition in the system for the specified identifier

Operation doesn't return any data structure