Moving data from point A to point B should be safe and easy - and with EduCloud it is! You get all the tools you need to take control over your data and see how and where it is shared in real time.
Sign UpWe have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. You can also read up on our Privacy Policy
Question
Ola Enebro
Försöker få fram ett vistelseschema utifrån en placering på fritidshem (dock blir resultatet detsamma oavsett om jag anger specifikt uuid för placeringen eller om det är en generisk sökning utan sökparametrar).
Sett i annan topic (https://educloud.ist.com/forums/topic/29-absences-returnerar-400-wrong-data-in-the-response/) här i forumet att det kan bli ett sånt svar för en funktion som ännu inte är implementerad. Stämmer det även i det här fallet?
Request:
curl -X GET "https://api.ist.com/ss12000v2-api/source/SE00100/v2.0/attendanceSchedule" \ -H "Accept: application/json" \ -H "Authorization: Bearer ***mumble***" \
Response:
[ { "message": "Wrong data in the response. ", "error": [ { "code": "OBJECT_MISSING_REQUIRED_PROPERTY", "params": [ "data" ], "message": "Missing required property: data", "path": "#/" } ], "content": { "message": "This is the mockup controller for funcattendanceScheduleGET" } } ]
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now