I know they don't like us to ask for this on this forum, but I am having no luck on Odesk. I have an API that is built by the company that needs me to send them the student information, but it needs to be tweaked, and then installed. I can't publicize the API, but I can give it to anyone who is willing to help me out, and I would expect to pay them for their service. Asking for advice online, and asking someone to do a job are 2 different things. I need the help, and I can't find it. I'm sorry to go against the general trend, but I need the help, and I trust this crowd more than I do odesk at this point. Please message me if you can tweak the api.
What do I mean by tweak?
I need the api to call the student's information from the database and send it to the entity in the api. It must do this ONLY if the student scored 80% or higher. Here is one line they have in the datastring, and I don't know how to code it:
<xs:elementtype="xs:string"name="mvFirstName"nillable="true"minOccurs="0"/>
I have looked over https://docs.moodle.org/dev/Data_manipulation_API#Getting_a_single_record, but I don't know where to put any of the code, or how to ask for a specific thing in the database.
Any takers?