Person Service API
Person Service API profile for RWMBook.
- ALPS
- Application State Diagram
- Semantic Descriptors
- collection (semantic), List of person records
- doCreate (unsafe), Create a new person record
- doRemove (idempotent), Remove an existing person record
- doStatus (idempotent), Change the status of an existing person record
- doUpdate (idempotent), Update an existing person record
- email (semantic), Email address associated with the person
- familyName (semantic), The family name of the person
- givenName (semantic), The given name of the person
- goFilter (safe), Filter the list of person records
- goHome (safe), Go to the Home resource
- goItem (safe), Go to a single person record
- goList (safe), Go to the list of person records
- home (semantic), Home (starting point) of the person service
- id (semantic), Id of the person record
- item (semantic), Single person record
- person (semantic), The properties of a person record
- status (semantic), Status of the person record (active, inactive)
- telephone (semantic), Telephone associated with the person
- Tags