Atlas

Get attachment inventory

Get inventory of attachments for a given index block hash and page range. This returns a bitfield indicating which attachments are available.

get/v2/attachments/inv

Query parameters

index_block_hashstring required

Hex-encoded index block hash (64 characters)

pages_indexesstring required
Example:1,2,3

Comma-separated list of page indexes to query.

  • Maximum 8 pages per request
  • Each index must be 0-4294967295 (u32 range)
  • Values outside u32 range return 400 Bad Request

Response

Attachment inventory bitfield

AttachmentInventory required— unresolved $ref

Changes

Changed in 14 of the 53 revisions of this API.2102

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]+(,[0-9]+){0,7}$ to ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$ to ^[0-9]+(,[0-9]+){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]+(,[0-9]+){0,7}$ to ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$ to ^[0-9]+(,[0-9]+){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]+(,[0-9]+){0,7}$ to ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$ to ^[0-9]+(,[0-9]+){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]+(,[0-9]+){0,7}$ to ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$ to ^[0-9]+(,[0-9]+){0,7}$

      request-parameter-pattern-changed

    • changed the pattern of the query request parameter pages_indexes from ^[0-9]+(,[0-9]+){0,7}$ to ^[0-9]{1,10}(,[0-9]{1,10}){0,7}$

      request-parameter-pattern-changed

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog