Get Datasets

Get Datasets

Gets a list of datasets

Request
URI
GET
https://{api_host}//vrlic/api/v1/access-control/dataset
COPY
Query Parameters
integer
page
Optional

It displays the result in number of pages

string
orderby
Optional

It is a sort property through which you can sort your result based on any property


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PageDatasetDto of type(s) */*
{
    "content": [
        {
            "constraints": {
                "constraints": [
                    {
                        "constraints": [
                            {
                                "fieldName": "text",
                                "operator": "CONTAINS",
                                "value": "error"
                            }
                        ],
                        "operator": "AND",
                        "tags": [
                            "aria-logs:search-bar"
                        ]
                    },
                    {
                        "constraints": [
                            {
                                "fieldName": "text",
                                "operator": "CONTAINS",
                                "value": "error"
                            },
                            {
                                "fieldName": "text",
                                "operator": "CONTAINS",
                                "value": "test"
                            }
                        ],
                        "operator": "AND"
                    }
                ],
                "operator": "AND"
            },
            "cspOrgId": "678ea4a8d-7c9d-4762-99f7-fe4be6a77908",
            "description": "test_dataset description",
            "id": "d5a4a8d-7c9d-4762-99f7-fe4be6a77908",
            "name": "test_dataset",
            "restrictAutocomplete": false,
            "restricts": false
        }
    ],
    "pageable": {
        "sort": {
            "empty": false,
            "unsorted": false,
            "sorted": true
        },
        "pageNumber": 0,
        "offset": 0,
        "pageSize": 1,
        "unpaged": false,
        "paged": true
    },
    "last": true,
    "totalElements": 20,
    "totalPages": 20,
    "first": true,
    "sort": {
        "empty": false,
        "unsorted": false,
        "sorted": true
    },
    "size": 1,
    "number": 0,
    "numberOfElements": 1,
    "empty": false
}
integer As int64 As int64
totalElements
Optional

Total number of datasets in the result

integer As int32 As int32
totalPages
Optional

Total number of pages present in the result

integer As int32 As int32
numberOfElements
Optional

Number of datasets on the current page

integer As int32 As int32
number
Optional

It represents current page number

integer As int32 As int32
size
Optional

It represents current page size

array of DatasetDto
content
Optional

List of dataset with query constraints

boolean
first
Optional

It represents whether the page is first page of the result

boolean
last
Optional

It represents whether the page is last page of the result

pageable
Optional

pageable

sort
Optional

sort

boolean
empty
Optional

It represents whether the page is empty