Skip to content
Snippets Groups Projects
Select Git revision
  • 3436e5cec9111a462d6dae5a831b32381113f7b9
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

deploy.php

Blame
  • get-requests.http 332 B
    # Get information about one organization
    GET http://127.0.0.1:8000/organizations/1190-F2050?lang=de
    accept: application/ld+json
    Authorization: Bearer {{bearer_token}}
    
    ###
    
    # Search for users with name "Hands"
    GET {{entry_point_url}}/people?search=Hans&page=1
    accept: application/ld+json
    Authorization: Bearer {{bearer_token}}
    
    ###