Skip to content

Commit

Permalink
feat: add submission ids in entities statuses endpoint (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh authored Dec 27, 2024
1 parent 2a66a20 commit c701934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/central/central_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ async def get_entities_data(
odk_creds: central_schemas.ODKCentralDecrypted,
odk_id: int,
dataset_name: str = "features",
fields: str = "__system/updatedAt, osm_id, status, task_id",
fields: str = "__system/updatedAt, osm_id, status, task_id, submission_ids",
) -> list:
"""Get all the entity mapping statuses.
Expand Down

0 comments on commit c701934

Please sign in to comment.