CustomQuery
- 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
CustomQuery
- Actualizado en 23 May 2023
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
GET /customquery
Run and return the results of a custom query configured in VisualVault.
Query Parameters
Parameter | Type | Description |
---|---|---|
queryName | String | Name of the custom query. |
filter | String | String containing a valid query filter. |
value | String | Query search value. |
offset | String | Sets an offset to the start of the search. |
sort | String | The name of a data column to sort by. |
sortDir | String | Sort direction.
|
q | String | A VisualVault REST API Data Query. |
params | String | List of query parameters. |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
404 | Not Found |
GET /customquery/{id}
Run and return the results of a custom query configured in VisualVault by ID.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The custom query id. |
Query Parameters
Parameter | Type | Description |
---|---|---|
filter | String | String containing a valid query filter. |
offset | String | Sets an offset to the start of the search. |
sort | String | The name of a data column to sort by. |
sortDir | String | Sort direction.
|
q | String | A VisualVault REST API Data Query. |
params | String | List of query parameters. |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
404 | Not Found |
GET /customquery/querydependency/{id}
No Description.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The custom query id. |
Query Parameters
Parameter | Type | Description |
---|---|---|
sourceType | String | Dropdown list source type.
|
hashonly | Bool | Return only a hash code. |
Response Codes
Code | Description |
---|---|
400 | Bad Request |
GET /customquery/imagedependency/{id}
No Description.
Route Parameters
Parameter | Type | Description |
---|---|---|
id* | Guid | The custom query id. |
Query Parameters
Parameter | Type | Description |
---|---|---|
imageSourceType | String | Image source.
|
Response Codes
Code | Description |
---|---|
400 | Bad Request |
GET /customquery/smalldependencies
No Description.
No Parameters.
Response Codes
Code | Description |
---|---|
400 | Bad Request |
¿Te ha sido útil este artículo?