Versions Compared

Key

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

...

NameTypeRequiredDescription
$expandstringOptionalComma separated list of fields to expand, * will expand everything

...

Filters
Anchor
FiltersAnchor
FiltersAnchor

...

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

...

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

...

jsWhen using endpoints that use this filter, the filter cannot be empty: at least one field of the filter must be specified.
Code Block
language
"filter" : {
    "ids" : ["ID1", "ID2", "ID3", ...],
    "type" : "TYPE",
    "description" : "DESCRIPTION"
  }
Note

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

...