POST api/slack/GetEmployees
Request Information
URI Parameters
None.
Body Parameters
MyObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Question | string |
None. |
|
| EventID | string |
None. |
|
| ThreadTS | string |
None. |
|
| UserEmail | string |
None. |
|
| UserTitle | string |
None. |
|
| UserPhone | string |
None. |
|
| client_msg_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Question": "sample string 1",
"EventID": "sample string 2",
"ThreadTS": "sample string 3",
"UserEmail": "sample string 4",
"UserTitle": "sample string 5",
"UserPhone": "sample string 6",
"client_msg_id": "sample string 7"
}
application/xml, text/xml
Sample:
<SlackController.MyObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.onlok.orgOE2.Controllers"> <EventID>sample string 2</EventID> <Question>sample string 1</Question> <ThreadTS>sample string 3</ThreadTS> <UserEmail>sample string 4</UserEmail> <UserPhone>sample string 6</UserPhone> <UserTitle>sample string 5</UserTitle> <client_msg_id>sample string 7</client_msg_id> </SlackController.MyObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |