Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
protogrid:api_endpoints [2020-05-15 12:47] – [/api/v2/apps/<app_name>/attachments/<attachment_key>] 213.55.241.21protogrid:api_endpoints [2020-05-15 12:47] – [/api/v2/apps/<app_name>/<card_key>/attachments/<attachment_key>] 213.55.241.21
Line 265: Line 265:
 </code> </code>
  
-==== /api/v2/apps/<app_name>/<card_key>/attachments/<attachment_key> ====+==== /api/v2/apps/<app_name>/cards/<card_key>/attachments/<attachment_key> ====
 [POST] Shows the attachment identified by attachment_key.  [POST] Shows the attachment identified by attachment_key. 
  
 Example request:  Example request: 
 <code> <code>
-https://example.protogrid.com/api/v2/apps/example/some_card_key/attachments/some_attachment_id+https://example.protogrid.com/api/v2/apps/example/cards/some_card_key/attachments/some_attachment_id
 </code> </code>
  
Print/export