List Applications Details

List Applications Details

Get application details bulk

Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/fetch
COPY
Query Parameters
number
size
Optional

page size of results

string
cursor
Optional

cursor from previous response


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PagedApplicationListResponse of type(s) application/json
{
    "results": [
        {
            "entity_id": "string",
            "name": "string",
            "entity_type": "string",
            "create_time": 0,
            "created_by": "string",
            "last_modified_time": 0,
            "last_modified_by": "string"
        }
    ],
    "cursor": "string",
    "total_count": 0
}
array of Application
results
Optional

results

string
cursor
Optional

cursor

integer
total_count
Optional

total_count


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure