List Applications

List Applications

List applications

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

page size of results

string
cursor
Optional

cursor from previous response

number
modifiedAfter
Optional

timestamp after which apps has been modified


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PagedListResponse of type(s) application/json
{
    "results": [
        {
            "entity_id": "1000:104:12213212",
            "entity_type": "string"
        }
    ],
    "cursor": "string",
    "total_count": 0,
    "start_time": 0,
    "end_time": 0
}
array of EntityId
results
Optional

results

string
cursor
Optional

cursor

integer
total_count
Optional

total_count

integer As int64 As int64
start_time
Optional

start_time

integer As int64 As int64
end_time
Optional

end_time


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure