Summary: ContactsById
Description: Retrieve contact
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
id | path | Yes | string |
Responses
Code | Description | Schema |
---|---|---|
200 | Contact |
Summary: ContactsById
Description: Create contact
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
id | path | Yes | string |
Responses
Code | Description | Schema |
---|---|---|
201 | Contact |
Summary: ContactsById
Description: Delete contact
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
id | path | Yes | string |
Responses
Code | Description |
---|---|
204 |
Summary: ContactsById
Description: Modify contact
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
id | path | Yes | string |
Responses
Code | Description | Schema |
---|---|---|
200 | Contact |
Summary: Contacts
Description: Retrieve contacts list
Parameters
Name | Located in | Description | Required | Schema |
---|---|---|---|---|
limit | query | Specify the amount of contacts that you want to retrieve | No | integer |
offset | query | Specify the offset starting from which you want to retrieve contacts | No | integer |
Responses
Code | Description | Schema |
---|---|---|
200 | [ Contact ] |
Name | Type | Description | Required |
---|---|---|---|
id | string | Yes | |
name | string | Yes | |
string | No | ||
phone | string | No |