This commit is contained in:
@@ -43,11 +43,12 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Get picklist
|
||||
/// Get picklist of all Active objects of type specified and filtered by query specified
|
||||
/// Note that this list is capped automatically to return no more than 100 results
|
||||
/// </summary>
|
||||
/// <param name="ayaType">The AyaType object type to select from</param>
|
||||
/// <param name="query">The query to filter the returned list by</param>
|
||||
/// <param name="inactive">Include inactive objects in the returned list</param>
|
||||
/// <param name="inactive">Include inactive objects in the returned list </param>
|
||||
/// <returns>Filtered list</returns>
|
||||
[HttpGet("List")]
|
||||
public async Task<IActionResult> GetList([FromQuery]AyaType ayaType, [FromQuery]string query, [FromQuery] bool inactive)
|
||||
|
||||
Reference in New Issue
Block a user