[[start#objects|<< zurück]] ==== request object ==== ^ Method ^ URL ^ Notes ^ | GET | /rest/{IF}/request | returns a list of all requests | | GET | /rest/{IF}/realm/{id} | returns information about a single request | == available parameters == ^ Parameter ^ Type ^ Method ^ Notes ^ | id | int | GET, PUT, DELETE | unique identifier of the object | | reference | string | POST,PUT | reference ID of requesters system | | type | string | POST | object for the request | | action | string | POST | request action like create, change, delete | | notes | string | POST, PUT | further notes or description | Depending of the target object further parameters are required. [[start#objects|<< zurück]]