/api/v1/projects/{projectId}/ticket-typesAsk AIget http://localhost:8000/api/v1/projects/{projectId}/ticket-typesThis can be used to list all project ticket types in a paginated response.Path ParamsprojectIdstringrequiredQuery Paramsorder_bystringDefaults to server_created_atField to order by. It can be any field of the entity.order_directionstringenumDefaults to ascOrder direction of the order_by field. It can be asc or desc.ascascdescAllowed:ascdescafterstringThe last element from the previous page. This is a cursor. It will be returned in the output to be used in the next request. When it is not present, the first page is returned. When it is null, there are no more pages.limitnumber1 to 1000Defaults to 200How many items should be in the output.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 200The project ticket types have been successfully retrieved. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated about 2 months ago