v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0121935.3 KB

Post Collection Exercise End Message

Endpoint to receive collection exercise end message, process the message and mark datasets for deletion if dataset_guid is present in the message.

Parameters: collection_end_data (CollectionExerciseEndData): The collection exercise end message body, containing the GUID of the dataset to be deleted and the survey_id and period id to find the relevant dataset metadata for deletion.

This endpoint is currently not being used and is partially built without implementation of unhappy path

post/collection-exercise-end

Request body

survey_idstring required
period_idstring required
dataset_guidstring nullable

Response

Successful Response

{"stackTrail":"paths:/collection-exercise-end:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
All 21 operations