Skip to content
Daniel Rugg edited this page Dec 2, 2015 · 1 revision

About

REST API Standards

HTTP Method Mappings

Method Usage Comments
GET Retrieving Resources
PUT Creating Resources
POST Updating Resources
DELETE Deleting Resources

URI Mappings | Pattern | Usage | Comments | | ---------------------------- | -- | | /api/{resource} | Retrieving Resources | | | /api/{resource}/uuid | Creating Resources | | | /api/{resource}?params | Updating Resources | |

Resources

Organization

User

Project

Category

Tag

Environent

Property