/search/ask results - more details for document node types #862
-
returns different answer types. One is a 'document' containing nodes and leaves. This looks DOM'ish. Is this the purpose and are more details provided somewhere? For instance in running a few searches I can see types of:
Where's the full list? Also what could be in the Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
First of all, you can use the Concerning documentation of our block types, we don't have it in our docs yet (I'll take note to add it at some point), but all the block types are documented in our OpenAPI spec directly: https://api.gitbook.com/openapi.yaml |
Beta Was this translation helpful? Give feedback.
First of all, you can use the
?format=markdown
query parameter to format the response as mardown instead of using our JSON document format.Concerning documentation of our block types, we don't have it in our docs yet (I'll take note to add it at some point), but all the block types are documented in our OpenAPI spec directly: https://api.gitbook.com/openapi.yaml
You can search for
DocumentBlocksTopLevels
in it to find a list of all the top level blocks.