Skip to content
Snippets Groups Projects

DOC: Document the XML API

Merged Florian Spreckelsen requested to merge f-doc-xml into dev
All threads resolved!
@@ -77,8 +77,9 @@ paths:
in: query
required: false
description: |
Start and end index (exclusive) within query results of
entities shown on page, separated by an 'L'
Start index within query results of the first entity and
total number of entities to be shown on one page,
separated by an 'L'
schema:
type: string
example: 0L10
@@ -93,7 +94,18 @@ paths:
example:
UserInfo:
Roles:
- administration
- anonymous
Query:
string: "FIND RECORD"
results: 82
cached: true
etag: "some-etag-hash"
entity:
- name: "Result 1"
id: 101
- name: "Result 2"
id: 102
components:
schemas:
Response:
@@ -310,4 +322,5 @@ components:
type: string
xml:
attribute: true
# TODO: Add remaining query properties. Also add POV Filter?
Loading