List Topics
the list topics endpoints support odata through query parameters to manipulate the data returned the following operations are supported list topics docid\ zkpawtg4q 7onwie8n3co list topics docid\ zkpawtg4q 7onwie8n3co list topics docid\ zkpawtg4q 7onwie8n3co list topics docid\ zkpawtg4q 7onwie8n3co list topics docid\ zkpawtg4q 7onwie8n3co to support odata, query parameters must not be url encoded for example, use $filter instead of %24filter filtering search based on the value of a property by providing the $filter query parameter the following properties are supported assigned to bimsync assigned to bimsync creation author bimsync issue number bimsync points bimsync requester bimsync status type valid values are all , open , closed and candidate creation author creation date due date labels modified author modified date stage topic status topic type filter by creation author https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$filter=creation author eq 'john\@doe com' filter by status https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$filter=topic status in ('open', 'closed') filter by creation date https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$filter=creation date gt 2024 05 1t09 54 00 000z filter by multiple properties https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$filter=assigned to eq 'john\@doe com' and topic status in ('open') and due date lt 2024 05 1t09 54 00 000z searching search for a specific value in the title or description of a topic by providing the $search query parameter search for the term "wall" in the title or description of a topic https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$search=wall sorting sort the results by providing the $orderby query parameter the default sort is by bimsync issue number in descending order the following properties are supported bimsync issue number creation date due date modified date sort by creation date ascending https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$orderby=creation date sort by creation date descending https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$orderby=creation date desc limiting specify which fields are included in the response by providing the $select query parameter the following fields are always returned guid server assigned id bimsync issue number the following properties are supported all default fields, useful when wanting to include additional fields to the default set assigned to includes assigned to and bimsync assigned to bimsync comments size bimsync custom fields bimsync document references bimsync points bimsync requester bimsync viewpoints creation author includes creation author and bimsync creation author creation date includes creation date and bimsync imported at description due date labels modified author modified date stage title topic priority topic status topic type select title and description https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$select=title,description select all default fields and the field https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$select= ,bimsync document references skipping combine the $skip and $top query parameters to paginate the results the default limit is 100 topics per request retrieve the first 10 topics https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$top=10 skip the first 10 topics and return the next 10 https //api catenda com/opencde/bcf/3 0/projects/e18a2d1015954e52a94122d43bf8d7ad/topics?$skip=10&$top=10