Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use Cases


APIDescription
GET api/ContactList/{user}/{contactList}?page={page}
It returns a list of contacts in a contact list.


GET api/ContactList/{user}/{contactList}/{contact}

It returns a contact of a contact list.

POST api/ContactList/{user}

It creates a new contact list.

PUT api/ContactList/{user}/{contactList}It insert a new contact in a contact list.