Get Application
Show application details
Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/{id}
COPY
Path Parameters
string
id
Required
entity id
Responses
200
OK
Returns
Application
of type(s)
application/json
This response body class contains all of the following:
BaseEntity
{
"entity_id": "string",
"name": "string",
"entity_type": "string",
"create_time": 0,
"created_by": "string",
"last_modified_time": 0,
"last_modified_by": "string"
}
401
Unauthorized
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure