For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sync

Sync Service APIs

Allows the sync of health campaign data for offline applications.

Upload File For Sync.

post
Body

The request object, containing all necessary information for file sync and the request body metadata

Responses
200

Sync Request created successfully.

application/json

The request object, containing all necessary information for creating an submission and the request body metadata

post
/file/v1/_create

Sync Status Check.

post
Body
Responses
200

Fetched Sync Status.

application/json

The request object, containing all necessary information for creating an submission and the request body metadata

post
/file/status/v1/_search

Sync Forms.

post

Latest Forms are fetched.

Body

The request object, containing all necessary information for form sync and the request body metadata

Responses
200

Forms Fetched successfully.

application/json

The request object, containing all necessary information for creating an submission and the request body metadata

post
/forms/v1/_search

Last updated

Was this helpful?