Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Anchor
_Toc341972382
_Toc341972382
/domain/search


Wiki Markup
+Examples:+
Method:/domain/search
Parameters: 
\{
 "match":
\[
\[name", "like", "acme%"\]
\],
 "return":\["name", "id", "identitySource.id"\],
 "sort":"id",
 "order":"asc",
 "max": 20,
 "offset": 10
\}
Response: 
\{
 "error":0,
"result":
\[
 \{
  "name":"acme.com",
  "id":"2",
  "identitySource.name":"1"
\},
 \{
...
\}
\]
\}


Anchor
_Toc341972383
_Toc341972383
/domain/get


Wiki Markup
Method:/domain/get
Parameters: 
\{
 "match":
\[
 \["id", "=", 2\],
\],
 "return":\["name", "id", "identitySource.id"\],
\}
Response: 
\{
 "error":0,
"result":
\{
 "name":"acme.com",
 "id":"2",
 "identitySource.id":"1"
\}
\}


Anchor
_Toc341972384
_Toc341972384
/domain/set

...