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.
Query parameters
Hex-encoded index block hash (64 characters)
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
Changes
Changed in 14 of the 53 revisions of this API.2102
- ●
changed the pattern of the
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
queryrequest parameterpages_indexesfrom^[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
- ○