Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • rest api standards

rest api standards · Changes

Page history
rcabral created page: gitlab administration authored Jan 30, 2015 by Rene Cabral's avatar Rene Cabral
Hide whitespace changes
Inline Side-by-side
rest-api-standards.markdown
View page @ 179e3595
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
| -------- | ---------------------- | ------------------------- | | -------- | ---------------------- | ------------------------- |
|`POST` | `/resources` | create resource, properties in json payload| |`POST` | `/resources` | create resource, properties in json payload|
|`GET` | `/resources` | get resource collection| |`GET` | `/resources` | get resource collection|
|`GET` | `/resources?parameter ={value}` | get filtered resource collection| |`GET` | `/resources?parameter={value}` | get filtered resource collection|
|`GET` | `/resources/{id}` | get single resource| |`GET` | `/resources/{id}` | get single resource|
|`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property (The extra property can be a sub resource like `users:(addresses)` or an extra property not included in the standard user entity like `users:(change_password)`. Allowed extra properties must be documented in API docs.)| |`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property (The extra property can be a sub resource like `users:(addresses)` or an extra property not included in the standard user entity like `users:(change_password)`. Allowed extra properties must be documented in API docs.)|
|`DELETE` | `/resources/{id}` | delete single resource| |`DELETE` | `/resources/{id}` | delete single resource|
......
Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages