Retrieve a list of all custom queries
PLEASE NOTE: This call has the potential to return many records, so discretion is advised.
[ { "ID": "6b84211d-9c9a-4bfb-a231-c40a6ec63c7e", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2025-05-30T19:08:20.4128589-06:00", "ModifiedDate": "2025-05-30T19:08:20.4128589-06:00" }, { "ID": "6b84211d-9c9a-4bfb-a231-c40a6ec63c7e", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2025-05-30T19:08:20.4128589-06:00", "ModifiedDate": "2025-05-30T19:08:20.4128589-06:00" }, { "ID": "6b84211d-9c9a-4bfb-a231-c40a6ec63c7e", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2025-05-30T19:08:20.4128589-06:00", "ModifiedDate": "2025-05-30T19:08:20.4128589-06:00" } ]
<ArrayOfQueryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDS.Web.WebApi.Models"> <QueryModel> <AccessLevel>sample string 5</AccessLevel> <CreationDate>2025-05-30T19:08:20.4128589-06:00</CreationDate> <Description>sample string 3</Description> <ID>6b84211d-9c9a-4bfb-a231-c40a6ec63c7e</ID> <ModifiedDate>2025-05-30T19:08:20.4128589-06:00</ModifiedDate> <Name>sample string 2</Name> <Owner>sample string 1</Owner> <QueryType>sample string 4</QueryType> </QueryModel> <QueryModel> <AccessLevel>sample string 5</AccessLevel> <CreationDate>2025-05-30T19:08:20.4128589-06:00</CreationDate> <Description>sample string 3</Description> <ID>6b84211d-9c9a-4bfb-a231-c40a6ec63c7e</ID> <ModifiedDate>2025-05-30T19:08:20.4128589-06:00</ModifiedDate> <Name>sample string 2</Name> <Owner>sample string 1</Owner> <QueryType>sample string 4</QueryType> </QueryModel> <QueryModel> <AccessLevel>sample string 5</AccessLevel> <CreationDate>2025-05-30T19:08:20.4128589-06:00</CreationDate> <Description>sample string 3</Description> <ID>6b84211d-9c9a-4bfb-a231-c40a6ec63c7e</ID> <ModifiedDate>2025-05-30T19:08:20.4128589-06:00</ModifiedDate> <Name>sample string 2</Name> <Owner>sample string 1</Owner> <QueryType>sample string 4</QueryType> </QueryModel> </ArrayOfQueryModel>