TestCaseQuery
📄️ Find 'TestCaseQuery' entities using the specified (body) parameters
Search for entities with the filters and arguments specified in 'DataReadParams' (see request schema), with optional mapping expansions via 'map'. Note that 'filter' should include a 'project_id' parameter if API key permissions are restricted to a single project.
📄️ Find a single 'TestCaseQuery' entity with the given id
Fetch a single entity by id - If the entity does not exist, returns a 404 error.
📄️ Update one 'TestCaseQuery' entity
Update a single existing 'TestCaseQuery' entity. Returns a full updated entity including (optional) modification metadata.
📄️ Delete a 'TestCaseQuery' by id
If the entity type supports soft-deletion this operation only soft-deletes the entity.
📄️ Find 'TestCaseQuery' entities using the specified (query) parameters
Same as POST /find, but serializing the query in the 'q' parameter instead of the request body
📄️ Create a new 'TestCaseQuery' entity
Creates a new 'TestCaseQuery' entity. Returns full entity with new id and (optional) creation metadata.
📄️ Create multiple new 'TestCaseQuery' entities
Creates multiple new 'TestCaseQuery' entities. Returns a list of new ids only.
📄️ Update multiple 'TestCaseQuery' existing entities
Updates multiple existing 'TestCaseQuery' entities. Returns a full updated entity list including (optional) modification metadata.
📄️ Delete multiple 'TestCaseQuery' entities by id
Returns the list of deleted ids. If the entity type supports soft-deletion this operation only soft-deletes the entities.
📄️ Undeletes multiple 'TestCaseQuery' entities
Undeletes multiple existing 'TestCaseQuery' entities (only if the entity type supports soft-deletion). Returns a full undeleted entity list including (optional) deletion metadata.
📄️ Undelete a 'TestCaseQuery' by id
Undeletes a single 'TestCaseQuery' entity (only if the entity type supports soft-deletion). Returns a full undeleted entity including (optional) deletion metadata.
📄️ Add/remove/update mappings between 'TestCaseQuery' entities and other entities
Adds/Removes/Updates mappings between entities (e.g. test cases, test runs, etc.) if the mapping is defined. Id values are named by entity e.g. 'testcase_id', 'testrun_id' (see request schema)