Purpose:
Gets all the element values for a given client ID, or only the element values for a particular event ID.
Service Parameters (json array)
- serviceName (string) = “content”
- function (string) = “ccb_getElementValues”
Key Parameters
- clientID (string) Required
- FollowupID (string) optional
-
Notes
- If a FollowupID is provided, the service returns the elements for that event only.
-
Data Parameters
A key value pair of the data element and it’s value.
Results (json array)
- Status (string). (“0″=Success, “1”=Not Successful)
- statusMessage (string) (“Empty”,”Results”)
- data (json array) (the results if not empty)
Example
Click here for an example.