Versions Compared

Key

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

Table of Contents

...

 

Access API provides access to the content collection for a storage unit. Content can be fetched by key. Content records can contain one or more scopes, the access API allows to fetch a single scope for the record(s) requested. If the special $record scope is used, all scopes are returned.

...

Code Block
languagejs
themeRDark
{
    "keys": [
        "addff324e6d09222031f87da77854d84",
        "addff324e6d09222031f87da77854d88",
        "addff324e6d09222031f87da77854d74"
    ]
}

 

Response

Returns a 200 response code and an array of content records with the specified scope for each key that matched the fetch query, or an empty array if non matched.

...