GET api/Activity/ActivityDetailGet?appt_rec={appt_rec}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
appt_rec
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "appt_rec": 1,
  "appt_type": "sample string 2",
  "apty_int_id": "sample string 3",
  "date": "sample string 4",
  "priority": "sample string 5",
  "contactid": "sample string 6",
  "enteredfor": "sample string 7",
  "activity": "sample string 8",
  "notes": "sample string 9",
  "timeless": true,
  "starttime": "sample string 11",
  "endtime": "sample string 12",
  "isprivate": true,
  "completed": true,
  "action": "sample string 15",
  "completionnotes": "sample string 16",
  "followupdate": "sample string 17",
  "followuptype": "sample string 18",
  "followupenteredfor": "sample string 19",
  "followupaptyintid": "sample string 20",
  "followactvity": "sample string 21",
  "followupnotes": "sample string 22",
  "followuptimeless": "sample string 23",
  "followupstarttime": "sample string 24",
  "followupendtime": "sample string 25",
  "follwoupPriority": "sample string 26",
  "followupPrivate": "sample string 27",
  "contactname": "sample string 28",
  "userid": "sample string 29"
}

text/xml

Sample:
<ActivityDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.Dashboard">
  <action>sample string 15</action>
  <activity>sample string 8</activity>
  <appt_rec>1</appt_rec>
  <appt_type>sample string 2</appt_type>
  <apty_int_id>sample string 3</apty_int_id>
  <completed>true</completed>
  <completionnotes>sample string 16</completionnotes>
  <contactid>sample string 6</contactid>
  <contactname>sample string 28</contactname>
  <date>sample string 4</date>
  <endtime>sample string 12</endtime>
  <enteredfor>sample string 7</enteredfor>
  <followactvity>sample string 21</followactvity>
  <followupPrivate>sample string 27</followupPrivate>
  <followupaptyintid>sample string 20</followupaptyintid>
  <followupdate>sample string 17</followupdate>
  <followupendtime>sample string 25</followupendtime>
  <followupenteredfor>sample string 19</followupenteredfor>
  <followupnotes>sample string 22</followupnotes>
  <followupstarttime>sample string 24</followupstarttime>
  <followuptimeless>sample string 23</followuptimeless>
  <followuptype>sample string 18</followuptype>
  <follwoupPriority>sample string 26</follwoupPriority>
  <isprivate>true</isprivate>
  <notes>sample string 9</notes>
  <priority>sample string 5</priority>
  <starttime>sample string 11</starttime>
  <timeless>true</timeless>
  <userid>sample string 29</userid>
</ActivityDetail>