Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add date and time a message was created #1332

Closed
JohnMwashuma opened this issue Mar 27, 2018 · 0 comments
Closed

Add date and time a message was created #1332

JohnMwashuma opened this issue Mar 27, 2018 · 0 comments
Assignees
Milestone

Comments

@JohnMwashuma
Copy link
Member

JohnMwashuma commented Mar 27, 2018

The messaging endpoint (curl -X GET https://api.ona.io/api/v1/messaging?target_type=xform&target_id=[target_id]) is missing two properties, the date the message was created and the time of creation. We also discussed about adding the creators name which is also missing though it is not part of the current deliverables.

Example response from the endpoint :

[
    {
        "id": 1,
        "message": "Extra points to those that finish today!",
        "target_id": 241260,
        "target_type": "xform"
    }
]

Aha! Link: https://ona.aha.io/features/PROD-387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants