Retrieve a list of all custom queries with a given value in the Name
PLEASE NOTE: This call has the potential to return many records, so discretion is advised.
Parameter | Description | Additional information |
---|---|---|
text | No documentation available. |
Define this parameter in the request URI. |
[ { "ID": "13cbb29f-e5a2-4ec2-9134-8ce920b1da3c", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2024-09-09T13:19:10.4684011-06:00", "ModifiedDate": "2024-09-09T13:19:10.4684011-06:00" }, { "ID": "13cbb29f-e5a2-4ec2-9134-8ce920b1da3c", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2024-09-09T13:19:10.4684011-06:00", "ModifiedDate": "2024-09-09T13:19:10.4684011-06:00" }, { "ID": "13cbb29f-e5a2-4ec2-9134-8ce920b1da3c", "Owner": "sample string 1", "Name": "sample string 2", "Description": "sample string 3", "QueryType": "sample string 4", "AccessLevel": "sample string 5", "CreationDate": "2024-09-09T13:19:10.4684011-06:00", "ModifiedDate": "2024-09-09T13:19:10.4684011-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>2024-09-09T13:19:10.4684011-06:00</CreationDate> <Description>sample string 3</Description> <ID>13cbb29f-e5a2-4ec2-9134-8ce920b1da3c</ID> <ModifiedDate>2024-09-09T13:19:10.4684011-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>2024-09-09T13:19:10.4684011-06:00</CreationDate> <Description>sample string 3</Description> <ID>13cbb29f-e5a2-4ec2-9134-8ce920b1da3c</ID> <ModifiedDate>2024-09-09T13:19:10.4684011-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>2024-09-09T13:19:10.4684011-06:00</CreationDate> <Description>sample string 3</Description> <ID>13cbb29f-e5a2-4ec2-9134-8ce920b1da3c</ID> <ModifiedDate>2024-09-09T13:19:10.4684011-06:00</ModifiedDate> <Name>sample string 2</Name> <Owner>sample string 1</Owner> <QueryType>sample string 4</QueryType> </QueryModel> </ArrayOfQueryModel>