Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some endpoint queries supports a filter. A common filter is basically a JSON object with the following format

Code Block
{"filter" : {
    "ids" : ["ID1", "ID2", "ID3", ...],
    "type" : "TYPE",
    "description" : "DESCRIPTION"
  }
}

Responses

Aspire's API will return both an HTTP response code and a Json body indicating success or failure of all calls. The following status codes are used

...