v1
latestOpenAPI 3.0.02026-07-136452257.6 KBRetrieve a list of objects based on an AQL. Deprecated from <b>30 September 2024</b>. Please use POST /object/aql instead. For more information please see https://developer.atlassian.com/changelog/#CHANGE-1661.
Request body
The AQL that will fetch the objects. The object type parameter will be appended implicitly to this AQL
Required if qlQuery is not set. Deprecated. Use qlQuery instead.
The requested page to be loaded for a paginated result. The default value is page = 1
How many objects should be returned in the request. It is used with page attribute for pagination.
Which attribute should be used to order by. The preferred way is to use an order by in qlQuery and not pass this argument.
Sort objects in ascending order or descending order based on the attribute identified by orderByTypeAttrId. 1 means ascending all other values mean descending. The preferred way is to not supply the asc parameter and use an order by in qlQuery instead.
Identifies an object that should be included in the result. The page will be calculated accordingly to include the object specified in the result set
Should attribute values be included in the response.
Response
The navlist response and the objects matching the query
Deprecated field that shows which object type id the result is for. Not applicable when using AQL
Deprecated field should not be used.
Deprecated field should not be used.
Deprecated from <b>30 September 2024</b> please use POST /object/totalcount instead. The total amount of objects that was matched in the search query. This number may be greater than the amount of objects currently shown
The offset of the first object in the search query that is present in the result, used for pagination
The index of the last object present in the result of the search query
The amount of objects currently returned per page in the result set
The current page of objects in the result set pagination
Deprecated field - The object type attribute id used for sorting
Deprecated field - The sort order, used in conjunction with the orderByTypeAttrId
Deprecated field - The field is used for basic search
The AQL that was used to find the object result set
Determines if the query was based on an AQL or by basic search
Deprecated, use qlQuery instead
Deprecated, use qlQuerySearchResult instead
Is it possible to transform this AQL to basic search or vice versa
Deprecated field should not be used
Deprecated field should not be used